diff options
author | Andreas Abraham <andreas.abraham@iaik.tugraz.at> | 2017-01-16 01:35:32 -0800 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@iaik.tugraz.at> | 2017-01-16 01:35:32 -0800 |
commit | 6f79858c1b5a8ecac5d923afe35e723befc45834 (patch) | |
tree | 55838aafb8ec5ab69447f1175b96d46c0791ceee | |
parent | 74cc1ad5bad3eb3f4c7fccae86296f42aecfffa2 (diff) | |
download | pdf-over-6f79858c1b5a8ecac5d923afe35e723befc45834.tar.gz pdf-over-6f79858c1b5a8ecac5d923afe35e723befc45834.tar.bz2 pdf-over-6f79858c1b5a8ecac5d923afe35e723befc45834.zip |
[maven-release-plugin] prepare release pdf-over-4.1.12pdf-over-4.1.12
-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 |
5 files changed, 6 insertions, 6 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index a7a2ca31..a28cbfbd 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.1.12-SNAPSHOT</version> + <version>4.1.12</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index 1f8e8f39..05c48256 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.1.12-SNAPSHOT</version> + <version>4.1.12</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 c523599f..ef051662 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.1.12-SNAPSHOT</version> + <version>4.1.12</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-sigpdfas4</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 8b9199db..8a1918f7 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.1.12-SNAPSHOT</version> + <version>4.1.12</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-signer</artifactId> @@ -4,7 +4,7 @@ <groupId>at.a-sit</groupId> <artifactId>pdf-over</artifactId> - <version>4.1.12-SNAPSHOT</version> + <version>4.1.12</version> <packaging>pom</packaging> <name>PDF-Over</name> @@ -62,7 +62,7 @@ <connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection> <developerConnection>scm:git:ssh://gitlab@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.1.12</tag> </scm> <issueManagement> |