diff options
-rw-r--r-- | idrop-lite/pom.xml | 7 | ||||
-rw-r--r-- | idrop-swing/pom.xml | 2 | ||||
-rw-r--r-- | idrop-web/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/idrop-lite/pom.xml b/idrop-lite/pom.xml index 2ef032b..18e1514 100644 --- a/idrop-lite/pom.xml +++ b/idrop-lite/pom.xml @@ -1,17 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>idrop</artifactId> <groupId>org.irods</groupId> - <version>0.9.9-SNAPSHOT</version> + <version>1.0.0-beta1</version> </parent> <groupId>org.irods.idrop</groupId> <artifactId>idrop-lite</artifactId> <packaging>jar</packaging> <name>idrop-lite</name> - <version>0.9.9-SNAPSHOT</version> + <version>1.0.0-beta1</version> <dependencies> <dependency> <groupId>junit</groupId> diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 424e6ed..acfd2ca 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.irods</groupId> <artifactId>idrop</artifactId> - <version>0.9.9-SNAPSHOT</version> + <version>1.0.0-beta1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods.idrop</groupId> diff --git a/idrop-web/pom.xml b/idrop-web/pom.xml index 7bda520..2282f38 100644 --- a/idrop-web/pom.xml +++ b/idrop-web/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>org.irods</groupId> <artifactId>idrop</artifactId> - <version>0.9.9-SNAPSHOT</version> + <version>1.0.0-beta1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods</groupId> @@ -4,7 +4,7 @@ <groupId>org.irods</groupId> <artifactId>idrop</artifactId> <packaging>pom</packaging> - <version>0.9.9-SNAPSHOT</version> + <version>1.0.0-beta1</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> |