Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jQAssistant committed Apr 4, 2017
1 parent d5ad089 commit a3dcb62
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion doc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xo.doc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.impl</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion inject/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.inject</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.json</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion neo4j/api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.neo4j.api</artifactId>

Expand Down
10 changes: 5 additions & 5 deletions neo4j/doc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.neo4j.doc</artifactId>

Expand All @@ -30,25 +30,25 @@
<!-- For using an embedded Neo4j instance -->
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j.embedded</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- For using a remote Neo4j instance -->
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j.remote</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- The XO API -->
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.api</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- The XO runtime implementation -->
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.impl</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion neo4j/embedded/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.neo4j.embedded</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion neo4j/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.neo4j</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion neo4j/remote/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.neo4j.remote</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion neo4j/spi/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.neo4j.spi</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion neo4j/test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.neo4j</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.neo4j.test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>eXtended Objects</name>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.spi</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.parent</artifactId>
<version>0.8.1</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>xo.test</artifactId>

Expand Down

0 comments on commit a3dcb62

Please sign in to comment.