diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-14 11:38:20 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-14 11:38:20 +0000 |
commit | 6069a72cf0e8c336e5c94c7afa9704bd6c48145f (patch) | |
tree | 84d9b27cab56f9305ecb8f514100337f004884fd | |
parent | 2eb8bc420b4f239bed907d29c547737a56a22c8d (diff) | |
download | mocca-1.3.12.tar.gz mocca-1.3.12.tar.bz2 mocca-1.3.12.zip |
[maven-release-plugin] prepare release mocca-1.3.12mocca-1.3.12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1219 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | BKUApplet/pom.xml | 2 | ||||
-rw-r--r-- | BKUAppletExt/pom.xml | 2 | ||||
-rw-r--r-- | BKUCertificates/pom.xml | 2 | ||||
-rw-r--r-- | BKUCommonGUI/pom.xml | 2 | ||||
-rw-r--r-- | BKUFonts/pom.xml | 2 | ||||
-rw-r--r-- | BKUGuiExt/pom.xml | 2 | ||||
-rw-r--r-- | BKUHelp/pom.xml | 2 | ||||
-rw-r--r-- | BKUHelpWebStart/pom.xml | 2 | ||||
-rw-r--r-- | BKULocal/pom.xml | 2 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 2 | ||||
-rw-r--r-- | BKUViewer/pom.xml | 2 | ||||
-rw-r--r-- | BKUWebStart/pom.xml | 2 | ||||
-rw-r--r-- | STAL/pom.xml | 2 | ||||
-rw-r--r-- | STALExt/pom.xml | 2 | ||||
-rw-r--r-- | STALService/pom.xml | 2 | ||||
-rw-r--r-- | STALXService/pom.xml | 2 | ||||
-rw-r--r-- | bkucommon/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | smcc/pom.xml | 2 | ||||
-rw-r--r-- | smccSTAL/pom.xml | 2 | ||||
-rw-r--r-- | smccSTALExt/pom.xml | 2 | ||||
-rw-r--r-- | utils/pom.xml | 2 |
22 files changed, 25 insertions, 25 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 2c5e66bc..f306c045 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUApplet</artifactId> diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml index 34520655..e40c4868 100644 --- a/BKUAppletExt/pom.xml +++ b/BKUAppletExt/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUAppletExt</artifactId> diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index cf3884fd..ed606ec3 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.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <artifactId>BKUCertificates</artifactId> <!-- DON'T CHANGE VERSION UNLESS THE INCLUDED CERTIFICATES CHANGED diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index ea33f6da..724614d8 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUCommonGUI</artifactId> diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index df0b486d..47c86359 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.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <artifactId>BKUFonts</artifactId> <version>1.2</version> diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml index f7145bc3..7ad9064a 100644 --- a/BKUGuiExt/pom.xml +++ b/BKUGuiExt/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <artifactId>BKUGuiExt</artifactId> <name>BKU GUI Ext</name> diff --git a/BKUHelp/pom.xml b/BKUHelp/pom.xml index 0a0c7c36..c9aaaee0 100644 --- a/BKUHelp/pom.xml +++ b/BKUHelp/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <artifactId>BKUHelp</artifactId> <name>BKU Help</name> diff --git a/BKUHelpWebStart/pom.xml b/BKUHelpWebStart/pom.xml index 1caace61..33033579 100644 --- a/BKUHelpWebStart/pom.xml +++ b/BKUHelpWebStart/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <artifactId>BKUHelpWebStart</artifactId> <name>BKU Help WebStart</name> diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 37f1e7cf..96c957be 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKULocal</artifactId> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index 11b44818..fb979ec7 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUOnline</artifactId> diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index a9170b32..70d332da 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUViewer</artifactId> diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 0e1dbff6..429fba42 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUWebStart</artifactId> diff --git a/STAL/pom.xml b/STAL/pom.xml index d1846847..837feea9 100644 --- a/STAL/pom.xml +++ b/STAL/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STAL</artifactId> diff --git a/STALExt/pom.xml b/STALExt/pom.xml index 027c966f..057f8317 100644 --- a/STALExt/pom.xml +++ b/STALExt/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALExt</artifactId> diff --git a/STALService/pom.xml b/STALService/pom.xml index 0fc53173..18f838fa 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALService</artifactId> diff --git a/STALXService/pom.xml b/STALXService/pom.xml index 73e06272..32dc4390 100644 --- a/STALXService/pom.xml +++ b/STALXService/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALXService</artifactId> diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index d5046b52..8d72a703 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bkucommon</artifactId> @@ -4,7 +4,7 @@ <groupId>at.gv.egiz</groupId> <artifactId>mocca</artifactId> <packaging>pom</packaging> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> <name>MOCCA</name> <description>MOCCA (Modular Open Citizen Card Architecture) project</description> <url>http://joinup.ec.europa.eu/site/mocca/</url> @@ -53,9 +53,9 @@ </developer> </developers> <scm> - <connection>scm:svn:https://joinup.ec.europa.eu/svn/mocca/trunk</connection> - <developerConnection>scm:svn:https://joinup.ec.europa.eu/svn/mocca/trunk</developerConnection> - <url>https://joinup.ec.europa.eu/svn/mocca/trunk</url> + <connection>scm:svn:https://joinup.ec.europa.eu/svn/mocca/tags/mocca-1.3.12</connection> + <developerConnection>scm:svn:https://joinup.ec.europa.eu/svn/mocca/tags/mocca-1.3.12</developerConnection> + <url>https://joinup.ec.europa.eu/svn/mocca/tags/mocca-1.3.12</url> </scm> <organization> <name>E-Government Innovation Center (EGIZ)</name> diff --git a/smcc/pom.xml b/smcc/pom.xml index 8dffa8f0..1904bf8d 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>smcc</artifactId> diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 917d36f1..acc43309 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>smccSTAL</artifactId> diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml index 68b62084..c1b44557 100644 --- a/smccSTALExt/pom.xml +++ b/smccSTALExt/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <artifactId>smccSTALExt</artifactId> <name>smcc STAL Ext</name> diff --git a/utils/pom.xml b/utils/pom.xml index bb004291..90977063 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>utils</artifactId> |