diff options
-rw-r--r-- | BKUCertificates/pom.xml | 2 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 2 | ||||
-rw-r--r-- | BKUWebStart/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index 98a62864..beea8b91 100644 --- a/BKUCertificates/pom.xml +++ b/BKUCertificates/pom.xml @@ -8,8 +8,8 @@ <groupId>at.gv.egiz</groupId> <artifactId>BKUCertificates</artifactId> <!-- DON'T CHANGE VERSION UNLESS THE INCLUDED CERTIFICATES CHANGED - | DON'T MAKE -SNAPSHOT VERSIONS HERE, THE RELEASE-PLUGIN WILL THEN TRY TO UPDATE | PLEASE COMMIT CHANGES to src/main/changes/changes.txt + | and don't forget to update depending modules (BKUOnline, BKUWebstart) |--> <version>1.2-SNAPSHOT</version> <name>BKU Certificates</name> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index 522d8acc..42960ef6 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -38,7 +38,7 @@ <dependency> <artifactId>BKUCertificates</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> </dependency> <dependency> <artifactId>BKUHelp</artifactId> diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 61f505c7..4eb30d11 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -230,7 +230,7 @@ <dependency> <groupId>at.gv.egiz</groupId> <artifactId>BKUCertificates</artifactId> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> </dependency> <dependency> <groupId>iaik</groupId> |