diff options
author | Julien Eluard <[email protected]> | 2010-11-16 22:38:40 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-16 22:38:40 +0100 |
commit | c86045be75feda82d204e12b7e827a08287d28eb (patch) | |
tree | a20bcda668560d8eec4274f04256c87efb7d791e /api | |
parent | 819dd8f8647a90eb1ea505618b98c4c910e678c9 (diff) |
[maven-release-plugin] prepare release parent-0.9
Diffstat (limited to 'api')
-rw-r--r-- | api/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/api/pom.xml b/api/pom.xml index 88fe1ff..a630ece 100644 --- a/api/pom.xml +++ b/api/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>api</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> |