[jboss-cvs] repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA1 ...
Paul Gier
pgier at redhat.com
Wed Mar 7 12:38:28 EST 2007
User: pgier
Date: 07/03/07 12:38:28
Added: maven2/jboss/jboss-cache/2.0.0.BETA1
jboss-cache-2.0.0.BETA1.pom.sha1
jboss-cache-2.0.0.BETA1.jar
jboss-cache-2.0.0.BETA1.pom
jboss-cache-2.0.0.BETA1.jar.md5
jboss-cache-2.0.0.BETA1.pom.md5
jboss-cache-2.0.0.BETA1.jar.sha1
Log:
Adding 2.0.0.BETA1 version of jboss cache to maven repository
Revision Changes Path
1.1 date: 2007/03/07 17:38:26; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA1/jboss-cache-2.0.0.BETA1.pom.sha1
Index: jboss-cache-2.0.0.BETA1.pom.sha1
===================================================================
cacb15031e54c2ae1abe0dcd82986d48adf28fc2
1.1 date: 2007/03/07 17:38:26; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA1/jboss-cache-2.0.0.BETA1.jar
<<Binary file>>
1.1 date: 2007/03/07 17:38:27; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA1/jboss-cache-2.0.0.BETA1.pom
Index: jboss-cache-2.0.0.BETA1.pom
===================================================================
<?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">
<parent>
<artifactId>jboss-parent</artifactId>
<groupId>jboss</groupId>
<version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jboss-cache</artifactId>
<name>JBoss Cache</name>
<version>2.0.0.BETA1</version>
<url>http://www.jboss.org</url>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>tests</testSourceDirectory>
<testResources>
<testResource>
<directory>etc</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>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.0.4</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.4</version>
</dependency>
<dependency>
<groupId>findbugs</groupId>
<artifactId>annotations</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>2.0.3.GA</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-j2ee</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
</dependency>
<dependency>
<groupId>jdbm</groupId>
<artifactId>jdbm</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.0b4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-aop</artifactId>
<version>2.0.0.alpha2</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-serialization</artifactId>
<version>1.0.3.GA</version>
</dependency>
<dependency>
<groupId>jgroups</groupId>
<artifactId>jgroups-all</artifactId>
<version>2.4.1</version>
<exclusions>
<exclusion>
<groupId>bsh</groupId>
<artifactId>bsh</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.0b4</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.2.1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>sleepycat</groupId>
<artifactId>je</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>
</project>
1.1 date: 2007/03/07 17:38:28; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA1/jboss-cache-2.0.0.BETA1.jar.md5
Index: jboss-cache-2.0.0.BETA1.jar.md5
===================================================================
452276452e66f6ab272df7399e4e9f72
1.1 date: 2007/03/07 17:38:28; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA1/jboss-cache-2.0.0.BETA1.pom.md5
Index: jboss-cache-2.0.0.BETA1.pom.md5
===================================================================
1e60b4159feb72755518a25e6cb415eb
1.1 date: 2007/03/07 17:38:28; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA1/jboss-cache-2.0.0.BETA1.jar.sha1
Index: jboss-cache-2.0.0.BETA1.jar.sha1
===================================================================
26c756cff35632d2b9cd9ab0610afc7c95531e9e
More information about the jboss-cvs-commits
mailing list