Author: ivol
Date: Tue Oct 12 10:28:54 2010
New Revision: 152

Log:
Updated version numbers from 0.0.4 to 0.0.5-SNAPSHOT

Modified:
   trunk/amdatu-release/pom.xml
   trunk/application-bundles/dashboard-bundle/pom.xml
   trunk/application-bundles/gadget-management/pom.xml
   trunk/application-bundles/pom.xml
   trunk/example-bundles/course-gadget/pom.xml
   trunk/example-bundles/course-service/pom.xml
   trunk/example-bundles/friends-gadget/pom.xml
   trunk/example-bundles/pom.xml
   trunk/gadget-bundles/login-gadget/pom.xml
   trunk/gadget-bundles/pom.xml
   trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml
   trunk/libraries/amdatu-utilities/pom.xml
   trunk/libraries/pom.xml
   trunk/platform-bundles/authorization-service/pom.xml
   trunk/platform-bundles/cassandra-application/pom.xml
   trunk/platform-bundles/cassandra-listener/pom.xml
   trunk/platform-bundles/cassandra-persistencemanager/pom.xml
   trunk/platform-bundles/config-template-manager/pom.xml
   trunk/platform-bundles/filebased-configuration/pom.xml
   trunk/platform-bundles/httpcontext/pom.xml
   trunk/platform-bundles/loghandler/pom.xml
   trunk/platform-bundles/pom.xml
   trunk/platform-bundles/profile-service/pom.xml
   trunk/platform-bundles/sesame-application/pom.xml
   trunk/platform-bundles/shindig-application/pom.xml
   trunk/platform-bundles/tenant-service/pom.xml
   trunk/platform-bundles/useradmin-cassandra-store/pom.xml
   trunk/platform-bundles/wink-application/pom.xml
   trunk/pom.xml
   trunk/test-bundles/integrationtest-bundle/pom.xml
   trunk/test-bundles/pom.xml

Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml        (original)
+++ trunk/amdatu-release/pom.xml        Tue Oct 12 10:28:54 2010
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.4</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
+    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   <packaging>pom</packaging>
   <artifactId>amdatu-release</artifactId>
@@ -16,14 +16,12 @@
       <artifactId>dashboard</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.application</groupId>
       <artifactId>gadgetmanagement</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     
     <!-- Example bundles -->
@@ -32,21 +30,18 @@
       <artifactId>course-gadget</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.example</groupId>
       <artifactId>course-service</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>   
     <dependency>
       <groupId>org.amdatu.example</groupId>
       <artifactId>friends-gadget</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>   
     
     <!-- Gadget bundles -->
@@ -55,14 +50,12 @@
       <artifactId>login</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.gadget</groupId>
       <artifactId>sparqlendpoint</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     
     <!-- Platform bundles -->
@@ -71,91 +64,78 @@
       <artifactId>authorization</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>cassandra-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>cassandra-listener</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>cassandra-persistencemanager</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>config-template-manager</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>httpcontext</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>loghandler</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>profile-service</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>sesame-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>shindig-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>tenant-service</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>useradmin-cassandra-store</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
      <groupId>org.amdatu.platform</groupId>
       <artifactId>wink-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>   
     
     <!-- System bundles -->
@@ -181,7 +161,7 @@
           <groupId> org.apache.felix</groupId>
           <artifactId>org.osgi.foundation</artifactId>
         </exclusion>
-      </exclusions>
+      </exclusions>      
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>

Modified: trunk/application-bundles/dashboard-bundle/pom.xml
==============================================================================
--- trunk/application-bundles/dashboard-bundle/pom.xml  (original)
+++ trunk/application-bundles/dashboard-bundle/pom.xml  Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.application-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.application</groupId>
   <artifactId>dashboard</artifactId>

Modified: trunk/application-bundles/gadget-management/pom.xml
==============================================================================
--- trunk/application-bundles/gadget-management/pom.xml (original)
+++ trunk/application-bundles/gadget-management/pom.xml Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.application-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.application</groupId>
   <artifactId>gadgetmanagement</artifactId>

Modified: trunk/application-bundles/pom.xml
==============================================================================
--- trunk/application-bundles/pom.xml   (original)
+++ trunk/application-bundles/pom.xml   Tue Oct 12 10:28:54 2010
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.4</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
+    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <dependencies>    

Modified: trunk/example-bundles/course-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/course-gadget/pom.xml (original)
+++ trunk/example-bundles/course-gadget/pom.xml Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>course-gadget</artifactId>

Modified: trunk/example-bundles/course-service/pom.xml
==============================================================================
--- trunk/example-bundles/course-service/pom.xml        (original)
+++ trunk/example-bundles/course-service/pom.xml        Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>course-service</artifactId>

Modified: trunk/example-bundles/friends-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/friends-gadget/pom.xml        (original)
+++ trunk/example-bundles/friends-gadget/pom.xml        Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>friends-gadget</artifactId>

Modified: trunk/example-bundles/pom.xml
==============================================================================
--- trunk/example-bundles/pom.xml       (original)
+++ trunk/example-bundles/pom.xml       Tue Oct 12 10:28:54 2010
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.4</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
+    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <dependencies>    

Modified: trunk/gadget-bundles/login-gadget/pom.xml
==============================================================================
--- trunk/gadget-bundles/login-gadget/pom.xml   (original)
+++ trunk/gadget-bundles/login-gadget/pom.xml   Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.gadget-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.gadget</groupId>
   <artifactId>login</artifactId>

Modified: trunk/gadget-bundles/pom.xml
==============================================================================
--- trunk/gadget-bundles/pom.xml        (original)
+++ trunk/gadget-bundles/pom.xml        Tue Oct 12 10:28:54 2010
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.4</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
+    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <dependencies>

Modified: trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml
==============================================================================
--- trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml  (original)
+++ trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml  Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.gadget-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.gadget</groupId>
   <artifactId>sparqlendpoint</artifactId>

Modified: trunk/libraries/amdatu-utilities/pom.xml
==============================================================================
--- trunk/libraries/amdatu-utilities/pom.xml    (original)
+++ trunk/libraries/amdatu-utilities/pom.xml    Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.libraries</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.libraries</groupId>
   <artifactId>amdatu-utilities</artifactId>

Modified: trunk/libraries/pom.xml
==============================================================================
--- trunk/libraries/pom.xml     (original)
+++ trunk/libraries/pom.xml     Tue Oct 12 10:28:54 2010
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.4</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
+    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <modules>

Modified: trunk/platform-bundles/authorization-service/pom.xml
==============================================================================
--- trunk/platform-bundles/authorization-service/pom.xml        (original)
+++ trunk/platform-bundles/authorization-service/pom.xml        Tue Oct 12 
10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>authorization</artifactId>
@@ -28,7 +28,6 @@
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>tenant-service</artifactId>
-      <version>0.0.4</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>       

Modified: trunk/platform-bundles/cassandra-application/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-application/pom.xml        (original)
+++ trunk/platform-bundles/cassandra-application/pom.xml        Tue Oct 12 
10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-application</artifactId>

Modified: trunk/platform-bundles/cassandra-listener/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-listener/pom.xml   (original)
+++ trunk/platform-bundles/cassandra-listener/pom.xml   Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-listener</artifactId>

Modified: trunk/platform-bundles/cassandra-persistencemanager/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-persistencemanager/pom.xml (original)
+++ trunk/platform-bundles/cassandra-persistencemanager/pom.xml Tue Oct 12 
10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-persistencemanager</artifactId>

Modified: trunk/platform-bundles/config-template-manager/pom.xml
==============================================================================
--- trunk/platform-bundles/config-template-manager/pom.xml      (original)
+++ trunk/platform-bundles/config-template-manager/pom.xml      Tue Oct 12 
10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>config-template-manager</artifactId>

Modified: trunk/platform-bundles/filebased-configuration/pom.xml
==============================================================================
--- trunk/platform-bundles/filebased-configuration/pom.xml      (original)
+++ trunk/platform-bundles/filebased-configuration/pom.xml      Tue Oct 12 
10:28:54 2010
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>org.amdatu.platform-bundles</artifactId>
         <groupId>org.amdatu</groupId>
-        <version>0.0.4</version>
+        <version>0.0.5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: trunk/platform-bundles/httpcontext/pom.xml
==============================================================================
--- trunk/platform-bundles/httpcontext/pom.xml  (original)
+++ trunk/platform-bundles/httpcontext/pom.xml  Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>httpcontext</artifactId>

Modified: trunk/platform-bundles/loghandler/pom.xml
==============================================================================
--- trunk/platform-bundles/loghandler/pom.xml   (original)
+++ trunk/platform-bundles/loghandler/pom.xml   Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>loghandler</artifactId>

Modified: trunk/platform-bundles/pom.xml
==============================================================================
--- trunk/platform-bundles/pom.xml      (original)
+++ trunk/platform-bundles/pom.xml      Tue Oct 12 10:28:54 2010
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.4</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
+    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <modules>

Modified: trunk/platform-bundles/profile-service/pom.xml
==============================================================================
--- trunk/platform-bundles/profile-service/pom.xml      (original)
+++ trunk/platform-bundles/profile-service/pom.xml      Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>profile-service</artifactId>

Modified: trunk/platform-bundles/sesame-application/pom.xml
==============================================================================
--- trunk/platform-bundles/sesame-application/pom.xml   (original)
+++ trunk/platform-bundles/sesame-application/pom.xml   Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>sesame-application</artifactId>

Modified: trunk/platform-bundles/shindig-application/pom.xml
==============================================================================
--- trunk/platform-bundles/shindig-application/pom.xml  (original)
+++ trunk/platform-bundles/shindig-application/pom.xml  Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>shindig-application</artifactId>

Modified: trunk/platform-bundles/tenant-service/pom.xml
==============================================================================
--- trunk/platform-bundles/tenant-service/pom.xml       (original)
+++ trunk/platform-bundles/tenant-service/pom.xml       Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>tenant-service</artifactId>

Modified: trunk/platform-bundles/useradmin-cassandra-store/pom.xml
==============================================================================
--- trunk/platform-bundles/useradmin-cassandra-store/pom.xml    (original)
+++ trunk/platform-bundles/useradmin-cassandra-store/pom.xml    Tue Oct 12 
10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>useradmin-cassandra-store</artifactId>

Modified: trunk/platform-bundles/wink-application/pom.xml
==============================================================================
--- trunk/platform-bundles/wink-application/pom.xml     (original)
+++ trunk/platform-bundles/wink-application/pom.xml     Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>wink-application</artifactId>

Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml       (original)
+++ trunk/pom.xml       Tue Oct 12 10:28:54 2010
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.amdatu</groupId>
   <artifactId>amdatu</artifactId>
-  <version>0.0.4</version>
+  <version>0.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Amdatu</name>
   <description>Amdatu framework</description>

Modified: trunk/test-bundles/integrationtest-bundle/pom.xml
==============================================================================
--- trunk/test-bundles/integrationtest-bundle/pom.xml   (original)
+++ trunk/test-bundles/integrationtest-bundle/pom.xml   Tue Oct 12 10:28:54 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.test-bundles</artifactId>
-    <version>0.0.4</version>
+    <version>0.0.5-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.test</groupId>
   <artifactId>integration</artifactId>

Modified: trunk/test-bundles/pom.xml
==============================================================================
--- trunk/test-bundles/pom.xml  (original)
+++ trunk/test-bundles/pom.xml  Tue Oct 12 10:28:54 2010
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.4</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
+    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <dependencies>    

Reply via email to