1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
From: Markus Koschany <apo@debian.org>
Date: Sat, 20 Jul 2019 05:22:24 +0200
Subject: version
Apparently upstream forgot to set the correct version.
Forwarded: not-needed
---
build.properties | 2 +-
pom.xml | 2 +-
pom_compile.xml | 2 +-
pom_deploy.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.properties b/build.properties
index 154aff8..a2a8e00 100644
--- a/build.properties
+++ b/build.properties
@@ -2,7 +2,7 @@
# USER DEFINED VALUES
#
company_name=JIDE Software, Inc.
-jide_version=3.7.4
+jide_version=3.7.6
base_dir=.
output_dir=${basedir}/classes
diff --git a/pom.xml b/pom.xml
index 79d10b8..ed89933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<groupId>com.jidesoft</groupId>
<artifactId>jide-oss</artifactId>
<name>JIDE Common Layer</name>
- <version>3.7.4</version>
+ <version>3.7.6</version>
<packaging>jar</packaging>
<description>JIDE Common Layer (Professional Swing Components)</description>
diff --git a/pom_compile.xml b/pom_compile.xml
index bdbc685..fa2cdfb 100644
--- a/pom_compile.xml
+++ b/pom_compile.xml
@@ -16,7 +16,7 @@
<groupId>com.jidesoft</groupId>
<artifactId>jide-oss</artifactId>
<name>JIDE Common Layer</name>
- <version>3.7.4</version>
+ <version>3.7.6</version>
<packaging>jar</packaging>
<description>JIDE Common Layer (Professional Swing Components)</description>
<url>https://github.com/jidesoft/jide-oss</url>
diff --git a/pom_deploy.xml b/pom_deploy.xml
index 50e8f7c..cc35c86 100644
--- a/pom_deploy.xml
+++ b/pom_deploy.xml
@@ -16,7 +16,7 @@
<groupId>com.jidesoft</groupId>
<artifactId>jide-oss</artifactId>
<name>JIDE Common Layer</name>
- <version>3.7.4</version>
+ <version>3.7.6</version>
<packaging>jar</packaging>
<description>JIDE Common Layer (Professional Swing Components)</description>
<url>https://github.com/jidesoft/jide-oss</url>
|