diff options
Diffstat (limited to 'BKUCertificates')
-rw-r--r-- | BKUCertificates/pom.xml | 4 |
1 files changed, 3 insertions, 1 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> |