diff options
| author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-06 09:35:37 +0200 | 
|---|---|---|
| committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-06 09:35:37 +0200 | 
| commit | fcad816ec6c124432bc21aad5545df31581e375f (patch) | |
| tree | c3f6724ce8b9bccd063784e897fe9f2ac8dc928b /pom.xml | |
| parent | 9db925f509947e011bbf6f471926595db6154fd3 (diff) | |
| download | EAAF-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.xml | 12 | 
1 files changed, 11 insertions, 1 deletions
| @@ -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> | 
