diff options
-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> |