Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.4.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Aug 2, 2013
1 parent 7ae7de2 commit 8f0b5b9
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 19 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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions build-config/pom.xml
Expand Up @@ -22,13 +22,12 @@
~ 51 Franklin Street, Fifth Floor
~ Boston, MA 02110-1301 USA
-->
<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>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/as/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Expand Up @@ -22,14 +22,12 @@
~ 51 Franklin Street, Fifth Floor
~ Boston, MA 02110-1301 USA
-->
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</version>
<packaging>pom</packaging>

<name>Hibernate Search Aggregator</name>
Expand Down Expand Up @@ -60,7 +58,8 @@
<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>
</scm>
<tag>4.4.0.Alpha1</tag>
</scm>

<organization>
<name>Hibernate</name>
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.4.0-SNAPSHOT</version>
<version>4.4.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8f0b5b9

Please sign in to comment.