Author: mrdon
Date: Sat Jul 19 08:50:09 2008
New Revision: 678178

URL: http://svn.apache.org/viewvc?rev=678178&view=rev
Log:
Preparing for 2.0.9-db-2-SNAPSHOT

Modified:
    maven/sandbox/branches/maven/maven-2.0.9-db/apache-maven/pom.xml
    
maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-installer/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-mini/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-manager/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-test/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-core-it-runner/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-core/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-error-diagnostics/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-model/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-monitor/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-api/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-descriptor/pom.xml
    
maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-parameter-documenter/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-registry/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-profile/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-project/pom.xml
    
maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/maven-reporting-api/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/pom.xml
    
maven/sandbox/branches/maven/maven-2.0.9-db/maven-repository-metadata/pom.xml
    
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-ant/pom.xml
    
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-beanshell/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-settings/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/maven-toolchain/pom.xml
    maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/apache-maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/apache-maven/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/apache-maven/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/apache-maven/pom.xml Sat Jul 19 
08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-maven</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-installer/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-installer/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- 
maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-installer/pom.xml
 (original)
+++ 
maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-installer/pom.xml
 Sat Jul 19 08:50:09 2008
@@ -23,14 +23,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.bootstrap</groupId>
   <artifactId>bootstrap-installer</artifactId>
-  <version>2.0.9-db-1-SNAPSHOT-SNAPSHOT</version>
+  <version>2.0.9-db-2-SNAPSHOT</version>
   <name>Maven Bootstrap Installer</name>
   <description>Tool used to bootstrap m2.</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.bootstrap</groupId>
       <artifactId>bootstrap-mini</artifactId>
-      <version>2.0.9-db-1-SNAPSHOT-SNAPSHOT</version>
+      <version>2.0.9-db-2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-mini/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-mini/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- 
maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-mini/pom.xml 
(original)
+++ 
maven/sandbox/branches/maven/maven-2.0.9-db/bootstrap/bootstrap-mini/pom.xml 
Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.bootstrap</groupId>
   <artifactId>bootstrap-mini</artifactId>
-  <version>2.0.9-db-1-SNAPSHOT-SNAPSHOT</version>
+  <version>2.0.9-db-2-SNAPSHOT</version>
   <name>Maven Bootstrap Mini Builder</name>
   <description>Tool used to bootstrap m2.</description>
 </project>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-manager/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-manager/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-manager/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-manager/pom.xml 
Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-artifact-manager</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-test/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-test/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact-test/pom.xml Sat 
Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-artifact-test</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-artifact/pom.xml Sat Jul 
19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-artifact</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-core-it-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-core-it-runner/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-core-it-runner/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-core-it-runner/pom.xml 
Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>maven</artifactId>
         <groupId>org.apache.maven</groupId>
-        <version>2.0.9-db-1-SNAPSHOT-RC9-SNAPSHOT</version>
+        <version>2.0.9-db-2-SNAPSHOT</version>
     </parent>
     <artifactId>maven-core-it-runner</artifactId>
     <name>Integration Test Executor</name>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-core/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-core/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-core/pom.xml Sat Jul 19 
08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-core</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-error-diagnostics/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-error-diagnostics/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-error-diagnostics/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-error-diagnostics/pom.xml 
Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-error-diagnostics</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-model/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-model/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-model/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-model/pom.xml Sat Jul 19 
08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-model</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-monitor/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-monitor/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-monitor/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-monitor/pom.xml Sat Jul 
19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-monitor</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-api/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-api/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-api/pom.xml Sat 
Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-api</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-descriptor/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-descriptor/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-descriptor/pom.xml 
Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-descriptor</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-parameter-documenter/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-parameter-documenter/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-parameter-documenter/pom.xml
 (original)
+++ 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-parameter-documenter/pom.xml
 Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-parameter-documenter</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-registry/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-registry/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-registry/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-plugin-registry/pom.xml 
Sat Jul 19 08:50:09 2008
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven</groupId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-profile/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-profile/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-profile/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-profile/pom.xml Sat Jul 
19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-profile</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-project/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-project/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-project/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-project/pom.xml Sat Jul 
19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-project</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/maven-reporting-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/maven-reporting-api/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/maven-reporting-api/pom.xml
 (original)
+++ 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/maven-reporting-api/pom.xml
 Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-reporting</artifactId>
     <groupId>org.apache.maven.reporting</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-reporting-api</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-reporting/pom.xml Sat Jul 
19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.reporting</groupId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-repository-metadata/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-repository-metadata/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-repository-metadata/pom.xml 
(original)
+++ 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-repository-metadata/pom.xml 
Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-repository-metadata</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-ant/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-ant/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-ant/pom.xml
 (original)
+++ 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-ant/pom.xml
 Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-script</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-script-ant</artifactId>

Modified: 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-beanshell/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-beanshell/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-beanshell/pom.xml
 (original)
+++ 
maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/maven-script-beanshell/pom.xml
 Sat Jul 19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-script</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-script-beanshell</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-script/pom.xml Sat Jul 19 
08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven</groupId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-settings/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-settings/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-settings/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-settings/pom.xml Sat Jul 
19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-settings</artifactId>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/maven-toolchain/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/maven-toolchain/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/maven-toolchain/pom.xml 
(original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/maven-toolchain/pom.xml Sat Jul 
19 08:50:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>2.0.9-db-1</version>
+    <version>2.0.9-db-2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-toolchain</artifactId>
@@ -38,12 +38,12 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>2.0.9-db-1</version>
+      <version>2.0.9-db-2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>2.0.9-db-1</version>
+      <version>2.0.9-db-2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml?rev=678178&r1=678177&r2=678178&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml Sat Jul 19 08:50:09 2008
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven</artifactId>
-  <version>2.0.9-db-1</version>
+  <version>2.0.9-db-2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven</name>
@@ -117,9 +117,9 @@
   </mailingLists>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/tags/maven-2.0.9-db-1</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/tags/maven-2.0.9-db-1</developerConnection>
-    
<url>https://svn.apache.org/repos/asf/maven/sandbox/tags/maven-2.0.9-db-1</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/branches/maven/maven-2.0.9-db</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/maven/maven-2.0.9-db</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/maven/sandbox/branches/maven/maven-2.0.9-db</url>
   </scm>
 
   <build>
@@ -242,7 +242,7 @@
   </dependencies>
 
   <properties>
-    <mavenVersion>2.0.9-db-1</mavenVersion>
+    <mavenVersion>2.0.9-db-2-SNAPSHOT</mavenVersion>
     <!-- Can't use. bootstrap-mini isn't smart enough: 
<wagonVersion>1.0-beta-2</wagonVersion> -->
   </properties>
 


Reply via email to