[jboss-cvs] Repository SVN: r29239 - in maven2/jgroups/jgroups: 2.8.0.CR2 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 1 07:29:45 EDT 2009
Author: bela at jboss.com
Date: 2009-10-01 07:29:45 -0400 (Thu, 01 Oct 2009)
New Revision: 29239
Added:
maven2/jgroups/jgroups/2.8.0.CR2/
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.md5
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.sha1
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.md5
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.sha1
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.md5
maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.sha1
Log:
added 2.8.0.CR2
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.md5 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.md5 2009-10-01 11:29:45 UTC (rev 29239)
@@ -0,0 +1 @@
+c7cf0eb4d9e762012ac2a1e67e9af302
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.sha1 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2-sources.jar.sha1 2009-10-01 11:29:45 UTC (rev 29239)
@@ -0,0 +1 @@
+4d9112ef1fc949e94f1fc3a4d894ac107ccef182
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.md5 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.md5 2009-10-01 11:29:45 UTC (rev 29239)
@@ -0,0 +1 @@
+74af1426401f684bf3bf6cb3cb9a3240
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.sha1 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.jar.sha1 2009-10-01 11:29:45 UTC (rev 29239)
@@ -0,0 +1 @@
+14a36a0b88cbc0bb9705a002b6f6e5cebcfb2635
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom 2009-10-01 11:29:45 UTC (rev 29239)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>jgroups</groupId>
+ <artifactId>jgroups</artifactId>
+ <name>JGroups</name>
+ <version>2.8.0.CR2</version>
+ <url>http://www.jgroups.org</url>
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>tests</testSourceDirectory>
+ <testResources>
+ <testResource>
+ <directory>conf</directory>
+ <includes>
+ <include>**/*.xml</include>
+ </includes>
+ </testResource>
+ </testResources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <testIncludes>
+ <include>functional/**/*.java</include>
+ </testIncludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <testFailureIgnore>true</testFailureIgnore>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Inc. Repository</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-junit</artifactId>
+ <version>1.6.5</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.9</version>
+ <classifier>jdk15</classifier>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.md5 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.md5 2009-10-01 11:29:45 UTC (rev 29239)
@@ -0,0 +1 @@
+9d8953ef51dce7f38dd88b72b02a168f
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.sha1 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR2/jgroups-2.8.0.CR2.pom.sha1 2009-10-01 11:29:45 UTC (rev 29239)
@@ -0,0 +1 @@
+320f90d462dfb67dd8e7adbe95a9e9a89f716d54
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list