You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2010/12/21 15:56:17 UTC

svn commit: r1051515 [3/3] - in /incubator/aries/trunk: ./ application/ application/application-api/ application/application-bundle/ application/application-converters/ application/application-default-local-platform/ application/application-deployment-...

Modified: incubator/aries/trunk/subsystem/subsystem-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-core/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-core/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-core/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.core</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-example/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-example/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-example/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,14 +21,14 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.subsystem.example</groupId>
     <artifactId>example</artifactId>
     <name>Apache Aries Subsystem Example</name>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>

Modified: incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem.example</groupId>
         <artifactId>example</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.example.helloIsolation</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem.example</groupId>
         <artifactId>example</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.example.helloIsolationRef</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-executor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-executor/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-executor/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-executor/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.executor</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-install/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-install/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-install/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-install/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.install</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-itests/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-itests/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-itests/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
     
     <artifactId>org.apache.aries.subsystem.itests</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-obr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-obr/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-obr/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-obr/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.obr</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-scope-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-scope-api/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-scope-api/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-scope-api/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.scope.api</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-scope-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-scope-impl/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-scope-impl/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-scope-impl/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.scope.impl</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-scope-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-scope-itests/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-scope-itests/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-scope-itests/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.scope.itests</artifactId>

Modified: incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/JarCreator.java
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/JarCreator.java?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/JarCreator.java (original)
+++ incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/JarCreator.java Tue Dec 21 14:56:11 2010
@@ -41,8 +41,8 @@ public class JarCreator
   }
 
   private static void createJar(String version) throws Exception {
-    createJarFromFile("../subsystem-example/subsystem-helloIsolation/target/org.apache.aries.subsystem.example.helloIsolation-0.3-incubating-SNAPSHOT.jar", version);
-    createJarFromFile("../subsystem-example/subsystem-helloIsolationRef/target/org.apache.aries.subsystem.example.helloIsolationRef-0.3-incubating-SNAPSHOT.jar", version);
+    createJarFromFile("../subsystem-example/subsystem-helloIsolation/target/org.apache.aries.subsystem.example.helloIsolation-0.3-SNAPSHOT.jar", version);
+    createJarFromFile("../subsystem-example/subsystem-helloIsolationRef/target/org.apache.aries.subsystem.example.helloIsolationRef-0.3-SNAPSHOT.jar", version);
   }
   private static void createJarFromFile(String fileName, String version) throws Exception {
     JarOutputStream jos = null;

Modified: incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeAdminTest.java
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeAdminTest.java?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeAdminTest.java (original)
+++ incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeAdminTest.java Tue Dec 21 14:56:11 2010
@@ -131,8 +131,8 @@ public class ScopeAdminTest extends Abst
         ScopeUpdate childScopeUpdate = su.newChild("scope_test1");
         
         // build up installInfo object for the scope
-        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-incubating-SNAPSHOT"), "helloIsolation");
-        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-incubating-SNAPSHOT"), "helloIsolationRef");
+        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-SNAPSHOT"), "helloIsolation");
+        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-SNAPSHOT"), "helloIsolationRef");
 
         List<InstallInfo> bundlesToInstall = childScopeUpdate.getBundlesToInstall();
         bundlesToInstall.add(info1);
@@ -232,8 +232,8 @@ public class ScopeAdminTest extends Abst
         ScopeUpdate childScopeUpdate = su.newChild("scope_test1");
         
         // build up installInfo object for the scope
-        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-incubating-SNAPSHOT"), "helloIsolation");
-        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-incubating-SNAPSHOT"), "helloIsolationRef");
+        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-SNAPSHOT"), "helloIsolation");
+        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-SNAPSHOT"), "helloIsolationRef");
 
         List<InstallInfo> bundlesToInstall = childScopeUpdate.getBundlesToInstall();
         bundlesToInstall.add(info1);
@@ -329,8 +329,8 @@ public class ScopeAdminTest extends Abst
 
 
         // build up installInfo object for the scope
-        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-incubating-SNAPSHOT"), "helloIsolation");
-        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-incubating-SNAPSHOT"), "helloIsolationRef");
+        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-SNAPSHOT"), "helloIsolation");
+        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-SNAPSHOT"), "helloIsolationRef");
 
         List<InstallInfo> bundlesToInstall = childScopeUpdate.getBundlesToInstall();
         bundlesToInstall.add(info1);
@@ -425,7 +425,7 @@ public class ScopeAdminTest extends Abst
 
 
         // build up installInfo object for the scope
-        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-incubating-SNAPSHOT"), "helloIsolationRef");
+        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-SNAPSHOT"), "helloIsolationRef");
 
         List<InstallInfo> bundlesToInstall = childScopeUpdate.getBundlesToInstall();
         bundlesToInstall.add(info2);
@@ -478,7 +478,7 @@ public class ScopeAdminTest extends Abst
 
         // install helloIsolation 0.3 in scope_test1
         Scope scope1 = createScope(scopeAdmin, "scope_test1", 
-                "mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-incubating-SNAPSHOT",
+                "mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-SNAPSHOT",
                 "0.3");
         
         // install helloIsolation 2.0 in scope_test2
@@ -523,7 +523,7 @@ public class ScopeAdminTest extends Abst
 
 
         // build up installInfo object for the scope
-        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-incubating-SNAPSHOT"), "helloIsolationRef");
+        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-SNAPSHOT"), "helloIsolationRef");
 
         List<InstallInfo> bundlesToInstall = childScopeUpdate.getBundlesToInstall();
         bundlesToInstall.add(info2);

Modified: incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeSecurityTest.java
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeSecurityTest.java?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeSecurityTest.java (original)
+++ incubator/aries/trunk/subsystem/subsystem-scope-itests/src/test/java/org/apache/aries/subsystem/itests/ScopeSecurityTest.java Tue Dec 21 14:56:11 2010
@@ -112,8 +112,8 @@ public class ScopeSecurityTest extends A
         ScopeUpdate childScopeUpdate = su.newChild("scope_test1");
         
         // build up installInfo object for the scope
-        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-incubating-SNAPSHOT"), "helloIsolation");
-        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-incubating-SNAPSHOT"), "helloIsolationRef");
+        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-SNAPSHOT"), "helloIsolation");
+        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-SNAPSHOT"), "helloIsolationRef");
 
         List<InstallInfo> bundlesToInstall = childScopeUpdate.getBundlesToInstall();
         bundlesToInstall.add(info1);
@@ -262,8 +262,8 @@ public class ScopeSecurityTest extends A
         servicePolicies.add(new SharePolicy(SharePolicy.TYPE_EXPORT, ScopeAdminServiceFactory.SERVICE_CAPABILITY, filter2));
 
         // build up installInfo object for the scope
-        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-incubating-SNAPSHOT"), "helloIsolation");
-        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-incubating-SNAPSHOT"), "helloIsolationRef");
+        InstallInfo info1 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolation/0.3-SNAPSHOT"), "helloIsolation");
+        InstallInfo info2 = new InstallInfo(new URL("mvn:org.apache.aries.subsystem.example/org.apache.aries.subsystem.example.helloIsolationRef/0.3-SNAPSHOT"), "helloIsolationRef");
 
         List<InstallInfo> bundlesToInstall = childScopeUpdate.getBundlesToInstall();
         bundlesToInstall.add(info1);

Modified: incubator/aries/trunk/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/testsupport/pom.xml (original)
+++ incubator/aries/trunk/testsupport/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../parent/default-parent/java5-parent/pom.xml</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
     <groupId>org.apache.aries.testsupport</groupId>
     <artifactId>testsupport</artifactId>
     <name>Apache Aries Test Support</name>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>

Modified: incubator/aries/trunk/testsupport/testsupport-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport/testsupport-unit/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/testsupport/testsupport-unit/pom.xml (original)
+++ incubator/aries/trunk/testsupport/testsupport-unit/pom.xml Tue Dec 21 14:56:11 2010
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.aries.testsupport</groupId>
     <artifactId>testsupport</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.aries.testsupport.unit</artifactId>

Modified: incubator/aries/trunk/transaction/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/pom.xml (original)
+++ incubator/aries/trunk/transaction/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../parent/default-parent/java5-parent/pom.xml</relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.transaction</groupId>
     <artifactId>transaction</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Aries Transaction</name>
 
@@ -83,7 +83,7 @@
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.proxy</groupId>
@@ -93,7 +93,7 @@
             <dependency>
                 <groupId>org.apache.aries.testsupport</groupId>
                 <artifactId>org.apache.aries.testsupport.unit</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.3-SNAPSHOT</version>
             </dependency>
 
             <dependency>

Modified: incubator/aries/trunk/transaction/transaction-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-blueprint/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-blueprint/pom.xml (original)
+++ incubator/aries/trunk/transaction/transaction-blueprint/pom.xml Tue Dec 21 14:56:11 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.aries.transaction</groupId>
 		<artifactId>transaction</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/aries/trunk/transaction/transaction-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-itests/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-itests/pom.xml (original)
+++ incubator/aries/trunk/transaction/transaction-itests/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.itests</artifactId>

Modified: incubator/aries/trunk/transaction/transaction-manager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-manager/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-manager/pom.xml (original)
+++ incubator/aries/trunk/transaction/transaction-manager/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/aries/trunk/transaction/transaction-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-testbundle/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-testbundle/pom.xml (original)
+++ incubator/aries/trunk/transaction/transaction-testbundle/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.testbundle</artifactId>

Modified: incubator/aries/trunk/transaction/transaction-testds/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-testds/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-testds/pom.xml (original)
+++ incubator/aries/trunk/transaction/transaction-testds/pom.xml Tue Dec 21 14:56:11 2010
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.aries.transaction</groupId>
 		<artifactId>transaction</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.aries.transaction</groupId>
 	<artifactId>org.apache.aries.transaction.testds</artifactId>

Modified: incubator/aries/trunk/transaction/transaction-wrappers/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-wrappers/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-wrappers/pom.xml (original)
+++ incubator/aries/trunk/transaction/transaction-wrappers/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.wrappers</artifactId>

Modified: incubator/aries/trunk/tutorials/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/pom.xml Tue Dec 21 14:56:11 2010
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.aries.tutorials</groupId>
 		<artifactId>tutorials</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,7 +22,7 @@
         <parent>
               <groupId>org.apache.aries.tutorials.blueprint</groupId>
               <artifactId>blueprint</artifactId>
-              <version>0.3-incubating-SNAPSHOT</version>
+              <version>0.3-SNAPSHOT</version>
         </parent>
 
 

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/docs/instructions.html
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/docs/instructions.html?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/docs/instructions.html (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-assembly/src/main/docs/instructions.html Tue Dec 21 14:56:11 2010
@@ -84,9 +84,9 @@ will use the new shell to run some sampl
 
 <p>In the new shell, change directory to [toplevel]/bin and copy the following
 three files into the [toplevel]/dropins directory:</p>
-<div class=code>org.apache.aries.tutorials.blueprint.greeter.api-0.1-incubating-SNAPSHOT.jar<br>
-org.apache.aries.tutorials.blueprint.greeter.server.osgi-0.1-incubating-SNAPSHOT.jar<br>
-org.apache.aries.tutorials.blueprint.greeter.client.osgi-0.1-incubating-SNAPSHOT.jar<br>
+<div class=code>org.apache.aries.tutorials.blueprint.greeter.api-0.1-SNAPSHOT.jar<br>
+org.apache.aries.tutorials.blueprint.greeter.server.osgi-0.1-SNAPSHOT.jar<br>
+org.apache.aries.tutorials.blueprint.greeter.client.osgi-0.1-SNAPSHOT.jar<br>
 </div>
 <p>This installs those bundles in the OSGi framework. Back in the OSGi console window, type 'ss' again, you should see
 three new bundles in the 'INSTALLED' state. Start all three new bundles

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-api/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-api/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-api/pom.xml Tue Dec 21 14:56:11 2010
@@ -24,7 +24,7 @@
 	<artifactId>org.apache.aries.tutorials.blueprint.greeter.api</artifactId>
 	<packaging>bundle</packaging>
 	<name>Greeter API</name>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 
 	<description>
 	This is the API for the greeter service. It has no parent because it 

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-blueprint/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-blueprint/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-blueprint/pom.xml Tue Dec 21 14:56:11 2010
@@ -24,7 +24,7 @@
 	<artifactId>org.apache.aries.tutorials.blueprint.greeter.client.blueprint</artifactId>
 	<packaging>bundle</packaging>
 	<name>Greeter Blueprint Client</name>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 
         <description>
         This is the final client for the greeter service. Students working through the tutorial
@@ -62,7 +62,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tutorials.blueprint</groupId>
 			<artifactId>org.apache.aries.tutorials.blueprint.greeter.api</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 	</dependencies>

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-osgi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-osgi/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-osgi/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-client-osgi/pom.xml Tue Dec 21 14:56:11 2010
@@ -24,7 +24,7 @@
 	<artifactId>org.apache.aries.tutorials.blueprint.greeter.client.osgi</artifactId>
 	<packaging>bundle</packaging>
 	<name>Greeter OSGi Client</name>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 
         <description>
         This is the initial client for the greeter service. Students working through the tutorial
@@ -55,7 +55,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tutorials.blueprint</groupId>
 			<artifactId>org.apache.aries.tutorials.blueprint.greeter.api</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-blueprint/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-blueprint/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-blueprint/pom.xml Tue Dec 21 14:56:11 2010
@@ -24,7 +24,7 @@
 	<artifactId>org.apache.aries.tutorials.blueprint.greeter.server.blueprint</artifactId>
 	<packaging>bundle</packaging>
 	<name>Greeter Blueprint Server</name>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 
         <description>
         This is the final greeter service. Students working through the tutorial
@@ -54,7 +54,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tutorials.blueprint</groupId>
 			<artifactId>org.apache.aries.tutorials.blueprint.greeter.api</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-osgi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-osgi/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-osgi/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-modules/greeter-server-osgi/pom.xml Tue Dec 21 14:56:11 2010
@@ -23,7 +23,7 @@
 	<artifactId>org.apache.aries.tutorials.blueprint.greeter.server.osgi</artifactId>
 	<packaging>bundle</packaging>
 	<name>Greeter OSGi Server</name>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 
         <description>
         This is the initial greeter service project. Students working through the tutorial
@@ -55,7 +55,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tutorials.blueprint</groupId>
 			<artifactId>org.apache.aries.tutorials.blueprint.greeter.api</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>

Modified: incubator/aries/trunk/tutorials/blueprint/tutorial-modules/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/blueprint/tutorial-modules/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/blueprint/tutorial-modules/pom.xml (original)
+++ incubator/aries/trunk/tutorials/blueprint/tutorial-modules/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.aries.tutorials.blueprint</groupId>
     <artifactId>blueprint</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.aries.tutorials.blueprint</groupId>
   <artifactId>tutorial-modules</artifactId>
   <name>Greeter Modules</name>
   <packaging>pom</packaging>
-  <version>0.3-incubating-SNAPSHOT</version>
+  <version>0.3-SNAPSHOT</version>
 
   <modules>
   	<module>greeter-api</module>

Modified: incubator/aries/trunk/tutorials/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/tutorials/pom.xml (original)
+++ incubator/aries/trunk/tutorials/pom.xml Tue Dec 21 14:56:11 2010
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
     
     
     <groupId>org.apache.aries.tutorials</groupId>
     <artifactId>tutorials</artifactId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-SNAPSHOT</version>
     <name>Apache Aries Tutorials</name>
     <packaging>pom</packaging>
   
@@ -39,14 +39,14 @@
     </scm>
 
     <properties>
-        <ariesApplicationVersion>0.1-incubating-SNAPSHOT</ariesApplicationVersion>
-        <ariesBlueprintVersion>0.1-incubating-SNAPSHOT</ariesBlueprintVersion>
-        <ariesJmxVersion>0.1-incubating-SNAPSHOT</ariesJmxVersion>
-        <ariesJndiVersion>0.1-incubating-SNAPSHOT</ariesJndiVersion>
-        <ariesJpaVersion>0.1-incubating-SNAPSHOT</ariesJpaVersion>
-        <ariesTransactionVersion>0.1-incubating-SNAPSHOT</ariesTransactionVersion>
-        <ariesUtilVersion>0.1-incubating-SNAPSHOT</ariesUtilVersion>
-        <ariesWebVersion>0.1-incubating-SNAPSHOT</ariesWebVersion>
+        <ariesApplicationVersion>0.1-SNAPSHOT</ariesApplicationVersion>
+        <ariesBlueprintVersion>0.1-SNAPSHOT</ariesBlueprintVersion>
+        <ariesJmxVersion>0.1-SNAPSHOT</ariesJmxVersion>
+        <ariesJndiVersion>0.1-SNAPSHOT</ariesJndiVersion>
+        <ariesJpaVersion>0.1-SNAPSHOT</ariesJpaVersion>
+        <ariesTransactionVersion>0.1-SNAPSHOT</ariesTransactionVersion>
+        <ariesUtilVersion>0.1-SNAPSHOT</ariesUtilVersion>
+        <ariesWebVersion>0.1-SNAPSHOT</ariesWebVersion>
     </properties>
     
     <dependencyManagement>

Modified: incubator/aries/trunk/util/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/util/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/util/pom.xml (original)
+++ incubator/aries/trunk/util/pom.xml Tue Dec 21 14:56:11 2010
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../parent/default-parent/java5-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.aries.util</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
     <name>Apache Aries Util</name>
     <description>
         This bundle contains the OSGi common util for Apache Aries
@@ -78,7 +78,7 @@
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>
             <artifactId>org.apache.aries.testsupport.unit</artifactId>
-            <version>0.3-incubating-SNAPSHOT</version>
+            <version>0.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: incubator/aries/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/web/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/web/pom.xml (original)
+++ incubator/aries/trunk/web/pom.xml Tue Dec 21 14:56:11 2010
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>java5-parent</artifactId>
         <groupId>org.apache.aries</groupId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../parent/default-parent/java5-parent/pom.xml</relativePath>
     </parent>
 
@@ -29,7 +29,7 @@
     <artifactId>web</artifactId>
     <packaging>pom</packaging>
     <name>Apache Aries Web Component</name>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
 
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/web</connection>
@@ -66,13 +66,13 @@
             <dependency>
                 <groupId>org.apache.aries.testsupport</groupId>
                 <artifactId>org.apache.aries.testsupport.unit</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.3-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint.sample</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.proxy</groupId>
@@ -97,12 +97,12 @@
             <dependency>
                 <groupId>org.apache.aries</groupId>
                 <artifactId>org.apache.aries.util</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.3-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Modified: incubator/aries/trunk/web/web-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/web/web-itests/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/web/web-itests/pom.xml (original)
+++ incubator/aries/trunk/web/web-itests/pom.xml Tue Dec 21 14:56:11 2010
@@ -17,7 +17,7 @@
     <parent>
         <artifactId>web</artifactId>
         <groupId>org.apache.aries.web</groupId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: incubator/aries/trunk/web/web-urlhandler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/web/web-urlhandler/pom.xml?rev=1051515&r1=1051514&r2=1051515&view=diff
==============================================================================
--- incubator/aries/trunk/web/web-urlhandler/pom.xml (original)
+++ incubator/aries/trunk/web/web-urlhandler/pom.xml Tue Dec 21 14:56:11 2010
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>web</artifactId>
         <groupId>org.apache.aries.web</groupId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>