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
DavideD committed Apr 16, 2014
1 parent 4c2736a commit c273fec
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion couchdb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hibernate-ogm-parent</artifactId>
<groupId>org.hibernate.ogm</groupId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions documentation/examples/gettingstarted/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>hibernate-ogm-documentation-examples</artifactId>
<groupId>org.hibernate.ogm</groupId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-documentation-examples-gettingstarted</artifactId>
<name>Hibernate OGM Getting Started</name>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<description>Full code for the Getting Started Guide</description>
<url>http://ogm.hibernate.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions documentation/examples/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>hibernate-ogm-documentation</artifactId>
<groupId>org.hibernate.ogm</groupId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-documentation-examples</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hibernate OGM Examples</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion documentation/javadoc/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-documentation</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ehcache/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infinispan/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/couchdb/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-integrationtest</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mongodb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-integrationtest</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>
<artifactId>hibernate-ogm-integrationtest-mongodb</artifactId>
<name>Hibernate OGM Integration Tests for MongoDB</name>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-ogm-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/testcase/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-integrationtest</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-ogm-integrationtest-testcase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/eap/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-modules</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/wildfly/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-modules</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mongodb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hibernate-ogm-parent</artifactId>
<groupId>org.hibernate.ogm</groupId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion neo4j/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.1.0.Beta2</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Hibernate OGM Aggregator</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:git://github.com/hibernate/hibernate-ogm.git</connection>
<developerConnection>scm:git:git@github.com:hibernate/hibernate-ogm.git</developerConnection>
<url>http://github.com/hibernate/hibernate-ogm</url>
<tag>4.1.0.Beta2</tag>
<tag>HEAD</tag>
</scm>

<organization>
Expand Down

0 comments on commit c273fec

Please sign in to comment.