[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
98dd03ab34
commit
4aedd9cdb1
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<groupId>org.x4o</groupId>
|
<groupId>org.x4o</groupId>
|
||||||
<artifactId>x4o</artifactId>
|
<artifactId>x4o</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>0.8.5</version>
|
<version>0.8.6-SNAPSHOT</version>
|
||||||
<name>x4o</name>
|
<name>x4o</name>
|
||||||
<description>Creates an easy xml layer for objects and creating your own xml language implementations.</description>
|
<description>Creates an easy xml layer for objects and creating your own xml language implementations.</description>
|
||||||
<url>http://www.x4o.org</url>
|
<url>http://www.x4o.org</url>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>x4o</artifactId>
|
<artifactId>x4o</artifactId>
|
||||||
<groupId>org.x4o</groupId>
|
<groupId>org.x4o</groupId>
|
||||||
<version>0.8.5</version>
|
<version>0.8.6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>x4o-driver</artifactId>
|
<artifactId>x4o-driver</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>x4o</artifactId>
|
<artifactId>x4o</artifactId>
|
||||||
<groupId>org.x4o</groupId>
|
<groupId>org.x4o</groupId>
|
||||||
<version>0.8.5</version>
|
<version>0.8.6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>x4o-eld-doc</artifactId>
|
<artifactId>x4o-eld-doc</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>x4o</artifactId>
|
<artifactId>x4o</artifactId>
|
||||||
<groupId>org.x4o</groupId>
|
<groupId>org.x4o</groupId>
|
||||||
<version>0.8.5</version>
|
<version>0.8.6-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>x4o-meta</artifactId>
|
<artifactId>x4o-meta</artifactId>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>x4o</artifactId>
|
<artifactId>x4o</artifactId>
|
||||||
<groupId>org.x4o</groupId>
|
<groupId>org.x4o</groupId>
|
||||||
<version>0.8.5</version>
|
<version>0.8.6-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>x4o-plugin</artifactId>
|
<artifactId>x4o-plugin</artifactId>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.x4o.plugin</groupId>
|
<groupId>org.x4o.plugin</groupId>
|
||||||
<artifactId>x4o-plugin</artifactId>
|
<artifactId>x4o-plugin</artifactId>
|
||||||
<version>0.8.5</version>
|
<version>0.8.6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>x4o-plugin-ant</artifactId>
|
<artifactId>x4o-plugin-ant</artifactId>
|
||||||
<name>x4o-plugin-ant</name>
|
<name>x4o-plugin-ant</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.x4o.plugin</groupId>
|
<groupId>org.x4o.plugin</groupId>
|
||||||
<artifactId>x4o-plugin</artifactId>
|
<artifactId>x4o-plugin</artifactId>
|
||||||
<version>0.8.5</version>
|
<version>0.8.6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>x4o-plugin-maven</artifactId>
|
<artifactId>x4o-plugin-maven</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
Loading…
Reference in a new issue