diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-27 06:08:04 +0100 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-27 06:08:04 +0100 |
commit | a6cb8c836e05e3e55de9576f38a0ddf06145e7ab (patch) | |
tree | a84de17eac9f40220b08f86701180c03849d7809 | |
parent | b72ddb65ac8870cab019bd3894c662948e8513e0 (diff) | |
download | pdf-over-a6cb8c836e05e3e55de9576f38a0ddf06145e7ab.tar.gz pdf-over-a6cb8c836e05e3e55de9576f38a0ddf06145e7ab.tar.bz2 pdf-over-a6cb8c836e05e3e55de9576f38a0ddf06145e7ab.zip |
Version Numnbers corrected
-rw-r--r-- | pdf-over-commons/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-gui/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-install-helper/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-signator/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-signer/pdf-over-sigpdfas4/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-signer/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 11ee1662..0f39262e 100644 --- a/pdf-over-commons/pom.xml +++ b/pdf-over-commons/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.3.2-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 87d234fa..a439c79a 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.3.2-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml index 30ce6e16..68d9f924 100644 --- a/pdf-over-install-helper/pom.xml +++ b/pdf-over-install-helper/pom.xml @@ -3,7 +3,7 @@ <parent>
<groupId>at.a-sit</groupId>
<artifactId>pdf-over</artifactId>
- <version>4.3.2-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<!-- <groupId>at.a-sit</groupId> -->
<artifactId>pdf-over-install-helper</artifactId>
diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index 3bad3d50..69b2d295 100644 --- a/pdf-over-signator/pom.xml +++ b/pdf-over-signator/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>pdf-over</artifactId>
<groupId>at.a-sit</groupId>
- <version>4.3.2-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-signator</artifactId>
diff --git a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml index c090f168..38c03dca 100644 --- a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml +++ b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>pdf-over-signer</artifactId>
<groupId>at.a-sit</groupId>
- <version>4.3.2-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<!-- <relativePath>..</relativePath> -->
</parent>
<artifactId>pdf-over-sigpdfas4</artifactId>
diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index dbe3262a..d3281c2f 100644 --- a/pdf-over-signer/pom.xml +++ b/pdf-over-signer/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>pdf-over</artifactId>
<groupId>at.a-sit</groupId>
- <version>4.3.2-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-signer</artifactId>
@@ -4,7 +4,7 @@ <groupId>at.a-sit</groupId>
<artifactId>pdf-over</artifactId>
- <version>4.3.2-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PDF-Over</name>
|