summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbschnalzer <bianca.schnalzer@egiz.gv.at>2017-03-24 07:37:30 +0100
committerbschnalzer <bianca.schnalzer@egiz.gv.at>2017-03-24 07:37:30 +0100
commit76ffaf0247ca6ac3cbf1dd80279af57eb05a57d4 (patch)
tree2270fd2051e617959ab4b7e3c8c7d4b52ac671e9
parente91ebb146d9dd4886b918a0a9a25487674b36f4f (diff)
downloadmocca-76ffaf0247ca6ac3cbf1dd80279af57eb05a57d4.tar.gz
mocca-76ffaf0247ca6ac3cbf1dd80279af57eb05a57d4.tar.bz2
mocca-76ffaf0247ca6ac3cbf1dd80279af57eb05a57d4.zip
[maven-release-plugin] prepare release 1.3.251.3.25
-rw-r--r--BKUApplet/pom.xml4
-rw-r--r--BKUAppletExt/pom.xml4
-rw-r--r--BKUCertificates/pom.xml4
-rw-r--r--BKUCommonGUI/pom.xml4
-rw-r--r--BKUFonts/pom.xml4
-rw-r--r--BKUGuiExt/pom.xml4
-rw-r--r--BKUHelp/pom.xml4
-rw-r--r--BKUHelpWebStart/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.xml4
-rw-r--r--smcc/pom.xml4
-rw-r--r--smccSTAL/pom.xml4
-rw-r--r--smccSTALExt/pom.xml4
-rw-r--r--utils/pom.xml4
22 files changed, 86 insertions, 2 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml
index b5685700..607ab22d 100644
--- a/BKUApplet/pom.xml
+++ b/BKUApplet/pom.xml
@@ -315,4 +315,8 @@
<optional>true</optional>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml
index 568ec1ae..e096d3bb 100644
--- a/BKUAppletExt/pom.xml
+++ b/BKUAppletExt/pom.xml
@@ -342,4 +342,8 @@
<optional>true</optional>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml
index da523ffb..0d5e178a 100644
--- a/BKUCertificates/pom.xml
+++ b/BKUCertificates/pom.xml
@@ -34,4 +34,8 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml
index ba34636e..2bfddd77 100644
--- a/BKUCommonGUI/pom.xml
+++ b/BKUCommonGUI/pom.xml
@@ -32,4 +32,8 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml
index a45f3c93..8a72cdda 100644
--- a/BKUFonts/pom.xml
+++ b/BKUFonts/pom.xml
@@ -26,4 +26,8 @@
</resource>
</resources>
</build>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml
index 98035089..6364794b 100644
--- a/BKUGuiExt/pom.xml
+++ b/BKUGuiExt/pom.xml
@@ -20,4 +20,8 @@
<version>${project.parent.version}</version>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/BKUHelp/pom.xml b/BKUHelp/pom.xml
index cbefa6fc..7a46bbb5 100644
--- a/BKUHelp/pom.xml
+++ b/BKUHelp/pom.xml
@@ -14,4 +14,8 @@
</resource>
</resources>
</build>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/BKUHelpWebStart/pom.xml b/BKUHelpWebStart/pom.xml
index 607b4571..8697c8bb 100644
--- a/BKUHelpWebStart/pom.xml
+++ b/BKUHelpWebStart/pom.xml
@@ -14,4 +14,8 @@
</resource>
</resources>
</build>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml
index 709e1bae..ba98f9b6 100644
--- a/BKULocal/pom.xml
+++ b/BKULocal/pom.xml
@@ -262,4 +262,8 @@
</build>
</profile>
</profiles>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 0cc5c4ab..e47aa98b 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -386,4 +386,8 @@
<properties>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
</properties>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml
index c4cc87ed..b6d85a6e 100644
--- a/BKUViewer/pom.xml
+++ b/BKUViewer/pom.xml
@@ -38,4 +38,8 @@
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml
index da4d1e6d..2861d9ac 100644
--- a/BKUWebStart/pom.xml
+++ b/BKUWebStart/pom.xml
@@ -415,4 +415,8 @@
</plugin>
</plugins>
</reporting>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/STAL/pom.xml b/STAL/pom.xml
index aa78d235..2518b869 100644
--- a/STAL/pom.xml
+++ b/STAL/pom.xml
@@ -51,4 +51,8 @@
</plugin>
</plugins>
</build-->
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/STALExt/pom.xml b/STALExt/pom.xml
index d9337861..03592907 100644
--- a/STALExt/pom.xml
+++ b/STALExt/pom.xml
@@ -15,4 +15,8 @@
<version>${project.parent.version}</version>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/STALService/pom.xml b/STALService/pom.xml
index 99487973..7385b28f 100644
--- a/STALService/pom.xml
+++ b/STALService/pom.xml
@@ -20,4 +20,8 @@
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/STALXService/pom.xml b/STALXService/pom.xml
index 28e4a6a6..87f87307 100644
--- a/STALXService/pom.xml
+++ b/STALXService/pom.xml
@@ -24,4 +24,8 @@
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml
index e81dd322..f40a28bc 100644
--- a/bkucommon/pom.xml
+++ b/bkucommon/pom.xml
@@ -159,4 +159,8 @@
</plugin>
</plugins>
</reporting>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/pom.xml b/pom.xml
index 7b9e7817..896d9ef9 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.25-SNAPSHOT</version>
+ <version>1.3.25</version>
<name>MOCCA</name>
<description>MOCCA (Modular Open Citizen Card Architecture) project</description>
<url>http://joinup.ec.europa.eu/site/mocca/</url>
@@ -57,7 +57,7 @@
<developerConnection>scm:git:ssh://gitlab@gitlab.iaik.tugraz.at/egiz/mocca.git</developerConnection>
<!--developerConnection>scm:git:https://gitlab.iaik.tugraz.at/egiz/mocca.git</developerConnection-->
<url>http://git.egiz.gv.at/mocca</url>
- <tag>mocca-1.3.25</tag>
+ <tag>1.3.25</tag>
</scm>
<organization>
<name>E-Government Innovation Center (EGIZ)</name>
diff --git a/smcc/pom.xml b/smcc/pom.xml
index 8a10c98b..de7af434 100644
--- a/smcc/pom.xml
+++ b/smcc/pom.xml
@@ -45,4 +45,8 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>
diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml
index d6373439..7677a08c 100644
--- a/smccSTAL/pom.xml
+++ b/smccSTAL/pom.xml
@@ -44,4 +44,8 @@
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml
index 27927322..03c24234 100644
--- a/smccSTALExt/pom.xml
+++ b/smccSTALExt/pom.xml
@@ -24,4 +24,8 @@
<version>${project.parent.version}</version>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project> \ No newline at end of file
diff --git a/utils/pom.xml b/utils/pom.xml
index 8a705821..9b89aa49 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -39,4 +39,8 @@
</dependency>
</dependencies>
+
+ <scm>
+ <tag>1.3.25</tag>
+ </scm>
</project>