summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BKUCertificates/pom.xml4
-rw-r--r--BKUOnline/pom.xml2
-rw-r--r--BKUWebStart/pom.xml2
3 files changed, 5 insertions, 3 deletions
diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml
index 0c1af135..287842f9 100644
--- a/BKUCertificates/pom.xml
+++ b/BKUCertificates/pom.xml
@@ -7,7 +7,9 @@
</parent>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <!-- DON'T CHANGE VERSION UNLESS THE INCLUDED CERTIFICATES CHANGED
+ | DON'T MAKE -SNAPSHOT VERSIONS HERE, THE RELEASE-PLUGIN WILL THEN TRY TO UPDATE -->
+ <version>1.2</version>
<name>BKU Certificates</name>
<build>
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 3904fabd..4aa868fa 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<artifactId>BKUCertificates</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.2</version>
</dependency>
<dependency>
<artifactId>BKUHelp</artifactId>
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml
index af7edda8..2bd56514 100644
--- a/BKUWebStart/pom.xml
+++ b/BKUWebStart/pom.xml
@@ -230,7 +230,7 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.2</version>
</dependency>
<dependency>
<groupId>iaik</groupId>