summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BKUOnline/pom.xml1
-rw-r--r--BKUWebStart/src/main/jnlp/resources/version.xml12
-rw-r--r--pom.xml8
3 files changed, 7 insertions, 14 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 3901a4ff..051c6011 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -315,6 +315,7 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUWebStart</artifactId>
+ <version>${project.version}</version>
<scope>provided</scope>
<type>zip</type>
</dependency>
diff --git a/BKUWebStart/src/main/jnlp/resources/version.xml b/BKUWebStart/src/main/jnlp/resources/version.xml
index 64a3963e..c1546b44 100644
--- a/BKUWebStart/src/main/jnlp/resources/version.xml
+++ b/BKUWebStart/src/main/jnlp/resources/version.xml
@@ -2,17 +2,17 @@
<jnlp-versions>
<resource>
<pattern>
- <name>BKUWebStart-1.0.11-SNAPSHOT.jar</name>
- <version-id>1.0.11-SNAPSHOT</version-id>
+ <name>BKUWebStart-1.2.2.jar</name>
+ <version-id>1.2.2</version-id>
</pattern>
- <file>BKUWebStart-1.0.11-SNAPSHOT.jar</file>
+ <file>BKUWebStart-1.2.2</file>
</resource>
<resource>
<pattern>
- <name>utils-1.2.2-SNAPSHOT.jar</name>
- <version-id>1.2.2-SNAPSHOT</version-id>
+ <name>utils-1.2.2.jar</name>
+ <version-id>1.2.2</version-id>
</pattern>
- <file>utils-1.2.2-SNAPSHOT.jar</file>
+ <file>utils-1.2.2.jar</file>
</resource>
<resource>
<pattern>
diff --git a/pom.xml b/pom.xml
index 7f98c2ec..acd17bca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,14 +261,6 @@
<artifactId>jaxb-impl</artifactId>
<version>2.1.9</version>
</dependency>
- <!-- version not defined in BKUOnline pom "include-webstart" profile,
- | it wouldn't be adjusted by release:prepare -->
- <dependency>
- <groupId>at.gv.egiz</groupId>
- <artifactId>BKUWebStart</artifactId>
- <version>1.0.11-SNAPSHOT</version>
- <type>zip</type>
- </dependency>
</dependencies>
</dependencyManagement>
</project> \ No newline at end of file