diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 16:36:04 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 16:36:04 +0100 |
commit | 5cc1081113429add3b70887b47b4be4b8da8cf69 (patch) | |
tree | b0b54767b171390ecfa69f2340b57d155f949455 | |
parent | 80df8f301ddba1ba098904c4281ad7fb76fd4152 (diff) | |
download | pdf-over-5cc1081113429add3b70887b47b4be4b8da8cf69.tar.gz pdf-over-5cc1081113429add3b70887b47b4be4b8da8cf69.tar.bz2 pdf-over-5cc1081113429add3b70887b47b4be4b8da8cf69.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 9d844eec..0e894477 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-RC7</version> + <version>4.3.3-RC8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.3.3-RC7</version> + <version>4.3.3-RC8-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index a5758c2a..4815382e 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-RC7</version> + <version>4.3.3-RC8-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 1f21caaa..1f5d833c 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-RC7</version> + <version>4.3.3-RC8-SNAPSHOT</version> </parent> <artifactId>pdf-over-install-helper</artifactId> - <version>4.3.3-RC7</version> + <version>4.3.3-RC8-SNAPSHOT</version> <dependencies> <dependency> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index b21aa35f..947ad7df 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-RC7</version> + <version>4.3.3-RC8-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 16b8cd41..67747480 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-RC7</version> + <version>4.3.3-RC8-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 dec1ead2..8bea77ad 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-RC7</version> + <version>4.3.3-RC8-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-RC7</version> + <version>4.3.3-RC8-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:git@gitlab.iaik.tugraz.at:egiz/pdf-over.git</developerConnection> <url>http://git.egiz.gv.at/pdf-over</url> - <tag>pdf-over-4.3.3-RC7</tag> + <tag>HEAD</tag> </scm> <issueManagement> |