summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-06 09:35:37 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-06 09:35:37 +0200
commitfcad816ec6c124432bc21aad5545df31581e375f (patch)
treec3f6724ce8b9bccd063784e897fe9f2ac8dc928b /pom.xml
parent9db925f509947e011bbf6f471926595db6154fd3 (diff)
downloadEAAF-Components-fcad816ec6c124432bc21aad5545df31581e375f.tar.gz
EAAF-Components-fcad816ec6c124432bc21aad5545df31581e375f.tar.bz2
EAAF-Components-fcad816ec6c124432bc21aad5545df31581e375f.zip
switch to new version 1.0.9-snapshot
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0b30198c..879781f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>eaaf</artifactId>
- <version>1.0.8</version>
+ <version>1.0.9-snapshot</version>
<packaging>pom</packaging>
<name>EGIZ EAAF components</name>
@@ -392,4 +392,14 @@
</dependencies>
</dependencyManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+ </plugins>
+ </build>
+
</project>