diff options
Diffstat (limited to 'BKUWebStartPackage')
-rw-r--r-- | BKUWebStartPackage/pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 2f9ccb5f..4cf033aa 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/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.4-SNAPSHOT</version> + <version>1.2.4</version> </parent> <groupId>at.gv.egiz</groupId> <artifactId>BKUWebStartPackage</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.4</version> <packaging>pom</packaging> <name>BKU Web Start Package</name> <description>Bürgerkartenumgebung</description> @@ -183,4 +181,4 @@ <!-- TODO somehow provide javaws.jar on manifest class-path --> </profile> </profiles> -</project> +</project>
\ No newline at end of file |