Skip to content

Commit

Permalink
Upgrade version number to 3.2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.jboss.org/repos/hibernate/search/branches/Branch_3_2@19975 1b8cb986-b30d-0410-93ca-fae66ebed9b2
  • Loading branch information
emmanuelbernard committed Jul 20, 2010
1 parent 47465d5 commit b5b4e41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hibernate-search-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>3.2.0.Final</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-search-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>3.2.0.Final</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hibernate-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>3.2.0.Final</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
-->
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY version "3.2.0.Final">
<!ENTITY version "3.2.1.Final">
]>
<chapter id="getting-started">
<title>Getting started</title>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>3.2.0.Final</version>
<version>3.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

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

0 comments on commit b5b4e41

Please sign in to comment.