diff options
Diffstat (limited to 'BKUGuiExt/pom.xml')
-rw-r--r-- | BKUGuiExt/pom.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml index 42a9f57d..87520232 100644 --- a/BKUGuiExt/pom.xml +++ b/BKUGuiExt/pom.xml @@ -1,13 +1,15 @@ -<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"> +<?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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <groupId>at.gv.egiz</groupId> <artifactId>BKUGuiExt</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <name>BKU GUI Extension</name> <dependencies> <dependency> @@ -21,4 +23,5 @@ <version>1.2.2-SNAPSHOT</version> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> + |