diff options
| -rw-r--r-- | BKUApplet/pom.xml | 16 | ||||
| -rw-r--r-- | BKUAppletExt/pom.xml | 15 | ||||
| -rw-r--r-- | BKUCertificates/pom.xml | 10 | ||||
| -rw-r--r-- | BKUCommonGUI/pom.xml | 8 | ||||
| -rw-r--r-- | BKUHelp/pom.xml | 10 | ||||
| -rw-r--r-- | BKULocal/pom.xml | 24 | ||||
| -rw-r--r-- | BKUOnline/pom.xml | 28 | ||||
| -rw-r--r-- | BKUViewer/pom.xml | 6 | ||||
| -rw-r--r-- | BKUWebStart/pom.xml | 15 | ||||
| -rw-r--r-- | STAL/pom.xml | 4 | ||||
| -rw-r--r-- | STALExt/pom.xml | 6 | ||||
| -rw-r--r-- | STALService/pom.xml | 6 | ||||
| -rw-r--r-- | STALXService/pom.xml | 8 | ||||
| -rw-r--r-- | bkucommon/pom.xml | 8 | ||||
| -rw-r--r-- | pom.xml | 8 | ||||
| -rw-r--r-- | smcc/pom.xml | 4 | ||||
| -rw-r--r-- | smccSTAL/pom.xml | 10 | ||||
| -rw-r--r-- | utils/pom.xml | 4 | 
18 files changed, 92 insertions, 98 deletions
| diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index a12ffdbc..571b06de 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -2,13 +2,13 @@    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUApplet</artifactId>    <name>BKU Applet</name> -  <version>1.2.1-SNAPSHOT</version> +  <version>1.2.1</version>    <build>      <plugins>        <plugin> @@ -87,7 +87,7 @@                <type>PKCS11</type>                <providerClass>iaik.pkcs.pkcs11.provider.IAIKPkcs11</providerClass>                <alias>a-sit</alias> -              <storepass></storepass> +              <storepass />              </configuration>            </plugin>          </plugins> @@ -98,27 +98,27 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>smcc</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>STAL</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>STALService</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>smccSTAL</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>       <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKUCommonGUI</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>    </dependencies>  </project>
\ No newline at end of file diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml index 105dfae7..a62f7034 100644 --- a/BKUAppletExt/pom.xml +++ b/BKUAppletExt/pom.xml @@ -1,36 +1,35 @@ -  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">      <parent>          <artifactId>bku</artifactId>          <groupId>at.gv.egiz</groupId> -        <version>1.2.1-SNAPSHOT</version> +        <version>1.2.1</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>BKUAppletExt</artifactId>      <name>BKU Applet Extension</name> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>      <description />      <dependencies>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>STALExt</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>STALXService</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>smccSTAL</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>BKUApplet</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>      </dependencies>      <build> @@ -109,7 +108,7 @@                  <type>PKCS11</type>                  <providerClass>iaik.pkcs.pkcs11.provider.IAIKPkcs11</providerClass>                  <alias>a-sit</alias> -                <storepass></storepass> +                <storepass />                </configuration>              </plugin>            </plugins> diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index 0b39ca31..8148d594 100644 --- a/BKUCertificates/pom.xml +++ b/BKUCertificates/pom.xml @@ -1,15 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">    <modelVersion>4.0.0</modelVersion>    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUCertificates</artifactId> -  <version>1.0-SNAPSHOT</version> +  <version>1.0</version>    <name>BKU Certificates</name>    <build> @@ -32,4 +30,4 @@        </plugin>      </plugins>    </build> -</project> +</project>
\ No newline at end of file diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 065b1161..95076bf8 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -2,23 +2,23 @@      <parent>          <artifactId>bku</artifactId>          <groupId>at.gv.egiz</groupId> -        <version>1.2.1-SNAPSHOT</version> +        <version>1.2.1</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>BKUCommonGUI</artifactId>      <name>BKU Common GUI</name> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>      <dependencies>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>smcc</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>STAL</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>              <scope>compile</scope>          </dependency>      </dependencies> diff --git a/BKUHelp/pom.xml b/BKUHelp/pom.xml index d76719c2..46ce473e 100644 --- a/BKUHelp/pom.xml +++ b/BKUHelp/pom.xml @@ -1,14 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">    <modelVersion>4.0.0</modelVersion>    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUHelp</artifactId> -  <version>1.0-SNAPSHOT</version> +  <version>1.0</version>    <name>BKU Help</name> -</project> +</project>
\ No newline at end of file diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index c70cec3d..bc1dbd5c 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -2,19 +2,19 @@  	<parent>  		<artifactId>bku</artifactId>  		<groupId>at.gv.egiz</groupId> -		<version>1.2.1-SNAPSHOT</version> +		<version>1.2.1</version>  	</parent>  	<modelVersion>4.0.0</modelVersion>  	<groupId>at.gv.egiz</groupId>  	<artifactId>BKULocal</artifactId>  	<packaging>war</packaging>  	<name>BKU Local</name> -	<version>1.0.10-SNAPSHOT</version> +	<version>1.0.10</version>  	<scm> -		<developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKULocal</developerConnection> -		<connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKULocal</connection> -		<url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKULocal</url> +		<developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1/BKULocal</developerConnection> +		<connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1/BKULocal</connection> +		<url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1/BKULocal</url>  	</scm>    <build>      <plugins> @@ -76,27 +76,27 @@  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>STAL</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>bkucommon</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>smcc</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>smccSTAL</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>      <dependency>        <artifactId>BKUHelp</artifactId>        <groupId>at.gv.egiz</groupId> -      <version>1.0-SNAPSHOT</version> +      <version>1.0</version>      </dependency>  		<dependency>  			<groupId>org.springframework</groupId> @@ -120,12 +120,12 @@  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>BKUApplet</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>BKUViewer</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  	</dependencies> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index a975bc35..a8895343 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -3,14 +3,14 @@    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>BKUOnline</artifactId>    <packaging>war</packaging>    <name>BKU Online</name> -  <version>1.2.1-SNAPSHOT</version> +  <version>1.2.1</version>    <pluginRepositories>      <pluginRepository> @@ -24,22 +24,22 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>bkucommon</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKUViewer</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>      <dependency>        <artifactId>BKUCertificates</artifactId>        <groupId>at.gv.egiz</groupId> -      <version>1.0-SNAPSHOT</version> +      <version>1.0</version>      </dependency>      <dependency>        <artifactId>BKUHelp</artifactId>        <groupId>at.gv.egiz</groupId> -      <version>1.0-SNAPSHOT</version> +      <version>1.0</version>      </dependency>      <dependency>        <groupId>commons-logging</groupId> @@ -63,13 +63,13 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>STALService</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>        <scope>compile</scope>      </dependency>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>STALService</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>          <!--           |   TODO move at.buergerkarte.namespaces.cardchannel.service out from STALXService @@ -78,7 +78,7 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>STALXService</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>  		<!--           | see https://wsit.dev.java.net/issues/show_bug.cgi?id=970 @@ -115,13 +115,13 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKUApplet</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>        <scope>provided</scope>      </dependency>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKUAppletExt</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>        <scope>provided</scope>      </dependency>      <dependency> @@ -132,9 +132,9 @@    </dependencies>    <scm> -    <developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline</developerConnection> -    <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline</connection> -    <url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline</url> +    <developerConnection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1/BKUOnline</developerConnection> +    <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1/BKUOnline</connection> +    <url>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1/BKUOnline</url>    </scm>    <build>      <plugins> diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index a11796f9..594d0604 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -2,19 +2,19 @@  	<parent>  		<artifactId>bku</artifactId>  		<groupId>at.gv.egiz</groupId> -		<version>1.2.1-SNAPSHOT</version> +		<version>1.2.1</version>  	</parent>  	<modelVersion>4.0.0</modelVersion>  	<groupId>at.gv.egiz</groupId>  	<artifactId>BKUViewer</artifactId>  	<name>BKU viewer components</name> -	<version>1.2.1-SNAPSHOT</version> +	<version>1.2.1</version>  	<description />  	<dependencies>  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>bkucommon</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  		<dependency>  			<groupId>commons-logging</groupId> diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 67d0bc8e..368b6f92 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -1,9 +1,8 @@ -<?xml version="1.0" encoding="UTF-8"?>  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId> @@ -14,7 +13,7 @@     | IMPORTANT: update jnlp/resources/version.xml (BKUWebStart and utils) and     | include-webstart profile in BKUOnline if version changes     |--> -  <version>1.0.10-SNAPSHOT</version> +  <version>1.0.10</version>    <url>http://mocca.egovlabs.gv.at/</url>    <description>Bürgerkartenumgebung</description> @@ -195,7 +194,7 @@                  <storetype>PKCS11</storetype>                  <providerClass>iaik.pkcs.pkcs11.provider.IAIKPkcs11</providerClass>                  <alias>a-sit</alias> -                <storepass></storepass> +                <storepass />                  <verify>true</verify>                  <keystoreConfig>                    <delete>false</delete> @@ -237,18 +236,18 @@      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKULocal</artifactId> -      <version>1.0.10-SNAPSHOT</version> +      <version>1.0.10</version>        <type>war</type>      </dependency>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>BKUCertificates</artifactId> -      <version>1.0-SNAPSHOT</version> +      <version>1.0</version>      </dependency>      <dependency>        <artifactId>utils</artifactId>        <groupId>at.gv.egiz</groupId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>        <exclusions>          <exclusion>            <artifactId>iaik_ecc_signed</artifactId> @@ -299,4 +298,4 @@        <systemPath>${java.home}/lib/javaws.jar</systemPath>      </dependency>    </dependencies> -</project> +</project>
\ No newline at end of file diff --git a/STAL/pom.xml b/STAL/pom.xml index 622f0af4..42b105bf 100644 --- a/STAL/pom.xml +++ b/STAL/pom.xml @@ -3,13 +3,13 @@      <parent>          <artifactId>bku</artifactId>          <groupId>at.gv.egiz</groupId> -        <version>1.2.1-SNAPSHOT</version> +        <version>1.2.1</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>STAL</artifactId>      <name>STAL</name> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>      <dependencies>  		<dependency>  			<groupId>commons-logging</groupId> diff --git a/STALExt/pom.xml b/STALExt/pom.xml index 19566f9d..b4209e9b 100644 --- a/STALExt/pom.xml +++ b/STALExt/pom.xml @@ -2,19 +2,19 @@    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>STALExt</artifactId>    <name>STAL Extension</name> -  <version>1.2.1-SNAPSHOT</version> +  <version>1.2.1</version>    <description />    <dependencies>      <dependency>        <groupId>at.gv.egiz</groupId>        <artifactId>STAL</artifactId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>    </dependencies>  </project>
\ No newline at end of file diff --git a/STALService/pom.xml b/STALService/pom.xml index dd60866d..49695b00 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -3,19 +3,19 @@      <parent>          <artifactId>bku</artifactId>          <groupId>at.gv.egiz</groupId> -        <version>1.2.1-SNAPSHOT</version> +        <version>1.2.1</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>STALService</artifactId>      <name>STAL Service</name> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>      <description />      <dependencies>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>STAL</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <!--dependency>          	<groupId>at.gv.egiz</groupId> diff --git a/STALXService/pom.xml b/STALXService/pom.xml index 31c56902..6e6f883e 100644 --- a/STALXService/pom.xml +++ b/STALXService/pom.xml @@ -2,24 +2,24 @@    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>STALXService</artifactId>    <name>STAL-X Service</name> -  <version>1.2.1-SNAPSHOT</version> +  <version>1.2.1</version>    <url>http://maven.apache.org</url>    <dependencies>      <dependency>        <artifactId>STALService</artifactId>        <groupId>at.gv.egiz</groupId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>      <dependency>        <artifactId>STALExt</artifactId>        <groupId>at.gv.egiz</groupId> -      <version>1.2.1-SNAPSHOT</version> +      <version>1.2.1</version>      </dependency>    </dependencies>  </project>
\ No newline at end of file diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e31b7b0d..e69434cd 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,13 +3,13 @@  	<parent>  		<artifactId>bku</artifactId>  		<groupId>at.gv.egiz</groupId> -		<version>1.2.1-SNAPSHOT</version> +		<version>1.2.1</version>  	</parent>  	<modelVersion>4.0.0</modelVersion>  	<groupId>at.gv.egiz</groupId>  	<artifactId>bkucommon</artifactId>  	<name>BKU Common</name> -	<version>1.2.1-SNAPSHOT</version> +	<version>1.2.1</version>  	<build>  		<plugins> @@ -49,12 +49,12 @@  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>utils</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  		<dependency>  			<groupId>at.gv.egiz</groupId>  			<artifactId>STALExt</artifactId> -			<version>1.2.1-SNAPSHOT</version> +			<version>1.2.1</version>  		</dependency>  		<dependency>  			<groupId>commons-logging</groupId> @@ -4,7 +4,7 @@    <groupId>at.gv.egiz</groupId>    <artifactId>bku</artifactId>    <packaging>pom</packaging> -  <version>1.2.1-SNAPSHOT</version> +  <version>1.2.1</version>    <name>BKU</name>    <url>http://bku.egiz.gv.at</url>    <modules> @@ -44,9 +44,9 @@      </developer>    </developers>    <scm> -    <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> +    <connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1</connection> +    <developerConnection>scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1</developerConnection> +    <url>svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.1</url>    </scm>    <organization>      <name>E-Government Innovation Center (EGIZ)</name> diff --git a/smcc/pom.xml b/smcc/pom.xml index fdac2ac5..cb8f3f79 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -2,14 +2,14 @@    <parent>      <artifactId>bku</artifactId>      <groupId>at.gv.egiz</groupId> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>at.gv.egiz</groupId>    <artifactId>smcc</artifactId>    <name>smcc</name>    <packaging>jar</packaging> -  <version>1.2.1-SNAPSHOT</version> +  <version>1.2.1</version>    <url>http://bku.egiz.gv.at</url>  	<build>  		<plugins> diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 61f6b22d..ce3aae70 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -2,13 +2,13 @@      <parent>          <artifactId>bku</artifactId>          <groupId>at.gv.egiz</groupId> -        <version>1.2.1-SNAPSHOT</version> +        <version>1.2.1</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>at.gv.egiz</groupId>      <artifactId>smccSTAL</artifactId>      <name>smcc STAL</name> -    <version>1.2.1-SNAPSHOT</version> +    <version>1.2.1</version>  	  <build>  	    <plugins>  	      <plugin> @@ -24,17 +24,17 @@          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>STAL</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>smcc</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <dependency>              <groupId>at.gv.egiz</groupId>              <artifactId>BKUCommonGUI</artifactId> -            <version>1.2.1-SNAPSHOT</version> +            <version>1.2.1</version>          </dependency>          <dependency>              <groupId>iaik</groupId> diff --git a/utils/pom.xml b/utils/pom.xml index 323ce538..4545d913 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,14 +2,14 @@  	<parent>  		<artifactId>bku</artifactId>  		<groupId>at.gv.egiz</groupId> -		<version>1.2.1-SNAPSHOT</version> +		<version>1.2.1</version>  	</parent>  	<modelVersion>4.0.0</modelVersion>  	<groupId>at.gv.egiz</groupId>  	<artifactId>utils</artifactId>  	<name>BKU Utils</name>  	<packaging>jar</packaging> -	<version>1.2.1-SNAPSHOT</version> +	<version>1.2.1</version>  	<url>http://bku.egiz.gv.at</url>  	<build>  		<plugins> | 
