diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-24 12:59:51 +0100 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-24 12:59:51 +0100 |
commit | 39e4cfaa26f8dc6648ceeb29997716416c978d91 (patch) | |
tree | 4fa7e9a0372c93ece1196a43a62d7612e51ebe85 | |
parent | beb434a527e920cbcac3cb3f0802d03ac3130e2a (diff) | |
download | mocca-39e4cfaa26f8dc6648ceeb29997716416c978d91.tar.gz mocca-39e4cfaa26f8dc6648ceeb29997716416c978d91.tar.bz2 mocca-39e4cfaa26f8dc6648ceeb29997716416c978d91.zip |
[maven-release-plugin] prepare release mocca-1.3.25
-rw-r--r-- | BKUCertificates/pom.xml | 2 | ||||
-rw-r--r-- | BKUCommonGUI/pom.xml | 2 | ||||
-rw-r--r-- | BKUFonts/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | smccSTAL/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index 07d1da50..c0753da9 100644 --- a/BKUCertificates/pom.xml +++ b/BKUCertificates/pom.xml @@ -10,7 +10,7 @@ | PLEASE COMMIT CHANGES to src/main/changes/changes.txt
| and don't forget to update version in main pom
|-->
- <version>1.1.15-SNAPSHOT</version>
+ <version>1.1.14</version>
<name>BKU Certificates</name>
<description>Trusted certificates for TLS/SSL authentication</description>
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 81e04bea..ba34636e 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.26-SNAPSHOT</version> + <version>1.3.25</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUCommonGUI</artifactId> diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index ad86ceb1..1ac52ec3 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -6,7 +6,7 @@ <version>1.3.25</version>
</parent>
<artifactId>BKUFonts</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.2</version>
<name>BKU Fonts</name>
<description>
<!--
@@ -418,12 +418,12 @@ <dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
- <version>1.1.15-SNAPSHOT</version>
+ <version>1.1.14</version>
</dependency>
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUFonts</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 0b04127d..d6373439 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.26-SNAPSHOT</version> + <version>1.3.25</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>smccSTAL</artifactId> |