diff options
author | mconway <michael.c.conway@gmail.com> | 2012-08-28 18:16:46 (GMT) |
---|---|---|
committer | mconway <michael.c.conway@gmail.com> | 2012-08-28 18:16:46 (GMT) |
commit | 71e2b9de5c48cbe0d643deea74656d19ee4edd56 (patch) | |
tree | 0e8a5d4c6e6a17d8950481dbf444cf0115c1496e | |
parent | 638b08fd79f6cfb9b555ad6fa0bb89e7af9d1d8e (diff) | |
download | QCG-Data-71e2b9de5c48cbe0d643deea74656d19ee4edd56.zip QCG-Data-71e2b9de5c48cbe0d643deea74656d19ee4edd56.tar.gz QCG-Data-71e2b9de5c48cbe0d643deea74656d19ee4edd56.tar.bz2 |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | idrop-lite/pom.xml | 2 | ||||
-rw-r--r-- | idrop-swing/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/idrop-lite/pom.xml b/idrop-lite/pom.xml index e2855fd..52e3705 100644 --- a/idrop-lite/pom.xml +++ b/idrop-lite/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>idrop</artifactId> <groupId>org.irods</groupId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> </parent> <groupId>org.irods.idrop</groupId> <artifactId>idrop-lite</artifactId> diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 866eb9a..175a27e 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.1</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods.idrop</groupId> @@ -3,7 +3,7 @@ <groupId>org.irods</groupId> <artifactId>idrop</artifactId> <packaging>pom</packaging> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> <name>iRODS iDrop</name> <description>iRODS iDrop - personal web and desktop grid access clients</description> <url>https://code.renci.org/gf/project/irodsidrop/</url> |