summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BKUApplet/pom.xml4
-rw-r--r--BKUAppletExt/pom.xml4
-rw-r--r--BKUCertificates/pom.xml2
-rw-r--r--BKUCommonGUI/pom.xml4
-rw-r--r--BKUFonts/pom.xml2
-rw-r--r--BKUGuiExt/pom.xml4
-rw-r--r--BKUHelp/pom.xml4
-rw-r--r--BKULocal/pom.xml4
-rw-r--r--BKUOnline/pom.xml4
-rw-r--r--BKUViewer/pom.xml4
-rw-r--r--BKUWebStart/pom.xml4
-rw-r--r--STAL/pom.xml4
-rw-r--r--STALExt/pom.xml4
-rw-r--r--STALService/pom.xml4
-rw-r--r--STALXService/pom.xml4
-rw-r--r--bkucommon/pom.xml4
-rw-r--r--pom.xml8
-rw-r--r--smcc/pom.xml4
-rw-r--r--smccSTAL/pom.xml4
-rw-r--r--smccSTALExt/pom.xml4
-rw-r--r--utils/pom.xml4
21 files changed, 42 insertions, 42 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml
index 26b30d40..d491ef2c 100644
--- a/BKUApplet/pom.xml
+++ b/BKUApplet/pom.xml
@@ -2,13 +2,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUApplet</artifactId>
<name>BKU Applet</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>Java Applet used by MOCCA Online</description>
<build>
<plugins>
diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml
index 745d00e2..2cbaaa7c 100644
--- a/BKUAppletExt/pom.xml
+++ b/BKUAppletExt/pom.xml
@@ -2,13 +2,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUAppletExt</artifactId>
<name>BKU Applet Ext</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>Card management extension for Java Applet used by MOCCA Online</description>
<build>
<plugins>
diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml
index f1b9c1e8..4e92a99b 100644
--- a/BKUCertificates/pom.xml
+++ b/BKUCertificates/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml
index c7d33d78..4a1183ac 100644
--- a/BKUCommonGUI/pom.xml
+++ b/BKUCommonGUI/pom.xml
@@ -2,13 +2,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCommonGUI</artifactId>
<name>BKU Common GUI</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>at.gv.egiz</groupId>
diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml
index 9ec94e7e..cf7f6f6f 100644
--- a/BKUFonts/pom.xml
+++ b/BKUFonts/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUFonts</artifactId>
diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml
index 68439c3b..e2990cf3 100644
--- a/BKUGuiExt/pom.xml
+++ b/BKUGuiExt/pom.xml
@@ -3,11 +3,11 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUGuiExt</artifactId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<name>BKU GUI Ext</name>
<description>Common BKU GUI functionality extension for card managment</description>
<dependencies>
diff --git a/BKUHelp/pom.xml b/BKUHelp/pom.xml
index fbea4050..4cd19117 100644
--- a/BKUHelp/pom.xml
+++ b/BKUHelp/pom.xml
@@ -3,11 +3,11 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUHelp</artifactId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<name>BKU Help</name>
<build>
<resources>
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml
index 123f92bd..bf0cd29e 100644
--- a/BKULocal/pom.xml
+++ b/BKULocal/pom.xml
@@ -2,14 +2,14 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKULocal</artifactId>
<packaging>war</packaging>
<name>BKU Local</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>MOCCA Local</description>
<build>
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 7d7f9967..16d37acc 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -3,14 +3,14 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUOnline</artifactId>
<packaging>war</packaging>
<name>MOCCA Online</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<pluginRepositories>
<pluginRepository>
diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml
index 75f9ea05..bd49cbd8 100644
--- a/BKUViewer/pom.xml
+++ b/BKUViewer/pom.xml
@@ -2,13 +2,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUViewer</artifactId>
<name>BKU Viewer</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>Validator for plain text and XHTML to-be signed content</description>
<dependencies>
<dependency>
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml
index ad1de076..ff751c42 100644
--- a/BKUWebStart/pom.xml
+++ b/BKUWebStart/pom.xml
@@ -2,14 +2,14 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUWebStart</artifactId>
<packaging>jar</packaging>
<name>MOCCA Webstart</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<url>http://mocca.egovlabs.gv.at/</url>
<description>Bürgerkartenumgebung</description>
diff --git a/STAL/pom.xml b/STAL/pom.xml
index 4ae504aa..0ec4c55b 100644
--- a/STAL/pom.xml
+++ b/STAL/pom.xml
@@ -3,13 +3,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>STAL</artifactId>
<name>STAL</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<dependencies>
</dependencies>
<description>Security Token Access Layer</description>
diff --git a/STALExt/pom.xml b/STALExt/pom.xml
index d4eb0423..2e9ed4d3 100644
--- a/STALExt/pom.xml
+++ b/STALExt/pom.xml
@@ -2,13 +2,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>STALExt</artifactId>
<name>STAL Ext</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>STAL extensions for card management</description>
<dependencies>
<dependency>
diff --git a/STALService/pom.xml b/STALService/pom.xml
index 54bc3de2..3eeca1d4 100644
--- a/STALService/pom.xml
+++ b/STALService/pom.xml
@@ -3,13 +3,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>STALService</artifactId>
<name>STAL Service</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>STAL webservice interface</description>
<dependencies>
<dependency>
diff --git a/STALXService/pom.xml b/STALXService/pom.xml
index d9f1e595..e204af0d 100644
--- a/STALXService/pom.xml
+++ b/STALXService/pom.xml
@@ -2,13 +2,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>STALXService</artifactId>
<name>STAL Ext Service</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>STAL extension webservice interface</description>
<dependencies>
<dependency>
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml
index 9d1d4faa..1e044d8f 100644
--- a/bkucommon/pom.xml
+++ b/bkucommon/pom.xml
@@ -3,13 +3,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>bkucommon</artifactId>
<name>BKU Common</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<build>
<plugins>
diff --git a/pom.xml b/pom.xml
index 83aa3b19..57d96628 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>at.gv.egiz</groupId>
<artifactId>mocca</artifactId>
<packaging>pom</packaging>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<name>MOCCA</name>
<description>MOCCA (Modular Open Citizen Card Architecture) project</description>
<url>http://mocca.egovlabs.gv.at</url>
@@ -47,9 +47,9 @@
</developer>
</developers>
<scm>
- <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.3.0-RC3</connection>
- <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.3.0-RC3</developerConnection>
- <url>svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.3.0-RC3</url>
+ <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>
</scm>
<organization>
<name>E-Government Innovation Center (EGIZ)</name>
diff --git a/smcc/pom.xml b/smcc/pom.xml
index b790430d..c851627a 100644
--- a/smcc/pom.xml
+++ b/smcc/pom.xml
@@ -2,14 +2,14 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>smcc</artifactId>
<name>smcc</name>
<packaging>jar</packaging>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>Smart card communication</description>
<build>
<plugins>
diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml
index 4e054a3f..22165090 100644
--- a/smccSTAL/pom.xml
+++ b/smccSTAL/pom.xml
@@ -2,13 +2,13 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>smccSTAL</artifactId>
<name>smcc STAL</name>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>STAL implementation for smart cards using smcc</description>
<build>
<plugins>
diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml
index b1729359..60fc3989 100644
--- a/smccSTALExt/pom.xml
+++ b/smccSTALExt/pom.xml
@@ -3,11 +3,11 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<groupId>at.gv.egiz</groupId>
<artifactId>smccSTALExt</artifactId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<name>smcc STAL Ext</name>
<description>STAL Ext implementation for smart cards using smcc</description>
<dependencies>
diff --git a/utils/pom.xml b/utils/pom.xml
index 34ae6349..4e8f8321 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -2,14 +2,14 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>utils</artifactId>
<name>Utils</name>
<packaging>jar</packaging>
- <version>1.3.0-RC3</version>
+ <version>1.3.0-RC4-SNAPSHOT</version>
<description>Utilities</description>
<dependencies>
<dependency>