summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-19 13:59:46 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-19 13:59:46 +0000
commit144d12c5c0e9593e568d547a397da50879f87745 (patch)
tree2ab51e2af893fadae366df26cd16d73a1589a69e
parente72c9994054446f38c5bc53d7da573e366f57963 (diff)
downloadmocca-144d12c5c0e9593e568d547a397da50879f87745.tar.gz
mocca-144d12c5c0e9593e568d547a397da50879f87745.tar.bz2
mocca-144d12c5c0e9593e568d547a397da50879f87745.zip
"include-webstart" profile dependency on BKUWebStart.zip -> version in bku pom dependencyManagement
(not updated by release:prepare) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@445 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--BKUOnline/pom.xml8
-rw-r--r--pom.xml8
2 files changed, 12 insertions, 4 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index ea5f3854..3901a4ff 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -308,13 +308,13 @@
<artifactId>webstart-jnlp-servlet</artifactId>
<version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version>
</dependency>
- <!-- dependency to ensure BKUWebStart is build prior to BKUOnline;
- | transitive dependencies shall not be included in WEB-INF/lib
- | and are provided in the BKUWebStart zip -->
+ <!-- dependency to ensure BKUWebStart is build prior to BKUOnline;
+ | transitive dependencies shall not be included in WEB-INF/lib
+ | and are provided in the BKUWebStart zip
+ | (version defined in super-pom dependencyManagement, version won't be adjusted by release:prepare) -->
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUWebStart</artifactId>
- <version>1.0.10-SNAPSHOT</version>
<scope>provided</scope>
<type>zip</type>
</dependency>
diff --git a/pom.xml b/pom.xml
index d2ae4af4..912d29d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,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