[jboss-cvs] repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA ...
Paul Gier
pgier at redhat.com
Fri Mar 30 16:50:12 EDT 2007
User: pgier
Date: 07/03/30 16:50:12
Added: maven2/jboss/jboss-common-logging-jdk/2.0.4.GA
jboss-common-logging-jdk-2.0.4.GA-sources.jar.sha1
jboss-common-logging-jdk-2.0.4.GA.jar
jboss-common-logging-jdk-2.0.4.GA-sources.jar.md5
jboss-common-logging-jdk-2.0.4.GA-jdk14.jar.sha1
jboss-common-logging-jdk-2.0.4.GA.pom.md5
jboss-common-logging-jdk-2.0.4.GA-sources.jar
jboss-common-logging-jdk-2.0.4.GA.pom
jboss-common-logging-jdk-2.0.4.GA.jar.md5
jboss-common-logging-jdk-2.0.4.GA-jdk14.jar.md5
jboss-common-logging-jdk-2.0.4.GA-jdk14.jar
jboss-common-logging-jdk-2.0.4.GA.pom.sha1
jboss-common-logging-jdk-2.0.4.GA.jar.sha1
Log:
Adding version 2.0.4.GA of jboss-common-logging-jdk
Revision Changes Path
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA-sources.jar.sha1
Index: jboss-common-logging-jdk-2.0.4.GA-sources.jar.sha1
===================================================================
6a3d2bcbc973474ac4da75de240353fc2c554193
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA.jar
<<Binary file>>
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA-sources.jar.md5
Index: jboss-common-logging-jdk-2.0.4.GA-sources.jar.md5
===================================================================
65d4761fe5f1bcb073bbca6c9a235754
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA-jdk14.jar.sha1
Index: jboss-common-logging-jdk-2.0.4.GA-jdk14.jar.sha1
===================================================================
85073eced5536e64595f85513ce1f13f8a523711
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA.pom.md5
Index: jboss-common-logging-jdk-2.0.4.GA.pom.md5
===================================================================
36069420dadf234cb79b2ec8fdcd3b20
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA-sources.jar
<<Binary file>>
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA.pom
Index: jboss-common-logging-jdk-2.0.4.GA.pom
===================================================================
<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>
<groupId>jboss</groupId>
<artifactId>jboss-common</artifactId>
<version>2.0.4.GA</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jboss-common-logging-jdk</artifactId>
<version>2.0.4.GA</version>
<packaging>jar</packaging>
<name>JBoss Logging JDK</name>
<url>http://www.jboss.org</url>
<description>JBoss Common Logging JDK Implementation</description>
<scm>
<connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA</connection>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- The tagBase property is needed during the release process so that the maven release plugin
will create the release tag in the appropriate location. -->
<tagBase>https://svn.jboss.org/repos/common/common-logging-jdk/tags</tagBase>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>jboss</id>
<name>JBoss Inc. Repository</name>
<layout>default</layout>
<url>http://repository.jboss.com/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common-logging-spi</artifactId>
<version>2.0.4.GA</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>2.0.4.GA</version>
</dependency>
</dependencies>
</project>
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA.jar.md5
Index: jboss-common-logging-jdk-2.0.4.GA.jar.md5
===================================================================
a9c3564425d90facc4e7797070392cc9
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA-jdk14.jar.md5
Index: jboss-common-logging-jdk-2.0.4.GA-jdk14.jar.md5
===================================================================
b9ea2a30b92e2aeb86eb15169518654d
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA-jdk14.jar
<<Binary file>>
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA.pom.sha1
Index: jboss-common-logging-jdk-2.0.4.GA.pom.sha1
===================================================================
6cb4ffbca1c67d83527b2ebd702a8773f3e26067
1.1 date: 2007/03/30 20:50:12; author: pgier; state: Exp;repository.jboss.com/maven2/jboss/jboss-common-logging-jdk/2.0.4.GA/jboss-common-logging-jdk-2.0.4.GA.jar.sha1
Index: jboss-common-logging-jdk-2.0.4.GA.jar.sha1
===================================================================
94897fa7a94edf5d3524a4e4816e048553929173
More information about the jboss-cvs-commits
mailing list