diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-06 12:48:58 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-06 12:48:58 +0200 |
commit | 738b197cebdddb6fa5a73e2e648ca70ac47ca8e2 (patch) | |
tree | dd447a5acd2fc902b7da309567cbff735055db71 | |
parent | 0559e9f85345b85dfbe81659bf82a06c8954ec76 (diff) | |
download | pdf-over-738b197cebdddb6fa5a73e2e648ca70ac47ca8e2.tar.gz pdf-over-738b197cebdddb6fa5a73e2e648ca70ac47ca8e2.tar.bz2 pdf-over-738b197cebdddb6fa5a73e2e648ca70ac47ca8e2.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-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 | 6 |
6 files changed, 9 insertions, 9 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 9d16c213..3a7c4286 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.4.0</version> + <version>4.4.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.4.0</version> + <version>4.4.1-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index b035fd26..5f017bc5 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.4.0</version> + <version>4.4.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index 9b4c1c4f..fd8f5fe7 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.4.0</version> + <version>4.4.1-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 76e2ef30..9fddc979 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.4.0</version> + <version>4.4.1-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 ee98c3cd..d7ad66fa 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.4.0</version> + <version>4.4.1-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.4.0</version> + <version>4.4.1-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.4.0</tag> + <tag>HEAD</tag> </scm> <issueManagement> @@ -146,7 +146,7 @@ <artifactId>maven-release-plugin</artifactId> <version>2.5.2</version> <configuration> - <preparationGoals></preparationGoals> + <preparationGoals /> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> <dependencies> |