[jboss-cvs] Repository SVN: r1223 - in maven2/org/jboss: jboss-test and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 6 13:21:29 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-09-06 13:21:29 -0400 (Thu, 06 Sep 2007)
New Revision: 1223

Added:
   maven2/org/jboss/jboss-test/
   maven2/org/jboss/jboss-test/1.0.4.GA/
   maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA-sources.jar
   maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.jar
   maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.pom
Log:
The 1.0.4.GA release of jboss-test

Added: maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA-sources.jar
===================================================================
(Binary files differ)


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

Added: maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.jar
===================================================================
(Binary files differ)


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

Added: maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.pom
===================================================================
--- maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.pom	                        (rev 0)
+++ maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.pom	2007-09-06 17:21:29 UTC (rev 1223)
@@ -0,0 +1,88 @@
+<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>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-test</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss Test</name>
+  <version>1.0.4.GA</version>
+  <description>Common test support classes</description>
+  <url>http://www.jboss.org</url>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/test/tags/1.0.4.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/test/tags/1.0.4.GA</developerConnection>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-deploy-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <!-- To call this plugin, use mvn assembly:assembly -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-1</version>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/dist.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>        
+          <artifactId>maven-release-plugin</artifactId>        
+          <configuration>
+            <tagBase>https://svn.jboss.org/repos/jbossas/projects/test/tags</tagBase>
+          </configuration>
+        </plugin>
+    </plugins>
+  </build>
+  <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>jboss</groupId>
+      <artifactId>jboss-common-logging-spi</artifactId>
+      <version>2.0.4.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-logging-log4j</artifactId>
+      <version>2.0.4.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>2.0.4.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss.profiler.jvmti</groupId>
+      <artifactId>jboss-profiler-jvmti</artifactId>
+      <version>1.0.0.CR5</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.14</version>
+    </dependency>
+  </dependencies>  
+</project>
\ No newline at end of file


Property changes on: maven2/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA.pom
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list