[jboss-cvs] Repository SVN: r2560 - maven2/jboss/jboss-test/1.0.5.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 15 16:09:59 EST 2008


Author: akostadinov
Date: 2008-02-15 16:09:58 -0500 (Fri, 15 Feb 2008)
New Revision: 2560

Added:
   maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar
   maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.md5
   maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.sha1
   maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.pom
Log:
release jboss-test 1.0.5.GA

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


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

Added: maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.md5
===================================================================
--- maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.md5	                        (rev 0)
+++ maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.md5	2008-02-15 21:09:58 UTC (rev 2560)
@@ -0,0 +1 @@
+1a6f9887d2a8fd5f0498aa1e62c03961
\ No newline at end of file

Added: maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.sha1
===================================================================
--- maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.sha1	                        (rev 0)
+++ maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.jar.sha1	2008-02-15 21:09:58 UTC (rev 2560)
@@ -0,0 +1 @@
+07090e281a02d2cfb9673393bedf84ab9a2f8e55
\ No newline at end of file

Added: maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.pom
===================================================================
--- maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.pom	                        (rev 0)
+++ maven2/jboss/jboss-test/1.0.5.GA/jboss-test-1.0.5.GA.pom	2008-02-15 21:09:58 UTC (rev 2560)
@@ -0,0 +1,103 @@
+<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.5.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/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/test/trunk/</developerConnection>
+  </scm>
+
+  <properties>
+    <version.jboss.common.core>2.2.3.GA</version.jboss.common.core>
+    <version.jboss.logging>2.0.4.GA</version.jboss.logging>
+    <version.jboss.profiler.jvmti>1.0.0.CR5</version.jboss.profiler.jvmti>
+    <version.apache.ant>1.7.0</version.apache.ant>
+    <version.junit>3.8.1</version.junit>
+    <version.apache.log4j>1.2.14</version.apache.log4j>
+  </properties>
+
+  <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>org.apache.ant</groupId>
+       <artifactId>ant</artifactId>
+       <version>${version.apache.ant}</version>
+     </dependency>
+     <dependency>
+       <groupId>org.apache.ant</groupId>
+       <artifactId>ant-junit</artifactId>
+       <version>${version.apache.ant}</version>
+     </dependency>
+     <dependency>
+       <groupId>jboss</groupId>
+       <artifactId>jboss-common-logging-spi</artifactId>
+       <version>${version.jboss.logging}</version>
+     </dependency>
+     <dependency>
+       <groupId>jboss</groupId>
+       <artifactId>jboss-common-logging-log4j</artifactId>
+       <version>${version.jboss.logging}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-common-core</artifactId>
+          </exclusion>
+        </exclusions>
+     </dependency>
+     <dependency>
+       <groupId>org.jboss</groupId>
+       <artifactId>jboss-common-core</artifactId>
+       <version>${version.jboss.common.core}</version>
+     </dependency>
+     <dependency>
+        <groupId>jboss.profiler.jvmti</groupId>
+        <artifactId>jboss-profiler-jvmti</artifactId>
+        <version>${version.jboss.profiler.jvmti}</version>
+     </dependency>
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+       <version>${version.junit}</version>
+     </dependency>
+     <dependency>
+       <groupId>log4j</groupId>
+       <artifactId>log4j</artifactId>
+       <version>${version.apache.log4j}</version>
+     </dependency>
+   </dependencies>
+</project>




More information about the jboss-cvs-commits mailing list