[jboss-cvs] Repository SVN: r28609 - in maven2-brew/jgroups/jgroups: 2.6.12.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 12:40:55 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-18 12:40:54 -0400 (Tue, 18 Aug 2009)
New Revision: 28609

Added:
   maven2-brew/jgroups/jgroups/2.6.12.GA/
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.md5
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.sha1
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.md5
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.sha1
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.md5
   maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.sha1
Log:
JBPAPP-2522 - Upgrade to JGroups 2.6.12

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.md5
===================================================================
--- maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.md5	                        (rev 0)
+++ maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.md5	2009-08-18 16:40:54 UTC (rev 28609)
@@ -0,0 +1 @@
+dbf7568afbecbd6f9b45fca770edde3f
\ No newline at end of file

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.sha1
===================================================================
--- maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.sha1	                        (rev 0)
+++ maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA-sources.jar.sha1	2009-08-18 16:40:54 UTC (rev 28609)
@@ -0,0 +1 @@
+3f7e3c41e6eaae458872eb06755795d7d193492e
\ No newline at end of file

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.md5
===================================================================
--- maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.md5	                        (rev 0)
+++ maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.md5	2009-08-18 16:40:54 UTC (rev 28609)
@@ -0,0 +1 @@
+8a9da39f821afdeba452046973259928
\ No newline at end of file

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.sha1
===================================================================
--- maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.sha1	                        (rev 0)
+++ maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.jar.sha1	2009-08-18 16:40:54 UTC (rev 28609)
@@ -0,0 +1 @@
+a52a17b90138ab8da1238526141c6eaf9bd76061
\ No newline at end of file

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom
===================================================================
--- maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom	                        (rev 0)
+++ maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom	2009-08-18 16:40:54 UTC (rev 28609)
@@ -0,0 +1,72 @@
+<?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.6.12.GA</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>
+   </dependencies>
+</project>
\ No newline at end of file

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.md5
===================================================================
--- maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.md5	                        (rev 0)
+++ maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.md5	2009-08-18 16:40:54 UTC (rev 28609)
@@ -0,0 +1 @@
+9777002b56c5d156248f0970fc34f59a
\ No newline at end of file

Added: maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.sha1
===================================================================
--- maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.sha1	                        (rev 0)
+++ maven2-brew/jgroups/jgroups/2.6.12.GA/jgroups-2.6.12.GA.pom.sha1	2009-08-18 16:40:54 UTC (rev 28609)
@@ -0,0 +1 @@
+3247c871f590f5efa72b09173f5f7dfefff74207
\ No newline at end of file




More information about the jboss-cvs-commits mailing list