diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 16:07:15 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 16:07:15 +0100 |
commit | 5474d528ef75c2b5eda7db465fef2d257be8050b (patch) | |
tree | afcb6eb7f731b84c1899e2e4d451e1fac9243067 | |
parent | 4ddca877e41503ad17c5952084a8cb8387b61833 (diff) | |
download | pdf-over-5474d528ef75c2b5eda7db465fef2d257be8050b.tar.gz pdf-over-5474d528ef75c2b5eda7db465fef2d257be8050b.tar.bz2 pdf-over-5474d528ef75c2b5eda7db465fef2d257be8050b.zip |
[maven-release-plugin] prepare release pdf-over-4.3.3-RC6
-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 | 5 |
7 files changed, 11 insertions, 10 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 126b4dc4..ab0044cd 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-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.3.3-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index c49f4e5c..e7d256d6 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-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</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 ad00d070..5c5e95ac 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-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</version> </parent> <artifactId>pdf-over-install-helper</artifactId> - <version>4.3.3-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</version> <dependencies> <dependency> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index ae1b406c..69ea16ab 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-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</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 a9e68d95..c7e0d804 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-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</version> <!-- <relativePath>..</relativePath> --> </parent> <artifactId>pdf-over-sigpdfas4</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 1b830bc9..f7df4766 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-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</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-RC6-SNAPSHOT</version> + <version>4.3.3-RC6</version> <packaging>pom</packaging> <name>PDF-Over</name> @@ -72,7 +72,8 @@ <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> - </scm> + <tag>pdf-over-4.3.3-RC6</tag> + </scm> <issueManagement> <system>JIRA</system> |