Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.5.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Jan 23, 2014
1 parent f568c80 commit 910aba7
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion analyzers/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-config/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
</parent>
<artifactId>hibernate-search-build-config</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infinispan/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/narayana/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/performance/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/spring/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/wildfly/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</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</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
</parent>

<artifactId>hibernate-search-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion orm/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</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</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<packaging>pom</packaging>

<name>Hibernate Search Aggregator</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:git://github.com/hibernate/hibernate-search.git</connection>
<developerConnection>scm:git:git@github.com:hibernate/hibernate-search.git</developerConnection>
<url>http://github.com/hibernate/hibernate-search</url>
<tag>HEAD</tag>
<tag>4.5.0.CR1</tag>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 910aba7

Please sign in to comment.