diff options
Diffstat (limited to 'idrop-swing')
-rw-r--r-- | idrop-swing/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index d09079b..67f8c45 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -1,10 +1,9 @@ -<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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <parent> <groupId>org.irods</groupId> <artifactId>idrop</artifactId> - <version>0.9.8-SNAPSHOT</version> + <version>0.9.8</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods.idrop</groupId> |