aboutsummaryrefslogtreecommitdiffstats
path: root/api/pom.xml
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-16 22:59:51 +0100
committerJulien Eluard <[email protected]>2010-11-16 22:59:51 +0100
commit759092b4c8a634629c0f200028c9261ac266e891 (patch)
treecda81f47f232031cb73246ab2a377eb005ca55f7 /api/pom.xml
parenta65ad439356521fd0f17287aa4a4f270654ee9dd (diff)
[maven-release-plugin] rollback the release of parent-0.9
Diffstat (limited to 'api/pom.xml')
-rw-r--r--api/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/api/pom.xml b/api/pom.xml
index a630ece..88fe1ff 100644
--- a/api/pom.xml
+++ b/api/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>api</artifactId>
@@ -10,7 +11,7 @@
<parent>
<groupId>org.semver</groupId>
<artifactId>parent</artifactId>
- <version>0.9</version>
+ <version>0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>