You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/08/26 17:27:17 UTC

svn commit: r989757 - in /geronimo/tck/branches/3.0: atinject-tck-runner/pom.xml jaxb-tck-runner/pom.xml jcdi-tck-runner/pom.xml stax-tck-runner/pom.xml validator-tck-runner/pom.xml

Author: dwoods
Date: Thu Aug 26 15:27:17 2010
New Revision: 989757

URL: http://svn.apache.org/viewvc?rev=989757&view=rev
Log:
update tck runner names to include the JSR number

Modified:
    geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml
    geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml
    geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml
    geronimo/tck/branches/3.0/stax-tck-runner/pom.xml
    geronimo/tck/branches/3.0/validator-tck-runner/pom.xml

Modified: geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml?rev=989757&r1=989756&r2=989757&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml Thu Aug 26 15:27:17 2010
@@ -1,18 +1,26 @@
 <?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. -->
+<!--
+    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">
 
-<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">
 	<modelVersion>4.0.0</modelVersion>
+
 	<parent>
 		<groupId>org.apache.geronimo</groupId>
 		<artifactId>geronimo</artifactId>
@@ -21,9 +29,9 @@
 
 	<artifactId>atinject-tck</artifactId>
 	<version> 1.0.0-SNAPSHOT</version>
-	<name>Apache OpenWebBeans :: OpenWebBeans JSR-330 TCK</name>
+	<name>AtInject 1.0 (JSR-330) TCK Runner</name>
 	<packaging>jar</packaging>
-	<description>JSR-330 TCK Suite</description>
+	<description>OpenWebBeans JSR-330 TCK Suite</description>
 
 	<build>
 		<plugins>

Modified: geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml?rev=989757&r1=989756&r2=989757&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml Thu Aug 26 15:27:17 2010
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>jaxb-tck-runner</artifactId>
-    <name>JAXB TCK Runner</name>
+    <name>JAXB 2.2 (JSR-222) TCK Runner</name>
 
     <dependencies>
         <dependency>

Modified: geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml?rev=989757&r1=989756&r2=989757&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml Thu Aug 26 15:27:17 2010
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>jcdi-tck-runner</artifactId>
-    <name>CDI TCK runner</name>
+    <name>JCDI 1.0 (JSR-299) TCK runner</name>
     <description>Aggregates dependencies and run's the JSR-299 TCK</description>
    
     <dependencies>

Modified: geronimo/tck/branches/3.0/stax-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/stax-tck-runner/pom.xml?rev=989757&r1=989756&r2=989757&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/stax-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/stax-tck-runner/pom.xml Thu Aug 26 15:27:17 2010
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>stax-tck-runner</artifactId>
-    <name>STAX TCK Runner</name>
+    <name>STAX 1.0 (JSR-173) TCK Runner</name>
 
     <dependencies>
          <dependency>

Modified: geronimo/tck/branches/3.0/validator-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/validator-tck-runner/pom.xml?rev=989757&r1=989756&r2=989757&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/validator-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/validator-tck-runner/pom.xml Thu Aug 26 15:27:17 2010
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>validator-tck-runner</artifactId>
-    <name>Validator TCK Runner</name>
+    <name>Bean Validation 1.0 (JSR-303) TCK Runner</name>
     <description>Aggregates dependencies and run's the JSR-303 TCK</description>
 
     <dependencies>