You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/26 12:56:24 UTC

svn commit: r467955 - in /geronimo/server/trunk: modules/geronimo-j2ee-schema/pom.xml pom.xml

Author: jdillon
Date: Thu Oct 26 03:56:23 2006
New Revision: 467955

URL: http://svn.apache.org/viewvc?view=rev&rev=467955
Log:
Use DM for geronimo-schema-j2ee_1.4, use latest snap

Modified:
    geronimo/server/trunk/modules/geronimo-j2ee-schema/pom.xml
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/modules/geronimo-j2ee-schema/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-j2ee-schema/pom.xml?view=diff&rev=467955&r1=467954&r2=467955
==============================================================================
--- geronimo/server/trunk/modules/geronimo-j2ee-schema/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-j2ee-schema/pom.xml Thu Oct 26 03:56:23 2006
@@ -55,20 +55,9 @@
             <artifactId>stax-api</artifactId>
         </dependency>
         
-        <!--
-        NOTE: The full source for this artifact is private due to Sun licensing issues.
-              To view the generated XmlBeans source please see the -src artifact in the repository:
-              
-              http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/schema/
-              
-              The full source is here with restricted access:
-              
-              https://svn.apache.org/repos/tck/geronimo-tck/schema/geronimo-schema-j2ee_1.4/trunk
-        -->
         <dependency>
             <groupId>org.apache.geronimo.schema</groupId>
             <artifactId>geronimo-schema-j2ee_1.4</artifactId>
-            <version>1.0-SNAPSHOT</version>
         </dependency>
         
     </dependencies>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=467955&r1=467954&r2=467955
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Oct 26 03:56:23 2006
@@ -180,7 +180,23 @@
                 <artifactId>geronimo-servlet_2.4_spec</artifactId>
                 <version>1.0.1</version>
             </dependency>
-
+            
+            <!--
+            NOTE: The full source for this artifact is private due to Sun licensing issues.
+                  To view the generated XmlBeans source please see the -src artifact in the repository:
+                  
+                  http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/schema/
+                  
+                  The full source is here with restricted access:
+                  
+                  https://svn.apache.org/repos/tck/geronimo-tck/schema/geronimo-schema-j2ee_1.4/trunk
+            -->
+            <dependency>
+                <groupId>org.apache.geronimo.schema</groupId>
+                <artifactId>geronimo-schema-j2ee_1.4</artifactId>
+                <version>1.1-SNAPSHOT</version>
+            </dependency>
+            
             <dependency>
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-naming</artifactId>