diff options
author | Mike Conway <michael.c.conway@gmail.com> | 2012-01-27 20:35:54 (GMT) |
---|---|---|
committer | Mike Conway <michael.c.conway@gmail.com> | 2012-01-27 20:35:54 (GMT) |
commit | cfc56a7d3783f4db0b13b7e928e5e34e9d27e0d9 (patch) | |
tree | b034b5fc7c076854a3c07431c1a7eca43ab0ef31 /idrop-swing/pom.xml | |
parent | 1851d223ede4d51aa234e53340f6534b883650c1 (diff) | |
download | QCG-Data-cfc56a7d3783f4db0b13b7e928e5e34e9d27e0d9.zip QCG-Data-cfc56a7d3783f4db0b13b7e928e5e34e9d27e0d9.tar.gz QCG-Data-cfc56a7d3783f4db0b13b7e928e5e34e9d27e0d9.tar.bz2 |
[#551]-overwrite handling
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 79ec42a..e3fc967 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.irods</groupId> <artifactId>idrop</artifactId> - <version>1.0.0-beta2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods.idrop</groupId> @@ -205,4 +205,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |