summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2797e2c8..54413a62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,9 @@
</developer>
</developers>
<scm>
- <url>svn://svn.egovlabs.gv.at/svnroot/mocca</url>
+ <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/trunk</developerConnection>
+ <url>svn://svn.egovlabs.gv.at/svnroot/mocca/trunk</url>
</scm>
<organization>
<name>E-Government Innovation Center (EGIZ)</name>
@@ -92,6 +94,11 @@
<groupId>org.codehaus.mojo</groupId>
<version>1.10</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-7</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>