Author: bela(a)jboss.com
Date: 2010-02-12 09:03:54 -0500 (Fri, 12 Feb 2010)
New Revision: 33959
Added:
maven2/jgroups/jgroups/2.6.14.GA/
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.md5
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.sha1
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.md5
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.sha1
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.md5
maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.sha1
Log:
added 2.6.14.GA
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.md5
(rev 0)
+++ maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.md5 2010-02-12 14:03:54
UTC (rev 33959)
@@ -0,0 +1 @@
+245a6bf6d7feec97e3164aac109f93a4
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.sha1
(rev 0)
+++ maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA-sources.jar.sha1 2010-02-12
14:03:54 UTC (rev 33959)
@@ -0,0 +1 @@
+d63761ef8b2f290342012c5b78148ea678bb1e53
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.md5
(rev 0)
+++ maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.md5 2010-02-12 14:03:54 UTC
(rev 33959)
@@ -0,0 +1 @@
+ecac2e551d9d268fad023c2a1d960b52
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.sha1
(rev 0)
+++ maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.jar.sha1 2010-02-12 14:03:54 UTC
(rev 33959)
@@ -0,0 +1 @@
+941834cdcb43226baaeb18b98131ba6e7a167a07
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom
===================================================================
--- maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom (rev
0)
+++ maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom 2010-02-12 14:03:54 UTC (rev
33959)
@@ -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.14.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/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.md5
(rev 0)
+++ maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.md5 2010-02-12 14:03:54 UTC
(rev 33959)
@@ -0,0 +1 @@
+82222e134a6f06db3a3a8170b5daa4f9
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.sha1
(rev 0)
+++ maven2/jgroups/jgroups/2.6.14.GA/jgroups-2.6.14.GA.pom.sha1 2010-02-12 14:03:54 UTC
(rev 33959)
@@ -0,0 +1 @@
+f43147dfa4d432833e6439534e3fdc6c05a262d3
\ No newline at end of file