diff options
author | mconway <michael.c.conway@gmail.com> | 2012-10-12 20:20:34 (GMT) |
---|---|---|
committer | mconway <michael.c.conway@gmail.com> | 2012-10-12 20:20:34 (GMT) |
commit | 8bc7c4fde7d8995fae20e65dd5c34dbeed448c6e (patch) | |
tree | 741b2d5b856115f192162fd4c15809ce56108db8 | |
parent | ee3e765497632ef40f82f502689894a14cc357a0 (diff) | |
download | QCG-Data-8bc7c4fde7d8995fae20e65dd5c34dbeed448c6e.zip QCG-Data-8bc7c4fde7d8995fae20e65dd5c34dbeed448c6e.tar.gz QCG-Data-8bc7c4fde7d8995fae20e65dd5c34dbeed448c6e.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 2c69c1e..1d65537 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.2-beta1</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 d452bc6..d203e92 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.2-beta1</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.2-beta1</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> |