diff options
author | Julien Eluard <[email protected]> | 2010-11-16 23:27:00 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-16 23:27:00 +0100 |
commit | 33913e067b983b9de486d77318f850402fa731fc (patch) | |
tree | 646b4cbfee8d5dd2973bacad6792183c1c364752 /api | |
parent | b9ab1e2f40e9855641259d9e76560b4ff966eee5 (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 6e7557a..870a057 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> |