diff options
author | Andreas Abraham <andreas.abraham@iaik.tugraz.at> | 2016-12-01 05:36:43 -0800 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@iaik.tugraz.at> | 2016-12-01 05:36:43 -0800 |
commit | 22b7db2f03dbc48b004b27d34bdbb64fa4956ac3 (patch) | |
tree | 0255ccd488ceb515e8ab0d1a122663dd7e44a451 | |
parent | 7daf4f93263eaf304a19f646e18c61070314a4cb (diff) | |
download | pdf-over-22b7db2f03dbc48b004b27d34bdbb64fa4956ac3.tar.gz pdf-over-22b7db2f03dbc48b004b27d34bdbb64fa4956ac3.tar.bz2 pdf-over-22b7db2f03dbc48b004b27d34bdbb64fa4956ac3.zip |
[maven-release-plugin] prepare release pdf-over-4.1.11pdf-over-4.1.11
-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 | 5 |
5 files changed, 7 insertions, 6 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 5fb64051..301ca14c 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.11-SNAPSHOT</version> + <version>4.1.11</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index bd829225..0479cf5b 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.11-SNAPSHOT</version> + <version>4.1.11</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 82868bc9..fc517f2f 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.11-SNAPSHOT</version> + <version>4.1.11</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-sigpdfas4</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 1a6f9bd5..8db7293d 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.11-SNAPSHOT</version> + <version>4.1.11</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.11-SNAPSHOT</version> + <version>4.1.11</version> <packaging>pom</packaging> <name>PDF-Over</name> @@ -62,7 +62,8 @@ <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> - </scm> + <tag>pdf-over-4.1.11</tag> + </scm> <issueManagement> <system>JIRA</system> |