Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Oct 2, 2012
1 parent 6d0066d commit 76f8a40
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion hibernate-ogm-core/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions hibernate-ogm-documentation/examples/gettingstarted/pom.xml
@@ -1,15 +1,14 @@
<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>
<parent>
<artifactId>hibernate-ogm-documentation-examples</artifactId>
<groupId>org.hibernate.ogm</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
</parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-documentation-examples-gettingstarted</artifactId>
<name>Hibernate OGM Getting Started</name>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</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 hibernate-ogm-documentation/examples/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>hibernate-ogm-documentation</artifactId>
<groupId>org.hibernate.ogm</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-documentation-examples</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<packaging>pom</packaging>
<name>Hibernate OGM Examples</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-ogm-documentation/javadoc/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-documentation</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions hibernate-ogm-documentation/manual/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -169,7 +169,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-ogm-documentation/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

Expand Down
5 changes: 2 additions & 3 deletions hibernate-ogm-mongodb/pom.xml
@@ -1,10 +1,9 @@
<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>
<parent>
<artifactId>hibernate-ogm-parent</artifactId>
<groupId>org.hibernate.ogm</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.Beta1</version>
<packaging>pom</packaging>

<name>Hibernate OGM Aggregator</name>
Expand Down

0 comments on commit 76f8a40

Please sign in to comment.