summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index acd17bca..46a1a989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>at.gv.egiz</groupId>
<artifactId>bku</artifactId>
<packaging>pom</packaging>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<name>BKU</name>
<url>http://bku.egiz.gv.at</url>
<modules>
@@ -46,9 +46,9 @@
</developer>
</developers>
<scm>
- <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>
+ <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.2</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.2</developerConnection>
+ <url>svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.2</url>
</scm>
<organization>
<name>E-Government Innovation Center (EGIZ)</name>
@@ -261,6 +261,14 @@
<artifactId>jaxb-impl</artifactId>
<version>2.1.9</version>
</dependency>
+ <!-- version not defined in BKUOnline pom "include-webstart" profile,
+ | it wouldn't be adjusted by release:prepare -->
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>BKUWebStart</artifactId>
+ <version>1.2.2</version>
+ <type>zip</type>
+ </dependency>
</dependencies>
</dependencyManagement>
</project> \ No newline at end of file