diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-04-23 09:37:25 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-04-23 09:37:25 +0000 |
commit | 09427bea2fed69d7680a05f7405c4920a9dc972a (patch) | |
tree | 19e043a20572da5b2b7eaead713187277aebb4e9 | |
parent | 92a9c134fc510e663d205962a0039c8aa84fbd56 (diff) | |
download | pdf-over-09427bea2fed69d7680a05f7405c4920a9dc972a.tar.gz pdf-over-09427bea2fed69d7680a05f7405c4920a9dc972a.tar.bz2 pdf-over-09427bea2fed69d7680a05f7405c4920a9dc972a.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@521 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
-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-sigpdfas/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-signer/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 6 |
5 files changed, 7 insertions, 7 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 82424436..5ca1f6b7 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index bb3e0f0f..3a374afc 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-signator</artifactId> diff --git a/pdf-over-signer/pdf-over-sigpdfas/pom.xml b/pdf-over-signer/pdf-over-sigpdfas/pom.xml index 28e66352..7847f230 100644 --- a/pdf-over-signer/pdf-over-sigpdfas/pom.xml +++ b/pdf-over-signer/pdf-over-sigpdfas/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>pdf-over-signer</artifactId> <groupId>at.a-sit</groupId> - <version>4.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-sigpdfas</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 8dea78e2..63e03ae6 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.0.3</version> + <version>4.0.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-signer</artifactId> @@ -4,7 +4,7 @@ <groupId>at.a-sit</groupId> <artifactId>pdf-over</artifactId> - <version>4.0.3</version> + <version>4.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>PDF-Over</name> @@ -60,8 +60,8 @@ <scm> <!--developerConnection>scm:git:ssh://git@abyss.iaik.tugraz.at/srv/git/pdf-over.git</developerConnection--> - <connection>scm:svn:https://joinup.ec.europa.eu/svn/pdf-over/tags/pdf-over-4.0.3</connection> - <url>https://joinup.ec.europa.eu/svn/pdf-over/tags/pdf-over-4.0.3</url> + <connection>scm:svn:https://joinup.ec.europa.eu/svn/pdf-over/trunk/</connection> + <url>https://joinup.ec.europa.eu/svn/pdf-over/trunk/</url> </scm> <issueManagement> |