summaryrefslogtreecommitdiff
path: root/BKUOnline/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/pom.xml')
-rw-r--r--BKUOnline/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 5cdf5356..a1d92390 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -4,14 +4,14 @@
<parent>
<artifactId>bku</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUOnline</artifactId>
<packaging>war</packaging>
<name>BKU Online</name>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<pluginRepositories>
<pluginRepository>
@@ -25,12 +25,12 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>bkucommon</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUViewer</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
@@ -55,14 +55,14 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>STALService</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>compile</scope>
</dependency>
<!-- build BKUApplet prior to BKUOnline -->
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUApplet</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
<!--
@@ -105,7 +105,7 @@
<artifactItem>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUApplet</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</artifactItem>
<artifactItem>
<groupId>commons-logging</groupId>