[jboss-cvs] Repository SVN: r6061 - in maven2/org/apache/maven/surefire/surefire-providers: 2.3 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 23 18:07:53 EDT 2008


Author: petemuir
Date: 2008-04-23 18:07:53 -0400 (Wed, 23 Apr 2008)
New Revision: 6061

Added:
   maven2/org/apache/maven/surefire/surefire-providers/2.3/
   maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom
   maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.md5
   maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.sha1
   maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml
   maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.md5
   maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.sha1
Log:
add surefire-providers 2.3

Added: maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom
===================================================================
--- maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom	                        (rev 0)
+++ maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom	2008-04-23 22:07:53 UTC (rev 6061)
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<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>surefire</artifactId>
+    <groupId>org.apache.maven.surefire</groupId>
+    <version>2.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.surefire</groupId>
+  <artifactId>surefire-providers</artifactId>
+  <version>2.3</version>
+  <packaging>pom</packaging>
+  <name>SureFire Providers</name>
+  <modules>
+    <module>surefire-junit</module>
+    <module>surefire-junit4</module>
+    <module>surefire-testng</module>
+  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>surefire-api</artifactId>
+      <version>2.3</version>
+      <!-- commenting this due to MNG-2339
+            <version>${project.version}</version>
+      -->
+    </dependency>
+  </dependencies>
+</project>
+

Added: maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.md5
===================================================================
--- maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.md5	                        (rev 0)
+++ maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.md5	2008-04-23 22:07:53 UTC (rev 6061)
@@ -0,0 +1 @@
+816bfbb5c300feadbd2af077b3c3a070
\ No newline at end of file

Added: maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.sha1
===================================================================
--- maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.sha1	                        (rev 0)
+++ maven2/org/apache/maven/surefire/surefire-providers/2.3/surefire-providers-2.3.pom.sha1	2008-04-23 22:07:53 UTC (rev 6061)
@@ -0,0 +1 @@
+bba2afd0adac5ab485e6626cbf7b21173dbb60cb
\ No newline at end of file

Added: maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml
===================================================================
--- maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml	                        (rev 0)
+++ maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml	2008-04-23 22:07:53 UTC (rev 6061)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.apache.maven.surefire</groupId>
+  <artifactId>surefire-providers</artifactId>
+  <version>2.3</version>
+  <versioning>
+    <versions>
+      <version>2.3</version>
+    </versions>
+    <lastUpdated>20080423220724</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.md5
===================================================================
--- maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.md5	2008-04-23 22:07:53 UTC (rev 6061)
@@ -0,0 +1 @@
+46c22bb009748ee0655e111e32e1c6fe
\ No newline at end of file

Added: maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.sha1
===================================================================
--- maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/apache/maven/surefire/surefire-providers/maven-metadata.xml.sha1	2008-04-23 22:07:53 UTC (rev 6061)
@@ -0,0 +1 @@
+388f6c99ef2857bf4ede5cc8f3759d9681284eef
\ No newline at end of file




More information about the jboss-cvs-commits mailing list