summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-06 09:36:37 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-06 09:36:37 +0200
commit34e3848720e95afe415206b1d0d1ceeef773dd1e (patch)
tree3c02e8c981ff4fc224b3b7e9ea089e96033f2da4 /pom.xml
parent86034273ffd269ef0cb9de301f10a57905282c54 (diff)
parentfcad816ec6c124432bc21aad5545df31581e375f (diff)
downloadEAAF-Components-34e3848720e95afe415206b1d0d1ceeef773dd1e.tar.gz
EAAF-Components-34e3848720e95afe415206b1d0d1ceeef773dd1e.tar.bz2
EAAF-Components-34e3848720e95afe415206b1d0d1ceeef773dd1e.zip
Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components into nightlyBuild
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 506a049a..6f5f3228 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>