aboutsummaryrefslogtreecommitdiffstats
path: root/enforcer-rule
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-16 22:53:39 +0100
committerJulien Eluard <[email protected]>2010-11-16 22:53:39 +0100
commita65ad439356521fd0f17287aa4a4f270654ee9dd (patch)
tree8baf6ef4aeff8fe4d69c18205babd31161087a0b /enforcer-rule
parentd398b613b38b3f9da6a5478e15976286e95a6bad (diff)
[maven-release-plugin] prepare release parent-0.9
Diffstat (limited to 'enforcer-rule')
-rw-r--r--enforcer-rule/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/enforcer-rule/pom.xml b/enforcer-rule/pom.xml
index 5e91b12..2ac58ae 100644
--- a/enforcer-rule/pom.xml
+++ b/enforcer-rule/pom.xml
@@ -1,6 +1,5 @@
<?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>
@@ -11,7 +10,7 @@
<parent>
<groupId>org.semver</groupId>
<artifactId>parent</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -25,7 +24,7 @@
<dependency>
<groupId>org.semver</groupId>
<artifactId>api</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
</dependency>
<dependency>
<groupId>org.apache.maven.enforcer</groupId>