diff options
author | mconway <michael.c.conway@gmail.com> | 2012-04-13 12:33:24 (GMT) |
---|---|---|
committer | mconway <michael.c.conway@gmail.com> | 2012-04-13 12:33:24 (GMT) |
commit | 6ac3fcc6fe5cf7214fd293407e00dbc0e8e6eece (patch) | |
tree | bb7e4eb7f697c3993703cad7e76c9e24136042cc | |
parent | f9eb06a2ba65073f30d1b06cc6ddfdd47670d182 (diff) | |
download | QCG-Data-6ac3fcc6fe5cf7214fd293407e00dbc0e8e6eece.zip QCG-Data-6ac3fcc6fe5cf7214fd293407e00dbc0e8e6eece.tar.gz QCG-Data-6ac3fcc6fe5cf7214fd293407e00dbc0e8e6eece.tar.bz2 |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | idrop-lite/pom.xml | 4 | ||||
-rw-r--r-- | idrop-swing/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/idrop-lite/pom.xml b/idrop-lite/pom.xml index 940bdb3..c3973cd 100644 --- a/idrop-lite/pom.xml +++ b/idrop-lite/pom.xml @@ -4,13 +4,13 @@ <parent> <artifactId>idrop</artifactId> <groupId>org.irods</groupId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <groupId>org.irods.idrop</groupId> <artifactId>idrop-lite</artifactId> <packaging>jar</packaging> <name>idrop-lite</name> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <jargon.version>3.1.1</jargon.version> </properties> diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 2e9a0f5..4a01108 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods.idrop</groupId> @@ -4,7 +4,7 @@ <groupId>org.irods</groupId> <artifactId>idrop</artifactId> <packaging>pom</packaging> - <version>1.0.0</version> + <version>1.0.1-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> |