diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-06 12:47:29 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-06 12:47:29 +0200 |
commit | 0559e9f85345b85dfbe81659bf82a06c8954ec76 (patch) | |
tree | 4289d9a1032b5bdbf58db91a3c7e5073f96c4a38 | |
parent | 6d7f67e2ec7dae19644198cab27e2138c4599f3c (diff) | |
download | pdf-over-0559e9f85345b85dfbe81659bf82a06c8954ec76.tar.gz pdf-over-0559e9f85345b85dfbe81659bf82a06c8954ec76.tar.bz2 pdf-over-0559e9f85345b85dfbe81659bf82a06c8954ec76.zip |
[maven-release-plugin] prepare release pdf-over-4.4.0pdf-over-4.4.0
-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 3a7c4286..9d16c213 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.1-SNAPSHOT</version> + <version>4.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.4.1-SNAPSHOT</version> + <version>4.4.0</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 5f017bc5..b035fd26 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.1-SNAPSHOT</version> + <version>4.4.0</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 fd8f5fe7..9b4c1c4f 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.1-SNAPSHOT</version> + <version>4.4.0</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 9fddc979..76e2ef30 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.1-SNAPSHOT</version> + <version>4.4.0</version> <!-- <relativePath>..</relativePath> --> </parent> <artifactId>pdf-over-sigpdfas4</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index d7ad66fa..ee98c3cd 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.1-SNAPSHOT</version> + <version>4.4.0</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.1-SNAPSHOT</version> + <version>4.4.0</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.0</tag> </scm> <issueManagement> |