summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-20 17:10:52 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-20 17:10:52 +0000
commitada7c53ce1c19ba26b988e43da51a1a99d584b14 (patch)
treecf67fefbe941e1b72a0ddf148a9da5b99348d03c /pom.xml
parentac6d2a37ee43ddc48cc0a1e40371366607624db7 (diff)
downloadmocca-ada7c53ce1c19ba26b988e43da51a1a99d584b14.tar.gz
mocca-ada7c53ce1c19ba26b988e43da51a1a99d584b14.tar.bz2
mocca-ada7c53ce1c19ba26b988e43da51a1a99d584b14.zip
[maven-release-plugin] rollback the release of mocca-1.2.2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@454 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 342e0612..7f98c2ec 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.3-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<name>BKU</name>
<url>http://bku.egiz.gv.at</url>
<modules>
@@ -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.0.11-SNAPSHOT</version>
+ <type>zip</type>
+ </dependency>
</dependencies>
</dependencyManagement>
</project> \ No newline at end of file