diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-11-21 10:44:08 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-11-21 10:44:08 +0100 |
commit | a4dd755534013449be5573102114d8dcfccba159 (patch) | |
tree | 16dd5bf1323aed1048501fd553442dfcfdef8904 | |
parent | 57fabe17efe887abc14affaa8fb008e98499493f (diff) | |
download | pdf-over-a4dd755534013449be5573102114d8dcfccba159.tar.gz pdf-over-a4dd755534013449be5573102114d8dcfccba159.tar.bz2 pdf-over-a4dd755534013449be5573102114d8dcfccba159.zip |
[maven-release-plugin] prepare release pdf-over-4.4.3.1pdf-over-4.4.3.1
-rw-r--r-- | pdf-over-commons/pom.xml | 4 | ||||
-rw-r--r-- | pdf-over-gui/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-signer/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 159308aa..5d04ea22 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.4-SNAPSHOT</version> + <version>4.4.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.4.4-SNAPSHOT</version> + <version>4.4.3.1</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index c83875fd..241143a3 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.4-SNAPSHOT</version> + <version>4.4.3.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index bc5f01c0..159b1ce3 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.4-SNAPSHOT</version> + <version>4.4.3.1</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.4-SNAPSHOT</version> + <version>4.4.3.1</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>HEAD</tag> + <tag>pdf-over-4.4.3.1</tag> </scm> <issueManagement> |