Repository SVN: r30613 - maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:03:12 -0500 (Mon, 02 Nov 2009)
New Revision: 30613
Added:
maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.sha1
Log:
Wagon: Adding maven-artifact4163710648362029656.tmp to repository
Added: maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.sha1 (rev 0)
+++ maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.sha1 2009-11-02 19:03:12 UTC (rev 30613)
@@ -0,0 +1 @@
+42e306f2ead2182f543e0fab9f3b9840ef73c5c7
\ No newline at end of file
15 years, 1 month
Repository SVN: r30612 - maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:02:59 -0500 (Mon, 02 Nov 2009)
New Revision: 30612
Added:
maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.md5
Log:
Wagon: Adding maven-artifact4972811143775207352.tmp to repository
Added: maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.md5
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.md5 (rev 0)
+++ maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom.md5 2009-11-02 19:02:59 UTC (rev 30612)
@@ -0,0 +1 @@
+8eb5a2ec79c12cbbeab3690b03fff65e
\ No newline at end of file
15 years, 1 month
Repository SVN: r30611 - maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:02:45 -0500 (Mon, 02 Nov 2009)
New Revision: 30611
Added:
maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom
Log:
Wagon: Adding hibernate-jbosscache-3.5.0-Beta-2.pom to repository
Added: maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom (rev 0)
+++ maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.pom 2009-11-02 19:02:45 UTC (rev 30611)
@@ -0,0 +1,182 @@
+<!--
+ ~ Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as
+ ~ indicated by the @author tags or express copyright attribution
+ ~ statements applied by the authors. All third-party contributions are
+ ~ distributed under license by Red Hat Middleware LLC.
+ ~
+ ~ This copyrighted material is made available to anyone wishing to use, modify,
+ ~ copy, or redistribute it subject to the terms and conditions of the GNU
+ ~ Lesser General Public License, as published by the Free Software Foundation.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ ~ for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public License
+ ~ along with this distribution; if not, write to:
+ ~ Free Software Foundation, Inc.
+ ~ 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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-parent</artifactId>
+ <version>3.5.0-Beta-2</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-jbosscache</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Hibernate JBossCache Integration</name>
+ <description>Integration of Hibernate with JBossCache 3.x (though 2.x sould work as well)</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>${groupId}</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ <version>3.2.1.GA</version>
+ </dependency>
+
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>${groupId}</groupId>
+ <artifactId>hibernate-testing</artifactId>
+ <version>${version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.2</version>
+ <scope>test</scope>
+ </dependency>
+ <!-- this is optional on core :( and needed for testing -->
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <testResources>
+ <testResource>
+ <filtering>false</filtering>
+ <directory>src/test/java</directory>
+ <includes>
+ <include>**/*.xml</include>
+ </includes>
+ </testResource>
+ <testResource>
+ <filtering>true</filtering>
+ <directory>src/test/resources</directory>
+ </testResource>
+ </testResources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- Skip a long-running test of a prototype class -->
+ <exclude>**/ClusteredConcurrentTimestampRegionTestCase.java</exclude>
+ </excludes>
+ <systemProperties>
+ <property>
+ <name>hibernate.test.validatefailureexpected</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>jgroups.bind_addr</name>
+ <value>${jgroups.bind_addr}</value>
+ </property>
+ <!-- There are problems with multicast and IPv6 on some
+ OS/JDK combos, so we tell Java to use IPv4. If you
+ have problems with multicast when running the tests
+ you can try setting this to 'false', although typically
+ that won't be helpful.
+ -->
+ <property>
+ <name>java.net.preferIPv4Stack</name>
+ <value>true</value>
+ </property>
+ <!-- Tell JGroups to only wait a short time for PING
+ responses before determining coordinator. Speeds cluster
+ formation during integration tests. (This is too
+ low a value for a real system; only use for tests.)
+ -->
+ <property>
+ <name>jgroups.ping.timeout</name>
+ <value>500</value>
+ </property>
+ <!-- Tell JGroups to only require one PING response
+ before determining coordinator. Speeds cluster
+ formation during integration tests. (This is too
+ low a value for a real system; only use for tests.)
+ -->
+ <property>
+ <name>jgroups.ping.num_initial_members</name>
+ <value>1</value>
+ </property>
+ <!-- Disable the JGroups message bundling feature
+ to speed tests and avoid FLUSH issue -->
+ <property>
+ <name>jgroups.udp.enable_bundling</name>
+ <value>false</value>
+ </property>
+ </systemProperties>
+ <skipExec>${skipUnitTests}</skipExec>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <properties>
+ <skipUnitTests>true</skipUnitTests>
+ <!--
+ Following is the default jgroups mcast address. If you find the testsuite runs very slowly, there
+ may be problems with multicast on the interface JGroups uses by default on your machine. You can
+ try to resolve setting 'jgroups.bind_addr' as a system-property to the jvm launching maven and
+ setting the value to an interface where you know multicast works
+ -->
+ <jgroups.bind_addr>127.0.0.1</jgroups.bind_addr>
+ </properties>
+
+ <profiles>
+ <profile>
+ <id>test</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <skipUnitTests>false</skipUnitTests>
+ </properties>
+ </profile>
+ </profiles>
+</project>
15 years, 1 month
Repository SVN: r30610 - maven2/org/hibernate/hibernate-jbosscache.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:02:30 -0500 (Mon, 02 Nov 2009)
New Revision: 30610
Modified:
maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact5165047403568741457.tmp to repository
Modified: maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.sha1
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.sha1 2009-11-02 19:02:13 UTC (rev 30609)
+++ maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.sha1 2009-11-02 19:02:30 UTC (rev 30610)
@@ -1 +1 @@
-b4cf1a51a5ba9025adc523e32135a7fb0728043a
\ No newline at end of file
+4a10e439af4677129fec838bd4102e1ee49e9ae7
\ No newline at end of file
15 years, 1 month
Repository SVN: r30609 - maven2/org/hibernate/hibernate-jbosscache.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:02:13 -0500 (Mon, 02 Nov 2009)
New Revision: 30609
Modified:
maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.md5
Log:
Wagon: Adding maven-artifact574619060657712767.tmp to repository
Modified: maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.md5
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.md5 2009-11-02 19:01:57 UTC (rev 30608)
+++ maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml.md5 2009-11-02 19:02:13 UTC (rev 30609)
@@ -1 +1 @@
-86bdf9f0f6f1f281126274e6a8716fb6
\ No newline at end of file
+d138687cfb6507a4aa10ebf131f18e4e
\ No newline at end of file
15 years, 1 month
Repository SVN: r30608 - maven2/org/hibernate/hibernate-jbosscache.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:01:57 -0500 (Mon, 02 Nov 2009)
New Revision: 30608
Modified:
maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml
Log:
Wagon: Adding maven-metadata-repository.jboss.org.xml to repository
Modified: maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml 2009-11-02 19:01:22 UTC (rev 30607)
+++ maven2/org/hibernate/hibernate-jbosscache/maven-metadata.xml 2009-11-02 19:01:57 UTC (rev 30608)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jbosscache</artifactId>
<version>3.3.0.CR1</version>
@@ -12,7 +13,8 @@
<version>3.3.1.GA</version>
<version>3.3.2.GA</version>
<version>3.5.0.Beta-1</version>
+ <version>3.5.0-Beta-2</version>
</versions>
- <lastUpdated>20090819222619</lastUpdated>
+ <lastUpdated>20091102190016</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
15 years, 1 month
Repository SVN: r30607 - maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:01:22 -0500 (Mon, 02 Nov 2009)
New Revision: 30607
Added:
maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.sha1
Log:
Wagon: Adding maven-artifact4812248346308349851.tmp to repository
Added: maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.sha1
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.sha1 (rev 0)
+++ maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.sha1 2009-11-02 19:01:22 UTC (rev 30607)
@@ -0,0 +1 @@
+e0938bf093e8a789c814168813d6004aecd372fa
\ No newline at end of file
15 years, 1 month
Repository SVN: r30606 - maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:01:01 -0500 (Mon, 02 Nov 2009)
New Revision: 30606
Added:
maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.md5
Log:
Wagon: Adding maven-artifact3798715252167370602.tmp to repository
Added: maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.md5
===================================================================
--- maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.md5 (rev 0)
+++ maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar.md5 2009-11-02 19:01:01 UTC (rev 30606)
@@ -0,0 +1 @@
+6282904513e9c0ac5b3732032368cd68
\ No newline at end of file
15 years, 1 month
Repository SVN: r30605 - in maven2/org/hibernate/hibernate-jbosscache: 3.5.0-Beta-2 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:00:47 -0500 (Mon, 02 Nov 2009)
New Revision: 30605
Added:
maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/
maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar
Log:
Wagon: Adding hibernate-jbosscache-3.5.0-Beta-2.jar to repository
Added: maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/hibernate/hibernate-jbosscache/3.5.0-Beta-2/hibernate-jbosscache-3.5.0-Beta-2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 1 month
Repository SVN: r30604 - maven2/org/hibernate/hibernate-ehcache.
by jboss-maven2-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-02 14:00:08 -0500 (Mon, 02 Nov 2009)
New Revision: 30604
Modified:
maven2/org/hibernate/hibernate-ehcache/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact6133327572376318904.tmp to repository
Modified: maven2/org/hibernate/hibernate-ehcache/maven-metadata.xml.sha1
===================================================================
--- maven2/org/hibernate/hibernate-ehcache/maven-metadata.xml.sha1 2009-11-02 18:59:47 UTC (rev 30603)
+++ maven2/org/hibernate/hibernate-ehcache/maven-metadata.xml.sha1 2009-11-02 19:00:08 UTC (rev 30604)
@@ -1 +1 @@
-34904b16bd2163e46567deee69a2bfe0dab1acdb
\ No newline at end of file
+eb2279f2564de652b46c163868ed886660c3bd52
\ No newline at end of file
15 years, 1 month