Commit 8fae67ef4857e7dd2467ce1225209bafb0821d63

Authored by Mickael Boiziot
1 parent 377b3e16
Exists in master

Version 1.2-SNAPSHOT

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
pom.xml
... ... @@ -6,7 +6,7 @@
6 6 <modelVersion>4.0.0</modelVersion>
7 7 <groupId>eu.omp.irap.vespa</groupId>
8 8 <artifactId>epntapclient</artifactId>
9   - <version>1.1</version>
  9 + <version>1.2-SNAPSHOT</version>
10 10 <name>epnTAPCLient</name>
11 11 <description>The Epn-TAP library aims to provide methods to manage resources, services and dataset wich implements the epn-TAP core, in order to get data and deal with it with any other software, ie. though a SAMP hub. It also comes with a GUI, initialy built to be integrated on the Cassis sofware, but it can be launch as standalone.</description>
12 12 <url>http://cassis.irap.omp.eu/</url>
... ... @@ -256,7 +256,7 @@
256 256 <dependency>
257 257 <groupId>eu.omp.irap.vespa</groupId>
258 258 <artifactId>votable</artifactId>
259   - <version>1.1</version>
  259 + <version>1.2-SNAPSHOT</version>
260 260 </dependency>
261 261 <dependency>
262 262 <groupId>junit</groupId>
... ...