You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/04/08 18:17:59 UTC

svn commit: r1311033 - in /aries/branches/1.0-prototype: application/application-converters/pom.xml samples/pom.xml web/pom.xml web/web-itests/pom.xml web/web-urlhandler/pom.xml

Author: cumminsh
Date: Sun Apr  8 16:17:58 2012
New Revision: 1311033

URL: http://svn.apache.org/viewvc?rev=1311033&view=rev
Log:
Updating web module to 1.0.0. No test modifications needed (hurray)

Modified:
    aries/branches/1.0-prototype/application/application-converters/pom.xml
    aries/branches/1.0-prototype/samples/pom.xml
    aries/branches/1.0-prototype/web/pom.xml
    aries/branches/1.0-prototype/web/web-itests/pom.xml
    aries/branches/1.0-prototype/web/web-urlhandler/pom.xml

Modified: aries/branches/1.0-prototype/application/application-converters/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-converters/pom.xml?rev=1311033&r1=1311032&r2=1311033&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-converters/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-converters/pom.xml Sun Apr  8 16:17:58 2012
@@ -73,7 +73,7 @@
             <groupId>org.apache.aries.web</groupId>
             <artifactId>org.apache.aries.web.urlhandler</artifactId>
             <scope>provided</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <!--External dependencies. Versions may be specified in default parent -->
         <dependency>

Modified: aries/branches/1.0-prototype/samples/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/samples/pom.xml?rev=1311033&r1=1311032&r2=1311033&view=diff
==============================================================================
--- aries/branches/1.0-prototype/samples/pom.xml (original)
+++ aries/branches/1.0-prototype/samples/pom.xml Sun Apr  8 16:17:58 2012
@@ -121,7 +121,7 @@
         <ariesUtilVersion>1.0.0-SNAPSHOT</ariesUtilVersion>
 
         <!-- Aries Web Versions -->
-        <ariesWebVersion>0.3.1-SNAPSHOT</ariesWebVersion>
+        <ariesWebVersion>1.0.0-SNAPSHOT</ariesWebVersion>
 
 
 

Modified: aries/branches/1.0-prototype/web/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/web/pom.xml?rev=1311033&r1=1311032&r2=1311033&view=diff
==============================================================================
--- aries/branches/1.0-prototype/web/pom.xml (original)
+++ aries/branches/1.0-prototype/web/pom.xml Sun Apr  8 16:17:58 2012
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.web</groupId>
     <artifactId>web</artifactId>
     <packaging>pom</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Apache Aries Web Component</name>
 
     <modules>

Modified: aries/branches/1.0-prototype/web/web-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/web/web-itests/pom.xml?rev=1311033&r1=1311032&r2=1311033&view=diff
==============================================================================
--- aries/branches/1.0-prototype/web/web-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/web/web-itests/pom.xml Sun Apr  8 16:17:58 2012
@@ -26,7 +26,7 @@
     <artifactId>org.apache.aries.web.itests</artifactId>
     <packaging>jar</packaging>
     <name>Apache Aries Web integration tests</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
      <scm>
          <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/web/web-itests</connection>
@@ -140,7 +140,7 @@
             <groupId>org.apache.aries.web</groupId>
             <artifactId>org.apache.aries.web.urlhandler</artifactId>
             <scope>provided</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: aries/branches/1.0-prototype/web/web-urlhandler/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/web/web-urlhandler/pom.xml?rev=1311033&r1=1311032&r2=1311033&view=diff
==============================================================================
--- aries/branches/1.0-prototype/web/web-urlhandler/pom.xml (original)
+++ aries/branches/1.0-prototype/web/web-urlhandler/pom.xml Sun Apr  8 16:17:58 2012
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.web</groupId>
     <artifactId>org.apache.aries.web.urlhandler</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Apache Aries Web Url handler</name>
 
      <scm>