[hibernate-commits] Hibernate SVN: r15557 - in search/branches/Branch_3_0_1_GA_CP: doc/reference/en and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Nov 12 17:19:54 EST 2008


Author: gbadner
Date: 2008-11-12 17:19:53 -0500 (Wed, 12 Nov 2008)
New Revision: 15557

Modified:
   search/branches/Branch_3_0_1_GA_CP/build.xml
   search/branches/Branch_3_0_1_GA_CP/changelog.txt
   search/branches/Branch_3_0_1_GA_CP/doc/reference/en/master.xml
   search/branches/Branch_3_0_1_GA_CP/readme.txt
   search/branches/Branch_3_0_1_GA_CP/src/java/org/hibernate/search/Version.java
Log:
JBPAPP-1389 : change version to 3.0.1.GA.CP01


Modified: search/branches/Branch_3_0_1_GA_CP/build.xml
===================================================================
--- search/branches/Branch_3_0_1_GA_CP/build.xml	2008-11-12 18:49:48 UTC (rev 15556)
+++ search/branches/Branch_3_0_1_GA_CP/build.xml	2008-11-12 22:19:53 UTC (rev 15557)
@@ -1,8 +1,8 @@
 <!--
 
-  Hibernate Annotations ANT build script.
+  Hibernate Search ANT build script.
 
-  You need JDK 5.0 installed to build Hibernate Annotations.
+  You need JDK 5.0 installed to build Hibernate Search.
 
 -->
 
@@ -17,7 +17,7 @@
 	<!-- Name of project and version, used to create filenames -->
 	<property name="Name" value="Hibernate Search"/>
 	<property name="name" value="hibernate-search"/>
-	<property name="version" value="3.0.1.GA"/>
+	<property name="version" value="3.0.1.GA.CP01"/>
 	<property name="javadoc.packagenames" value="org.hibernate.search.*"/>
 	<property name="copy.test" value="true"/>
 	<property name="javac.source" value="1.5"/>

Modified: search/branches/Branch_3_0_1_GA_CP/changelog.txt
===================================================================
--- search/branches/Branch_3_0_1_GA_CP/changelog.txt	2008-11-12 18:49:48 UTC (rev 15556)
+++ search/branches/Branch_3_0_1_GA_CP/changelog.txt	2008-11-12 22:19:53 UTC (rev 15557)
@@ -1,6 +1,11 @@
 Hibernate Search Changelog
 ==========================
 
+3.0.1.GA.CP01 (11-11-2008)
+---------------------
+** Bug
+    * [JBPAPP-1361 / HSEARCH-257] - Ignore delete operation when Core does update then delete on the same entity
+
 3.0.1.GA (20-02-2008)
 ---------------------
 

Modified: search/branches/Branch_3_0_1_GA_CP/doc/reference/en/master.xml
===================================================================
--- search/branches/Branch_3_0_1_GA_CP/doc/reference/en/master.xml	2008-11-12 18:49:48 UTC (rev 15556)
+++ search/branches/Branch_3_0_1_GA_CP/doc/reference/en/master.xml	2008-11-12 22:19:53 UTC (rev 15557)
@@ -19,7 +19,7 @@
 
     <subtitle>Reference Guide</subtitle>
 
-    <releaseinfo>3.0.1.GA</releaseinfo>
+    <releaseinfo>3.0.1.GA.CP01</releaseinfo>
 
     <mediaobject>
       <imageobject>
@@ -65,4 +65,4 @@
   &optimize;
 
   &lucene-native;
-</book>
\ No newline at end of file
+</book>

Modified: search/branches/Branch_3_0_1_GA_CP/readme.txt
===================================================================
--- search/branches/Branch_3_0_1_GA_CP/readme.txt	2008-11-12 18:49:48 UTC (rev 15556)
+++ search/branches/Branch_3_0_1_GA_CP/readme.txt	2008-11-12 22:19:53 UTC (rev 15557)
@@ -1,6 +1,6 @@
 Hibernate Search
 ==================================================
-Version: 3.0.1.GA, 20.02.2008
+Version: 3.0.1.GA.CP01, 11.11.2008
 
 Description
 -----------
@@ -48,4 +48,5 @@
 If you want to contribute, go to http://www.hibernate.org/
 
 This software and its documentation are distributed under the terms of the
-FSF Lesser Gnu Public License (see lgpl.txt).
\ No newline at end of file
+FSF Lesser Gnu Public License (see lgpl.txt).
+

Modified: search/branches/Branch_3_0_1_GA_CP/src/java/org/hibernate/search/Version.java
===================================================================
--- search/branches/Branch_3_0_1_GA_CP/src/java/org/hibernate/search/Version.java	2008-11-12 18:49:48 UTC (rev 15556)
+++ search/branches/Branch_3_0_1_GA_CP/src/java/org/hibernate/search/Version.java	2008-11-12 22:19:53 UTC (rev 15557)
@@ -10,7 +10,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.0.1.GA"; // + new Date();
+	public static final String VERSION = "3.0.1.GA.CP01"; // + new Date();
 	private static Log log = LogFactory.getLog( Version.class );
 
 	static {




More information about the hibernate-commits mailing list