diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-02-03 19:22:57 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-02-03 19:22:57 +0000 |
commit | abfc3d38e149705e2d1dfc7768a9b6126d5ef6cb (patch) | |
tree | aa2768eae81305da63a8d87ba4907723f9c6c0a3 | |
parent | 480729825b03ca06c49330a5ab3ffa42a56ae520 (diff) | |
download | pdf-over-abfc3d38e149705e2d1dfc7768a9b6126d5ef6cb.tar.gz pdf-over-abfc3d38e149705e2d1dfc7768a9b6126d5ef6cb.tar.bz2 pdf-over-abfc3d38e149705e2d1dfc7768a9b6126d5ef6cb.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@513 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 | 8 |
5 files changed, 8 insertions, 8 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 63f4513e..c963dcf0 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.2</version> + <version>4.0.3-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 51308103..2542f6d9 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.2</version> + <version>4.0.3-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 cf90f0f2..3dee7e69 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.2</version> + <version>4.0.3-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 296b7fdf..ebeeec96 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.2</version> + <version>4.0.3-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.2</version> + <version>4.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>PDF-Over</name> @@ -59,9 +59,9 @@ </licenses> <scm> - <developerConnection>scm:git:ssh://git@abyss.iaik.tugraz.at/home/git/12PDF-OVER-4.0.git/trunk/pdf-over</developerConnection> - <connection>scm:svn:https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0/trunk/pdf-over</connection> - <url>https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0/trunk/pdf-over</url> + <developerConnection>scm:git:ssh://git@abyss.iaik.tugraz.at/home/git/pdf-over.git</developerConnection> + <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> |