Author: navssurtani
Date: 2008-06-23 08:11:41 -0400 (Mon, 23 Jun 2008)
New Revision: 14799
Modified:
search/branches/jboss_cache_integration/build.xml
search/branches/jboss_cache_integration/common-build.xml
search/branches/jboss_cache_integration/pom.xml
Log:
Updated version and package info
Modified: search/branches/jboss_cache_integration/build.xml
===================================================================
--- search/branches/jboss_cache_integration/build.xml 2008-06-23 11:59:53 UTC (rev 14798)
+++ search/branches/jboss_cache_integration/build.xml 2008-06-23 12:11:41 UTC (rev 14799)
@@ -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.1.0.NAVIN-SNAPSHOT"/>
+ <property name="version" value="3.1.0-SNAPSHOT"/>
<property name="javadoc.packagenames"
value="org.hibernate.search.*"/>
<property name="copy.test" value="true"/>
<property name="javac.source" value="1.5"/>
Modified: search/branches/jboss_cache_integration/common-build.xml
===================================================================
--- search/branches/jboss_cache_integration/common-build.xml 2008-06-23 11:59:53 UTC (rev
14798)
+++ search/branches/jboss_cache_integration/common-build.xml 2008-06-23 12:11:41 UTC (rev
14799)
@@ -467,7 +467,7 @@
<artifact:pom id="maven.project" file="${pom.file}" />
<echo>GENERATED POM</echo>
- <artifact:install file="${jar.file.name}"
overwrite="true">
+ <artifact:install file="${jar.file.name}">
<pom refid="maven.project"/>
</artifact:install>
</target>
Modified: search/branches/jboss_cache_integration/pom.xml
===================================================================
--- search/branches/jboss_cache_integration/pom.xml 2008-06-23 11:59:53 UTC (rev 14798)
+++ search/branches/jboss_cache_integration/pom.xml 2008-06-23 12:11:41 UTC (rev 14799)
@@ -2,10 +2,10 @@
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</artifactId>
- <version>3.1.0.Beta1</version>
- <description>Hibernate Search</description>
+ <groupId>org.hibernate.sandbox</groupId>
+ <artifactId>hibernate-search-gsoc</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <description>Hibernate Search - JBoss Cache Integration
Branch</description>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>