summaryrefslogtreecommitdiff
path: root/STAL
diff options
context:
space:
mode:
Diffstat (limited to 'STAL')
-rw-r--r--STAL/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/STAL/pom.xml b/STAL/pom.xml
index 884c86a2..a1e76cd7 100644
--- a/STAL/pom.xml
+++ b/STAL/pom.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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.0.0-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>STAL</artifactId>
<name>STAL</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1</version>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>