[jboss-cvs] Repository SVN: r1499 - in maven2/org/jboss/jboss-common-core: 2.2.2.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 9 15:46:14 EDT 2007


Author: dimitris at jboss.org
Date: 2007-10-09 15:46:14 -0400 (Tue, 09 Oct 2007)
New Revision: 1499

Added:
   maven2/org/jboss/jboss-common-core/2.2.2.GA/
   maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA-javadoc.jar
   maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA-sources.jar
   maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.jar
   maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.pom
Log:


Added: maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA-javadoc.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA-javadoc.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.pom
===================================================================
--- maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.pom	                        (rev 0)
+++ maven2/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.pom	2007-10-09 19:46:14 UTC (rev 1499)
@@ -0,0 +1,92 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>jboss-parent</artifactId>
+    <groupId>org.jboss</groupId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-common-core</artifactId>
+  <name>JBoss Common Classes</name>
+  <version>2.2.2.GA</version>
+  <description>JBoss Common Core Utility classes</description>
+  <url>http://www.jboss.org</url>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-core/tags/2.2.2.GA</connection>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/common/common-core/tags</tagBase>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-deploy-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+    </repository>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots />
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>http://snapshots.jboss.org/maven2/</url>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-slide</groupId>
+      <artifactId>webdavlib</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-logging-spi</artifactId>
+      <version>2.0.4.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>1.0.3.GA</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>jboss-common-core</artifactId>
+          <groupId>jboss</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list