diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-09-15 12:52:14 +0200 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-09-15 12:52:14 +0200 |
commit | 0a1414b78a7633e1e4eb83808c3f4a4bf81d195a (patch) | |
tree | 3071fcd0d1f213c92702a39585ef0c5f1b11b2b3 | |
parent | 09427bea2fed69d7680a05f7405c4920a9dc972a (diff) | |
download | pdf-over-0a1414b78a7633e1e4eb83808c3f4a4bf81d195a.tar.gz pdf-over-0a1414b78a7633e1e4eb83808c3f4a4bf81d195a.tar.bz2 pdf-over-0a1414b78a7633e1e4eb83808c3f4a4bf81d195a.zip |
Update pom with new SCM info
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> + <connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection> + <developerConnection>scm:git:git://gitlab@gitlab.iaik.tugraz.at:tobias.kellner/pdf-over.git</developerConnection> + <url>http://git.egiz.gv.at/pdf-over</url> </scm> <issueManagement> |