diff options
| author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-05-17 13:25:40 +0000 | 
|---|---|---|
| committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-05-17 13:25:40 +0000 | 
| commit | 8a9b274c054662e7c08d423122e9e2cdd01ef7fd (patch) | |
| tree | 255834ca283d9876a6ed8dce4c96312d2d083333 | |
| parent | c4bf0976ace3d6d5dc9459ecfb3b51c57657f573 (diff) | |
| download | mocca-8a9b274c054662e7c08d423122e9e2cdd01ef7fd.tar.gz mocca-8a9b274c054662e7c08d423122e9e2cdd01ef7fd.tar.bz2 mocca-8a9b274c054662e7c08d423122e9e2cdd01ef7fd.zip | |
[maven-release-plugin] rollback the release of mocca-1.3.0-RC1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@734 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
| -rw-r--r-- | BKUApplet/pom.xml | 4 | ||||
| -rw-r--r-- | BKUAppletExt/pom.xml | 6 | ||||
| -rw-r--r-- | BKUCertificates/pom.xml | 2 | ||||
| -rw-r--r-- | BKUCommonGUI/pom.xml | 4 | ||||
| -rw-r--r-- | BKUFonts/pom.xml | 4 | ||||
| -rw-r--r-- | BKUGuiExt/pom.xml | 4 | ||||
| -rw-r--r-- | BKUHelp/pom.xml | 4 | ||||
| -rw-r--r-- | BKULocal/pom.xml | 4 | ||||
| -rw-r--r-- | BKUOnline/pom.xml | 6 | ||||
| -rw-r--r-- | BKUViewer/pom.xml | 6 | ||||
| -rw-r--r-- | BKUWebStart/pom.xml | 6 | ||||
| -rw-r--r-- | STAL/pom.xml | 4 | ||||
| -rw-r--r-- | STALExt/pom.xml | 4 | ||||
| -rw-r--r-- | STALService/pom.xml | 6 | ||||
| -rw-r--r-- | STALXService/pom.xml | 4 | ||||
| -rw-r--r-- | bkucommon/pom.xml | 6 | ||||
| -rw-r--r-- | pom.xml | 8 | ||||
| -rw-r--r-- | smcc/pom.xml | 4 | ||||
| -rw-r--r-- | smccSTAL/pom.xml | 4 | ||||
| -rw-r--r-- | smccSTALExt/pom.xml | 4 | ||||
| -rw-r--r-- | utils/pom.xml | 4 | 
21 files changed, 49 insertions, 49 deletions
| diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 05a0dc3f..9a2d11f3 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-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUApplet</artifactId>    <name>BKU Applet</name> -  <version>1.3.0-RC1</version> +  <version>${project.parent.version}</version>    <description>Java Applet used by MOCCA Online</description>    <build>      <plugins> diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml index d64c6573..770f977b 100644 --- a/BKUAppletExt/pom.xml +++ b/BKUAppletExt/pom.xml @@ -2,14 +2,14 @@      <parent>          <artifactId>mocca</artifactId>          <groupId>at.gv.egiz</groupId> -        <version>1.3.0-RC1</version> +        <version>1.3.0-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-RC1</version> -    <description>Card management extension for Java Applet used by MOCCA Online</description> +    <version>${project.parent.version}</version> +    <description >Card management extension for Java Applet used by MOCCA Online</description>      <dependencies>          <dependency>              <groupId>at.gv.egiz</groupId> diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index 10ca274d..17f0a4cf 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-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUCertificates</artifactId> diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 92b78779..3d3f1446 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-RC1</version> +        <version>1.3.0-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-RC1</version> +    <version>${project.parent.version}</version>      <dependencies>          <dependency>              <groupId>at.gv.egiz</groupId> diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index f0b6dd42..592c5b38 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@    <parent>      <artifactId>mocca</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.3.0-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUFonts</artifactId> -  <version>1.2</version> +  <version>${mocca.fonts.version}</version>    <name>BKU Fonts</name>    <description>      <!-- diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml index 91dbf4ca..d5d9b47b 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-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUGuiExt</artifactId> -  <version>1.3.0-RC1</version> +  <version>${project.parent.version}</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 5ab6cc4e..8d8001e3 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-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUHelp</artifactId> -  <version>1.3.0-RC1</version> +  <version>${project.parent.version}</version>    <name>BKU Help</name>    <build>      <resources> diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index b5ba88ff..ef1d7900 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-RC1</version> +		<version>1.3.0-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-RC1</version> +	<version>${project.parent.version}</version>  	<description>MOCCA Local</description>  	<build> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index b1fb5de5..315e7cba 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-RC1</version> +    <version>1.3.0-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-RC1</version> +  <version>${parent.version}</version>    <pluginRepositories>      <pluginRepository> @@ -49,7 +49,7 @@      <dependency>        <artifactId>BKUCertificates</artifactId>        <groupId>at.gv.egiz</groupId> -      <version>1.2</version> +      <version>${mocca.certificates.version}</version>        <scope>provided</scope>      </dependency>      <dependency> diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index 212f0a5d..203d3ca1 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -2,14 +2,14 @@  	<parent>  		<artifactId>mocca</artifactId>  		<groupId>at.gv.egiz</groupId> -		<version>1.3.0-RC1</version> +		<version>1.3.0-SNAPSHOT</version>  	</parent>  	<modelVersion>4.0.0</modelVersion>  	<groupId>at.gv.egiz</groupId>  	<artifactId>BKUViewer</artifactId>  	<name>BKU Viewer</name> -	<version>1.3.0-RC1</version> -	<description>Validator for plain text and XHTML to-be signed content</description> +	<version>${project.parent.version}</version> +	<description >Validator for plain text and XHTML to-be signed content</description>  	<dependencies>  		<dependency>  			<groupId>at.gv.egiz</groupId> diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 1789db97..c4a97f93 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-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUWebStart</artifactId>    <packaging>jar</packaging>    <name>BKU Web Start</name> -  <version>1.3.0-RC1</version> +  <version>${project.parent.version}</version>    <url>http://mocca.egovlabs.gv.at/</url>    <description>Bürgerkartenumgebung</description> @@ -230,7 +230,7 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKUCertificates</artifactId> -      <version>1.2</version> +      <version>${mocca.certificates.version}</version>      </dependency>      <dependency>        <groupId>iaik</groupId> diff --git a/STAL/pom.xml b/STAL/pom.xml index e0621a41..f923a073 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-RC1</version> +        <version>1.3.0-SNAPSHOT</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>STAL</artifactId>      <name>STAL</name> -    <version>1.3.0-RC1</version> +    <version>${parent.version}</version>      <dependencies>      </dependencies>      <description>Security Token Access Layer</description> diff --git a/STALExt/pom.xml b/STALExt/pom.xml index b046ea24..376ba450 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-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>STALExt</artifactId>    <name>STAL Ext</name> -  <version>1.3.0-RC1</version> +  <version>${project.parent.version}</version>    <description>STAL extensions for card management</description>    <dependencies>      <dependency> diff --git a/STALService/pom.xml b/STALService/pom.xml index f80d7c3b..c25d955f 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -3,14 +3,14 @@      <parent>          <artifactId>mocca</artifactId>          <groupId>at.gv.egiz</groupId> -        <version>1.3.0-RC1</version> +        <version>1.3.0-SNAPSHOT</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>STALService</artifactId>      <name>STAL Service</name> -    <version>1.3.0-RC1</version> -    <description>STAL webservice interface</description> +    <version>${project.parent.version}</version> +    <description >STAL webservice interface</description>      <dependencies>          <dependency>              <groupId>at.gv.egiz</groupId> diff --git a/STALXService/pom.xml b/STALXService/pom.xml index 8258b230..c71b3f75 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-RC1</version> +    <version>1.3.0-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-RC1</version> +  <version>${project.parent.version}</version>    <description>STAL extension webservice interface</description>    <dependencies>      <dependency> diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e4d72702..467e1ca9 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-RC1</version> +		<version>1.3.0-SNAPSHOT</version>  	</parent>  	<modelVersion>4.0.0</modelVersion>  	<groupId>at.gv.egiz</groupId>  	<artifactId>bkucommon</artifactId>  	<name>BKU Common</name> -	<version>1.3.0-RC1</version> +	<version>${project.parent.version}</version>  	<build>  		<plugins> @@ -66,7 +66,7 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKUFonts</artifactId> -      <version>1.2</version> +      <version>${mocca.fonts.version}</version>        <scope>runtime</scope>      </dependency> @@ -4,7 +4,7 @@    <groupId>at.gv.egiz</groupId>    <artifactId>mocca</artifactId>    <packaging>pom</packaging> -  <version>1.3.0-RC1</version> +  <version>1.3.0-SNAPSHOT</version>    <name>MOCCA</name>    <description>MOCCA (Modular Open Citizen Card Architecture) project</description>    <url>http://mocca.egovlabs.gv.at</url> @@ -48,9 +48,9 @@      </developer>    </developers>    <scm> -    <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.3.0-RC1</connection> -    <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.3.0-RC1</developerConnection> -    <url>svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.3.0-RC1</url> +    <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.13-id-1-SNAPSHOT</connection> +    <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.13-id-1-SNAPSHOT</developerConnection> +    <url>svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.13-id-1-SNAPSHOT</url>    </scm>    <organization>      <name>E-Government Innovation Center (EGIZ)</name> diff --git a/smcc/pom.xml b/smcc/pom.xml index 4a8e86f8..c0d59481 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-RC1</version> +    <version>1.3.0-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-RC1</version> +  <version>${project.parent.version}</version>    <description>Smart card communication</description>    <build>  		<plugins> diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 0858710e..73fd2581 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-RC1</version> +        <version>1.3.0-SNAPSHOT</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>smccSTAL</artifactId>      <name>smcc STAL</name> -    <version>1.3.0-RC1</version> +    <version>${project.parent.version}</version>      <description>STAL implementation for smart cards using smcc</description>      <build>  	    <plugins> diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml index a367498b..deeaeb0d 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-RC1</version> +    <version>1.3.0-SNAPSHOT</version>    </parent>    <groupId>at.gv.egiz</groupId>    <artifactId>smccSTALExt</artifactId> -  <version>1.3.0-RC1</version> +  <version>${project.parent.version}</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 bf9041e0..68e47055 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-RC1</version> +		<version>1.3.0-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-RC1</version> +	<version>${parent.version}</version>  	<description>Utilities</description>  	<dependencies>  		<dependency> | 
