You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2011/10/05 22:37:47 UTC

svn commit: r1179426 - in /geronimo/specs/trunk: geronimo-jcdi_1.1_spec/pom.xml pom.xml

Author: djencks
Date: Wed Oct  5 20:37:46 2011
New Revision: 1179426

URL: http://svn.apache.org/viewvc?rev=1179426&view=rev
Log:
GERONIMO-6182 tweak cdi 1.1 project, add to build-all pom

Modified:
    geronimo/specs/trunk/geronimo-jcdi_1.1_spec/pom.xml
    geronimo/specs/trunk/pom.xml

Modified: geronimo/specs/trunk/geronimo-jcdi_1.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jcdi_1.1_spec/pom.xml?rev=1179426&r1=1179425&r2=1179426&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jcdi_1.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jcdi_1.1_spec/pom.xml Wed Oct  5 20:37:46 2011
@@ -25,10 +25,10 @@
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
-    <artifactId>geronimo-jcdi_1.0_spec</artifactId>
+    <artifactId>geronimo-jcdi_1.1_spec</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Geronimo JSCI Spec 1.0</name>
-    <version>1.1-SNAPSHOT</version>
+    <name>Apache Geronimo JCDI Spec 1.1</name>
+    <version>1.0-SNAPSHOT</version>
 
     <description>Apache Geronimo implementation of the JSR-299 Context and Dependency Injection for the Java EE Platform</description>
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -45,9 +45,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcdi_1.1_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcdi_1.1_spec/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jcdi_1.1_spec/</url>
     </scm>
 
     <!-- added so the build can find staged depends -->

Modified: geronimo/specs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/pom.xml?rev=1179426&r1=1179425&r2=1179426&view=diff
==============================================================================
--- geronimo/specs/trunk/pom.xml (original)
+++ geronimo/specs/trunk/pom.xml Wed Oct  5 20:37:46 2011
@@ -73,6 +73,7 @@
       <module>geronimo-jaxws_2.1_spec</module>
       <module>geronimo-jaxws_2.2_spec</module>
       <module>geronimo-jcdi_1.0_spec</module>
+      <module>geronimo-jcdi_1.1_spec</module>
       <module>geronimo-jms_1.1_spec</module>
       <module>geronimo-jpa_1.0_spec</module>
       <module>geronimo-jpa_2.0_spec</module>