diff options
-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 c963dcf0..82424436 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-SNAPSHOT</version> + <version>4.0.3</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index 2542f6d9..bb3e0f0f 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-SNAPSHOT</version> + <version>4.0.3</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 be8b093b..28e66352 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-SNAPSHOT</version> + <version>4.0.3</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-sigpdfas</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index ebeeec96..8dea78e2 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-SNAPSHOT</version> + <version>4.0.3</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-SNAPSHOT</version> + <version>4.0.3</version> <packaging>pom</packaging> <name>PDF-Over</name> @@ -59,9 +59,9 @@ </licenses> <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/trunk/</connection> - <url>https://joinup.ec.europa.eu/svn/pdf-over/trunk/</url> + <!--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> </scm> <issueManagement> |