Author: pauls
Date: Thu May 19 07:09:03 2011
New Revision: 1124565
URL: http://svn.apache.org/viewvc?rev=1124565&view=rev
Log:
Add snapshot versions to subprojects
Modified:
incubator/ace/trunk/ace-client-automation/pom.xml
incubator/ace/trunk/ace-client-repository-api/pom.xml
incubator/ace/trunk/ace-client-repository-helper-base/pom.xml
incubator/ace/trunk/ace-client-repository-helper-bundle/pom.xml
incubator/ace/trunk/ace-client-repository-helper-configuration/pom.xml
incubator/ace/trunk/ace-client-repository-helper-user/pom.xml
incubator/ace/trunk/ace-client-repository-impl/pom.xml
incubator/ace/trunk/ace-client-repository-useradmin/pom.xml
incubator/ace/trunk/ace-configurator-serveruseradmin/pom.xml
incubator/ace/trunk/ace-configurator-useradmin-task/pom.xml
incubator/ace/trunk/ace-configurator/pom.xml
incubator/ace/trunk/ace-consolelogger/pom.xml
incubator/ace/trunk/ace-deployment-api/pom.xml
incubator/ace/trunk/ace-deployment-deploymentadmin/pom.xml
incubator/ace/trunk/ace-deployment-provider-api/pom.xml
incubator/ace/trunk/ace-deployment-provider-base/pom.xml
incubator/ace/trunk/ace-deployment-provider-filebased/pom.xml
incubator/ace/trunk/ace-deployment-provider-repositorybased/pom.xml
incubator/ace/trunk/ace-deployment-servlet/pom.xml
incubator/ace/trunk/ace-deployment-streamgenerator/pom.xml
incubator/ace/trunk/ace-deployment-task/pom.xml
incubator/ace/trunk/ace-discovery-api/pom.xml
incubator/ace/trunk/ace-discovery-property/pom.xml
incubator/ace/trunk/ace-discovery-upnp/pom.xml
incubator/ace/trunk/ace-gateway-log-store/pom.xml
incubator/ace/trunk/ace-gateway-log/pom.xml
incubator/ace/trunk/ace-httplistener/pom.xml
incubator/ace/trunk/ace-identification-api/pom.xml
incubator/ace/trunk/ace-identification-ifconfig/pom.xml
incubator/ace/trunk/ace-identification-property/pom.xml
incubator/ace/trunk/ace-launcher/pom.xml
incubator/ace/trunk/ace-location-upnp/pom.xml
incubator/ace/trunk/ace-log-listener/pom.xml
incubator/ace/trunk/ace-log-servlet/pom.xml
incubator/ace/trunk/ace-log-task/pom.xml
incubator/ace/trunk/ace-log/pom.xml
incubator/ace/trunk/ace-managementagent/pom.xml
incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml
incubator/ace/trunk/ace-nodelauncher-api/pom.xml
incubator/ace/trunk/ace-nodelauncher-ui/pom.xml
incubator/ace/trunk/ace-obr-metadata/pom.xml
incubator/ace/trunk/ace-obr-servlet/pom.xml
incubator/ace/trunk/ace-obr-storage/pom.xml
incubator/ace/trunk/ace-range-api/pom.xml
incubator/ace/trunk/ace-repository-api/pom.xml
incubator/ace/trunk/ace-repository-ext/pom.xml
incubator/ace/trunk/ace-repository-impl/pom.xml
incubator/ace/trunk/ace-repository-servlet/pom.xml
incubator/ace/trunk/ace-repository-task/pom.xml
incubator/ace/trunk/ace-resourceprocessor-useradmin/pom.xml
incubator/ace/trunk/ace-scheduler-api/pom.xml
incubator/ace/trunk/ace-scheduler/pom.xml
incubator/ace/trunk/ace-server-action-popupmessage/pom.xml
incubator/ace/trunk/ace-server-action/pom.xml
incubator/ace/trunk/ace-server-log-store/pom.xml
incubator/ace/trunk/ace-tageditor/pom.xml
incubator/ace/trunk/ace-target-defaults/pom.xml
incubator/ace/trunk/ace-target-devserver/pom.xml
incubator/ace/trunk/ace-util/pom.xml
incubator/ace/trunk/ace-webconsole-plugin/pom.xml
incubator/ace/trunk/ace-webui-vaadin/pom.xml
Modified: incubator/ace/trunk/ace-client-automation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-automation/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-automation/pom.xml (original)
+++ incubator/ace/trunk/ace-client-automation/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.automation</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-client-repository-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-repository-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-repository-api/pom.xml (original)
+++ incubator/ace/trunk/ace-client-repository-api/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.repository.api</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-client-repository-helper-base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-repository-helper-base/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-repository-helper-base/pom.xml (original)
+++ incubator/ace/trunk/ace-client-repository-helper-base/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.repository.helper.base</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-client-repository-helper-bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-repository-helper-bundle/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-repository-helper-bundle/pom.xml (original)
+++ incubator/ace/trunk/ace-client-repository-helper-bundle/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.repository.helper.bundle</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-client-repository-helper-configuration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-repository-helper-configuration/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-repository-helper-configuration/pom.xml (original)
+++ incubator/ace/trunk/ace-client-repository-helper-configuration/pom.xml Thu May 19 07:09:03
2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.repository.helper.configuration</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-client-repository-helper-user/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-repository-helper-user/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-repository-helper-user/pom.xml (original)
+++ incubator/ace/trunk/ace-client-repository-helper-user/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.repository.helper.user</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-client-repository-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-repository-impl/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-repository-impl/pom.xml (original)
+++ incubator/ace/trunk/ace-client-repository-impl/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.repository.impl</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-client-repository-useradmin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-client-repository-useradmin/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-client-repository-useradmin/pom.xml (original)
+++ incubator/ace/trunk/ace-client-repository-useradmin/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.client.repository.useradmin</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-configurator-serveruseradmin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-configurator-serveruseradmin/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-configurator-serveruseradmin/pom.xml (original)
+++ incubator/ace/trunk/ace-configurator-serveruseradmin/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.configurator.serveruseradmin</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-configurator-useradmin-task/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-configurator-useradmin-task/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-configurator-useradmin-task/pom.xml (original)
+++ incubator/ace/trunk/ace-configurator-useradmin-task/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.configurator.useradmin.task</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-configurator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-configurator/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-configurator/pom.xml (original)
+++ incubator/ace/trunk/ace-configurator/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.configurator</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-consolelogger/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-consolelogger/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-consolelogger/pom.xml (original)
+++ incubator/ace/trunk/ace-consolelogger/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.consolelogger</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-deployment-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-api/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-api/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.api</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-deployment-deploymentadmin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-deploymentadmin/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-deploymentadmin/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-deploymentadmin/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.deploymentadmin</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-deployment-provider-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-provider-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-provider-api/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-provider-api/pom.xml Thu May 19 07:09:03 2011
@@ -32,7 +32,7 @@
<packaging>bundle</packaging>
<version>0.8.0-incubator-SNAPSHOT</version>
<name>Apache ACE :: Deployment :: Provider :: API</name>
- <description></description>
+ <description />
<properties>
<export.package>
@@ -43,4 +43,10 @@
</import.package>
</properties>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ace/releases/org.apache.ace.deployment.provider.api-0.8.0-incubator</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ace/releases/org.apache.ace.deployment.provider.api-0.8.0-incubator</developerConnection>
+ <url>scm:svn:https://svn.apache.org/repos/asf/incubator/ace/releases/org.apache.ace.deployment.provider.api-0.8.0-incubator</url>
+ </scm>
</project>
Modified: incubator/ace/trunk/ace-deployment-provider-base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-provider-base/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-provider-base/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-provider-base/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.provider.base</artifactId>
<packaging>jar</packaging>
Modified: incubator/ace/trunk/ace-deployment-provider-filebased/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-provider-filebased/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-provider-filebased/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-provider-filebased/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.provider.filebased</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-deployment-provider-repositorybased/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-provider-repositorybased/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-provider-repositorybased/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-provider-repositorybased/pom.xml Thu May 19 07:09:03
2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.provider.repositorybased</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-deployment-servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-servlet/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-servlet/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-servlet/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.servlet</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-deployment-streamgenerator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-streamgenerator/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-streamgenerator/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-streamgenerator/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.streamgenerator</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-deployment-task/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-task/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-task/pom.xml (original)
+++ incubator/ace/trunk/ace-deployment-task/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.deployment.task</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-discovery-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-discovery-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-discovery-api/pom.xml (original)
+++ incubator/ace/trunk/ace-discovery-api/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.discovery.api</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-discovery-property/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-discovery-property/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-discovery-property/pom.xml (original)
+++ incubator/ace/trunk/ace-discovery-property/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.discovery.property</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-discovery-upnp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-discovery-upnp/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-discovery-upnp/pom.xml (original)
+++ incubator/ace/trunk/ace-discovery-upnp/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.discovery.upnp</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-gateway-log-store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-gateway-log-store/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-gateway-log-store/pom.xml (original)
+++ incubator/ace/trunk/ace-gateway-log-store/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.gateway.log.store</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-gateway-log/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-gateway-log/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-gateway-log/pom.xml (original)
+++ incubator/ace/trunk/ace-gateway-log/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.gateway.log</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-httplistener/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-httplistener/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-httplistener/pom.xml (original)
+++ incubator/ace/trunk/ace-httplistener/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.httplistener</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-identification-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-identification-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-identification-api/pom.xml (original)
+++ incubator/ace/trunk/ace-identification-api/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.identification.api</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-identification-ifconfig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-identification-ifconfig/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-identification-ifconfig/pom.xml (original)
+++ incubator/ace/trunk/ace-identification-ifconfig/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.identification.ifconfig</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-identification-property/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-identification-property/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-identification-property/pom.xml (original)
+++ incubator/ace/trunk/ace-identification-property/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.identification.property</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-launcher/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-launcher/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-launcher/pom.xml (original)
+++ incubator/ace/trunk/ace-launcher/pom.xml Thu May 19 07:09:03 2011
@@ -30,6 +30,7 @@
<artifactId>org.apache.ace.launcher</artifactId>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<name>Apache ACE :: Launcher</name>
<build>
Modified: incubator/ace/trunk/ace-location-upnp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-location-upnp/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-location-upnp/pom.xml (original)
+++ incubator/ace/trunk/ace-location-upnp/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.location.upnp</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-log-listener/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log-listener/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log-listener/pom.xml (original)
+++ incubator/ace/trunk/ace-log-listener/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.log.listener</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-log-servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log-servlet/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log-servlet/pom.xml (original)
+++ incubator/ace/trunk/ace-log-servlet/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.log.servlet</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-log-task/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log-task/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log-task/pom.xml (original)
+++ incubator/ace/trunk/ace-log-task/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.log.task</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-log/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log/pom.xml (original)
+++ incubator/ace/trunk/ace-log/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.log</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-managementagent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-managementagent/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-managementagent/pom.xml (original)
+++ incubator/ace/trunk/ace-managementagent/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.managementagent</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml (original)
+++ incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.nodelauncher.amazon</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-nodelauncher-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-nodelauncher-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-nodelauncher-api/pom.xml (original)
+++ incubator/ace/trunk/ace-nodelauncher-api/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.nodelauncher.api</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-nodelauncher-ui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-nodelauncher-ui/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-nodelauncher-ui/pom.xml (original)
+++ incubator/ace/trunk/ace-nodelauncher-ui/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.nodelauncher.ui</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-obr-metadata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-obr-metadata/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-obr-metadata/pom.xml (original)
+++ incubator/ace/trunk/ace-obr-metadata/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.obr.metadata</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-obr-servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-obr-servlet/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-obr-servlet/pom.xml (original)
+++ incubator/ace/trunk/ace-obr-servlet/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.obr.servlet</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-obr-storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-obr-storage/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-obr-storage/pom.xml (original)
+++ incubator/ace/trunk/ace-obr-storage/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.obr.storage</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-range-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-range-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-range-api/pom.xml (original)
+++ incubator/ace/trunk/ace-range-api/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.range.api</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-repository-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-repository-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-repository-api/pom.xml (original)
+++ incubator/ace/trunk/ace-repository-api/pom.xml Thu May 19 07:09:03 2011
@@ -31,6 +31,7 @@
<artifactId>org.apache.ace.repository.api</artifactId>
<packaging>bundle</packaging>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<name>Apache ACE :: Repository :: API</name>
<description></description>
Modified: incubator/ace/trunk/ace-repository-ext/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-repository-ext/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-repository-ext/pom.xml (original)
+++ incubator/ace/trunk/ace-repository-ext/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.repository.ext</artifactId>
<name>Apache ACE :: Repository :: Extensions</name>
Modified: incubator/ace/trunk/ace-repository-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-repository-impl/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-repository-impl/pom.xml (original)
+++ incubator/ace/trunk/ace-repository-impl/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.repository.impl</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-repository-servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-repository-servlet/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-repository-servlet/pom.xml (original)
+++ incubator/ace/trunk/ace-repository-servlet/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.repository.servlet</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-repository-task/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-repository-task/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-repository-task/pom.xml (original)
+++ incubator/ace/trunk/ace-repository-task/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.repository.task</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-resourceprocessor-useradmin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-resourceprocessor-useradmin/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-resourceprocessor-useradmin/pom.xml (original)
+++ incubator/ace/trunk/ace-resourceprocessor-useradmin/pom.xml Thu May 19 07:09:03 2011
@@ -31,6 +31,7 @@
<artifactId>org.apache.ace.resourceprocessor.useradmin</artifactId>
<packaging>bundle</packaging>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<name>Apache ACE :: Resourceprocessor :: UserAdmin</name>
<description></description>
Modified: incubator/ace/trunk/ace-scheduler-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-scheduler-api/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-scheduler-api/pom.xml (original)
+++ incubator/ace/trunk/ace-scheduler-api/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.scheduler.api</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-scheduler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-scheduler/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-scheduler/pom.xml (original)
+++ incubator/ace/trunk/ace-scheduler/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.scheduler</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-server-action-popupmessage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-server-action-popupmessage/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-server-action-popupmessage/pom.xml (original)
+++ incubator/ace/trunk/ace-server-action-popupmessage/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.server.action.popupmessage</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-server-action/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-server-action/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-server-action/pom.xml (original)
+++ incubator/ace/trunk/ace-server-action/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.server.action</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-server-log-store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-server-log-store/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-server-log-store/pom.xml (original)
+++ incubator/ace/trunk/ace-server-log-store/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.server.log.store</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-tageditor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-tageditor/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-tageditor/pom.xml (original)
+++ incubator/ace/trunk/ace-tageditor/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.tageditor</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-target-defaults/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-target-defaults/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-target-defaults/pom.xml (original)
+++ incubator/ace/trunk/ace-target-defaults/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.target.defaults</artifactId>
<name>Apache ACE :: Target :: Defaults</name>
Modified: incubator/ace/trunk/ace-target-devserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-target-devserver/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-target-devserver/pom.xml (original)
+++ incubator/ace/trunk/ace-target-devserver/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.target.devserver</artifactId>
<packaging>pom</packaging>
Modified: incubator/ace/trunk/ace-util/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-util/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-util/pom.xml (original)
+++ incubator/ace/trunk/ace-util/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.util</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-webconsole-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webconsole-plugin/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-webconsole-plugin/pom.xml (original)
+++ incubator/ace/trunk/ace-webconsole-plugin/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.webconsole.plugin</artifactId>
<packaging>bundle</packaging>
Modified: incubator/ace/trunk/ace-webui-vaadin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/pom.xml?rev=1124565&r1=1124564&r2=1124565&view=diff
==============================================================================
--- incubator/ace/trunk/ace-webui-vaadin/pom.xml (original)
+++ incubator/ace/trunk/ace-webui-vaadin/pom.xml Thu May 19 07:09:03 2011
@@ -28,6 +28,7 @@
<relativePath>../pom/pom.xml</relativePath>
</parent>
+ <version>0.8.0-incubator-SNAPSHOT</version>
<artifactId>org.apache.ace.webui.vaadin</artifactId>
<packaging>bundle</packaging>
|