diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-26 10:52:53 +0100 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-26 10:52:53 +0100 |
commit | 3311332d24dc781e7fdbe6311c1a6394974f5807 (patch) | |
tree | f6b9d7c5ad546cc255e9c0b18f404f7c9c09603d | |
parent | 0621f88c65f32d1a43cc206596d3938f9b1752f9 (diff) | |
download | pdf-over-3311332d24dc781e7fdbe6311c1a6394974f5807.tar.gz pdf-over-3311332d24dc781e7fdbe6311c1a6394974f5807.tar.bz2 pdf-over-3311332d24dc781e7fdbe6311c1a6394974f5807.zip |
[maven-release-plugin] rollback the release of pdf-over-4.3.0
-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 f4791b53..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.1-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 bfd05861..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.1-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 f138fd45..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.1-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 8ae14e48..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.1-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 77394539..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.1-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 18e9b69f..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.1-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.1-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PDF-Over</name>
|