summaryrefslogtreecommitdiff
path: root/BKUOnline
diff options
context:
space:
mode:
authorwbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-15 10:34:45 +0000
committerwbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-15 10:34:45 +0000
commite77343708ec9b74aed7256d72982e4fce4be80d8 (patch)
tree334721831860a5e33f1c4308dbfcdc0c1ad4c303 /BKUOnline
parent92947a4a271436c8f352bee58a474126f82cb6d7 (diff)
downloadmocca-e77343708ec9b74aed7256d72982e4fce4be80d8.tar.gz
mocca-e77343708ec9b74aed7256d72982e4fce4be80d8.tar.bz2
mocca-e77343708ec9b74aed7256d72982e4fce4be80d8.zip
Release 1.0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@175 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline')
-rw-r--r--BKUOnline/pom.xml14
-rw-r--r--BKUOnline/src/main/webapp/appletPage.jsp2
2 files changed, 8 insertions, 8 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>
diff --git a/BKUOnline/src/main/webapp/appletPage.jsp b/BKUOnline/src/main/webapp/appletPage.jsp
index 51ab0006..2dbd729c 100644
--- a/BKUOnline/src/main/webapp/appletPage.jsp
+++ b/BKUOnline/src/main/webapp/appletPage.jsp
@@ -45,7 +45,7 @@
var attributes = {
codebase :'applet',
code :'at.gv.egiz.bku.online.applet.BKUApplet.class',
- archive :'BKUApplet-1.0-SNAPSHOT.jar, commons-logging-1.1.1.jar, iaik_jce_me4se-3.04.jar',
+ archive :'BKUApplet-1.0.jar, commons-logging-1.1.1.jar, iaik_jce_me4se-3.04.jar',
width : <%=width%>,
height :<%=height%>
};