You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ha...@apache.org on 2007/02/04 18:34:11 UTC

svn commit: r503446 - in /maven/sandbox/enterprise: enterprise-plexus-application/pom.xml enterprise-runtime/pom.xml pom.xml

Author: handyande
Date: Sun Feb  4 09:34:06 2007
New Revision: 503446

URL: http://svn.apache.org/viewvc?view=rev&rev=503446
Log:
Depend on first stable release of appserver on new architecture

Modified:
    maven/sandbox/enterprise/enterprise-plexus-application/pom.xml
    maven/sandbox/enterprise/enterprise-runtime/pom.xml
    maven/sandbox/enterprise/pom.xml

Modified: maven/sandbox/enterprise/enterprise-plexus-application/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/enterprise/enterprise-plexus-application/pom.xml?view=diff&rev=503446&r1=503445&r2=503446
==============================================================================
--- maven/sandbox/enterprise/enterprise-plexus-application/pom.xml (original)
+++ maven/sandbox/enterprise/enterprise-plexus-application/pom.xml Sun Feb  4 09:34:06 2007
@@ -17,7 +17,7 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-appserver-maven-plugin</artifactId>
-        <version>2.0-alpha-7-SNAPSHOT</version>
+        <version>2.0-alpha-7</version>
         <extensions>true</extensions>
         <configuration>
           <applicationConfiguration>src/conf/application.xml</applicationConfiguration>

Modified: maven/sandbox/enterprise/enterprise-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/enterprise/enterprise-runtime/pom.xml?view=diff&rev=503446&r1=503445&r2=503446
==============================================================================
--- maven/sandbox/enterprise/enterprise-runtime/pom.xml (original)
+++ maven/sandbox/enterprise/enterprise-runtime/pom.xml Sun Feb  4 09:34:06 2007
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-appserver-host</artifactId>
-      <version>2.0-alpha-7-SNAPSHOT</version>
+      <version>2.0-alpha-7</version>
     </dependency>
 
     <!-- Applications -->
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-appserver-service-jetty</artifactId>
-      <version>2.0-alpha-7-SNAPSHOT</version>
+      <version>2.0-alpha-7</version>
       <type>plexus-service</type>
     </dependency>
 

Modified: maven/sandbox/enterprise/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/enterprise/pom.xml?view=diff&rev=503446&r1=503445&r2=503446
==============================================================================
--- maven/sandbox/enterprise/pom.xml (original)
+++ maven/sandbox/enterprise/pom.xml Sun Feb  4 09:34:06 2007
@@ -40,12 +40,12 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-api</artifactId>
-        <version>1.0-alpha-16</version>
+        <version>1.0-alpha-17</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId> 
         <artifactId>plexus-container-default</artifactId>
-        <version>1.0-alpha-16</version>
+        <version>1.0-alpha-17</version>
       </dependency>
     </dependencies>
   </dependencyManagement>