diff options
author | Julien Eluard <[email protected]> | 2010-11-16 23:17:36 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-16 23:17:36 +0100 |
commit | 9e77f5cdd5fc8e0698712f4e720abf82f7a96cb2 (patch) | |
tree | cda81f47f232031cb73246ab2a377eb005ca55f7 /enforcer-rule | |
parent | ae18cce0ed3d67ec0da898cad76aaa3ead40b03a (diff) |
Cleanup.
Diffstat (limited to 'enforcer-rule')
-rw-r--r-- | enforcer-rule/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/enforcer-rule/pom.xml b/enforcer-rule/pom.xml index cbd910c..5e91b12 100644 --- a/enforcer-rule/pom.xml +++ b/enforcer-rule/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>enforcer-rule</artifactId> @@ -10,7 +11,7 @@ <parent> <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -24,7 +25,7 @@ <dependency> <groupId>org.semver</groupId> <artifactId>api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven.enforcer</groupId> |