[webbeans-commits] Webbeans SVN: r1445 - ri/trunk/webbeans-api and 3 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Feb 7 07:24:53 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-07 07:24:53 -0500 (Sat, 07 Feb 2009)
New Revision: 1445

Modified:
   ri/trunk/porting-package/
   ri/trunk/webbeans-api/pom.xml
   ri/trunk/webbeans-ri/pom.xml
   tck/trunk/api/pom.xml
   tck/trunk/impl/pom.xml
Log:
minor


Property changes on: ri/trunk/porting-package
___________________________________________________________________
Name: svn:ignore
   + .settings

target

.project

.classpath


Modified: ri/trunk/webbeans-api/pom.xml
===================================================================
--- ri/trunk/webbeans-api/pom.xml	2009-02-07 12:24:15 UTC (rev 1444)
+++ ri/trunk/webbeans-api/pom.xml	2009-02-07 12:24:53 UTC (rev 1445)
@@ -10,7 +10,7 @@
 	<groupId>org.jboss.webbeans</groupId>
 	<artifactId>webbeans-api</artifactId>
 	<packaging>jar</packaging>
-	<name>Web Beans API</name>
+	<name>JSR-299 API</name>
 	<url>http://www.seamframework.org/WebBeans</url>
 
 

Modified: ri/trunk/webbeans-ri/pom.xml
===================================================================
--- ri/trunk/webbeans-ri/pom.xml	2009-02-07 12:24:15 UTC (rev 1444)
+++ ri/trunk/webbeans-ri/pom.xml	2009-02-07 12:24:53 UTC (rev 1445)
@@ -7,7 +7,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans</groupId>
    <artifactId>webbeans-ri</artifactId>
-   <name>Web Beans RI</name>
+   <name>Web Beans core</name>
    <dependencies>
 
       <dependency>

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-02-07 12:24:15 UTC (rev 1444)
+++ tck/trunk/api/pom.xml	2009-02-07 12:24:53 UTC (rev 1445)
@@ -29,7 +29,7 @@
 	<groupId>org.jboss.webbeans.tck</groupId>
 	<artifactId>webbeans-tck-api</artifactId>
 	<packaging>jar</packaging>
-	<name>Web Beans TCK API</name>
+	<name>JSR-299 TCK API</name>
 	<url>http://www.seamframework.org/WebBeans</url>
    
    <dependencies>

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-02-07 12:24:15 UTC (rev 1444)
+++ tck/trunk/impl/pom.xml	2009-02-07 12:24:53 UTC (rev 1445)
@@ -8,7 +8,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans.tck</groupId>
    <artifactId>webbeans-tck-impl</artifactId>
-   <name>Web Beans TCK</name>
+   <name>JSR-299 TCK tests and harness</name>
    
    <dependencies>
 




More information about the weld-commits mailing list