diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |