diff options
Diffstat (limited to 'idrop-web/pom.xml')
-rw-r--r-- | idrop-web/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/idrop-web/pom.xml b/idrop-web/pom.xml index 13eb1c5..7f67368 100644 --- a/idrop-web/pom.xml +++ b/idrop-web/pom.xml @@ -1,9 +1,8 @@ -<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</groupId> |