diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-24 13:45:56 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-24 13:45:56 +0100 |
commit | d14ea63465b29a15eca843f7f05105916a4b5003 (patch) | |
tree | 803c778b1487783b2fd401805dff3ea0f5dbde04 | |
parent | e02f57ef7a1ea3b917070b00ad0fdfb6f589a1d7 (diff) | |
download | pdf-over-d14ea63465b29a15eca843f7f05105916a4b5003.tar.gz pdf-over-d14ea63465b29a15eca843f7f05105916a4b5003.tar.bz2 pdf-over-d14ea63465b29a15eca843f7f05105916a4b5003.zip |
[maven-release-plugin] prepare release pdf-over-4.3.3
-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 | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 23c44b69..89f54612 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-RC9-SNAPSHOT</version> + <version>4.3.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.3.3-RC9-SNAPSHOT</version> + <version>4.3.3</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 30891a5a..5d77db31 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-RC9-SNAPSHOT</version> + <version>4.3.3</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 2a5ebf29..cab2e4e3 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-RC9-SNAPSHOT</version> + <version>4.3.3</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 1e9cbfa2..77038c2b 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-RC9-SNAPSHOT</version> + <version>4.3.3</version> <!-- <relativePath>..</relativePath> --> </parent> <artifactId>pdf-over-sigpdfas4</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 1b704207..2115f796 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-RC9-SNAPSHOT</version> + <version>4.3.3</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-RC9-SNAPSHOT</version> + <version>4.3.3</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.3.3</tag> </scm> <issueManagement> |