diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 13:51:46 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 13:51:46 +0100 |
commit | d9ead7c4bedc1ed84219878a9baaca975d7750d3 (patch) | |
tree | e46b8586a3a65a2127dc5d014f38b7fbd4da535c | |
parent | c2999ca741a181243d145ac5114c55fed65239fe (diff) | |
download | pdf-over-d9ead7c4bedc1ed84219878a9baaca975d7750d3.tar.gz pdf-over-d9ead7c4bedc1ed84219878a9baaca975d7750d3.tar.bz2 pdf-over-d9ead7c4bedc1ed84219878a9baaca975d7750d3.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | pdf-over-commons/pom.xml | 4 | ||||
-rw-r--r-- | pdf-over-gui/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-install-helper/pom.xml | 4 | ||||
-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 | 4 |
7 files changed, 10 insertions, 10 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 3e6c3d6a..75a5ccc7 100644 --- a/pdf-over-commons/pom.xml +++ b/pdf-over-commons/pom.xml @@ -3,12 +3,12 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.3.3-RC4</version> + <version>4.3.3-RC5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.3.3-RC4</version> + <version>4.3.3-RC5-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 87cb4c19..64e8e128 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.3-RC4</version> + <version>4.3.3-RC5-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 a482fb42..d82ad7a5 100644 --- a/pdf-over-install-helper/pom.xml +++ b/pdf-over-install-helper/pom.xml @@ -3,10 +3,10 @@ <parent> <groupId>at.a-sit</groupId> <artifactId>pdf-over</artifactId> - <version>4.3.3-RC4</version> + <version>4.3.3-RC5-SNAPSHOT</version> </parent> <artifactId>pdf-over-install-helper</artifactId> - <version>4.3.3-RC4</version> + <version>4.3.3-RC5-SNAPSHOT</version> <dependencies> <dependency> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index a2b7a08a..727f4a2f 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.3-RC4</version> + <version>4.3.3-RC5-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 3d0cbdd7..c15b8c06 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.3-RC4</version> + <version>4.3.3-RC5-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 a56e7120..b8d48a34 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.3-RC4</version> + <version>4.3.3-RC5-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.3-RC4</version> + <version>4.3.3-RC5-SNAPSHOT</version> <packaging>pom</packaging> <name>PDF-Over</name> @@ -72,7 +72,7 @@ <connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection> <developerConnection>scm:git:https://gitlab.iaik.tugraz.at/egiz/pdf-over.git</developerConnection> <url>http://git.egiz.gv.at/pdf-over</url> - <tag>pdf-over-4.3.3-RC4</tag> + <tag>pdf-over-4.1.19</tag> </scm> <issueManagement> |