aboutsummaryrefslogtreecommitdiffstats
path: root/api/pom.xml
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-16 22:42:49 +0100
committerJulien Eluard <[email protected]>2010-11-16 22:42:49 +0100
commit5a960b5303a5215b2eb27a1fa1874ea250acaa8e (patch)
tree7bea55612484907a8816140095c13957be627889 /api/pom.xml
parent71958523692130cba5b143de6d41b467663d36da (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 0c1e79a..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>1.0-SNAPSHOT</version>
+ <version>0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>