diff options
Diffstat (limited to 'BKUWebStart')
-rw-r--r-- | BKUWebStart/pom.xml | 15 |
1 files changed, 7 insertions, 8 deletions
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 |