Author: niallp
Date: Fri Mar 19 23:07:34 2010
New Revision: 925472
URL: http://svn.apache.org/viewvc?rev=925472&view=rev
Log:
Upgrade to commons-sandbox-parent-8
Modified:
commons/sandbox/avalon-cli/trunk/pom.xml
commons/sandbox/cli2/trunk/pom.xml
commons/sandbox/csv/trunk/pom.xml
commons/sandbox/finder/trunk/pom.xml
commons/sandbox/flatfile/trunk/pom.xml
commons/sandbox/functor/trunk/pom.xml
commons/sandbox/i18n/trunk/pom.xml
commons/sandbox/id/trunk/pom.xml
commons/sandbox/javaflow/trunk/pom.xml
commons/sandbox/jnet/trunk/pom.xml
commons/sandbox/js2j/trunk/pom.xml
commons/sandbox/money/trunk/pom.xml
commons/sandbox/monitoring/trunk/pom.xml
commons/sandbox/nabla/trunk/pom.xml
commons/sandbox/openpgp/trunk/pom.xml
commons/sandbox/performance/trunk/pom.xml
commons/sandbox/pipeline/trunk/pom.xml
commons/sandbox/resources/trunk/pom.xml
commons/sandbox/runtime/trunk/pom.xml
commons/sandbox/validator2/trunk/pom.xml
commons/sandbox/xml/trunk/pom.xml
Modified: commons/sandbox/avalon-cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/avalon-cli/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/avalon-cli/trunk/pom.xml (original)
+++ commons/sandbox/avalon-cli/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -21,8 +21,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>1</version>
+ <artifactId>commons-sandbox-parent</artifactId>
+ <version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-cli-avalon</groupId>
Modified: commons/sandbox/cli2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/cli2/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/cli2/trunk/pom.xml (original)
+++ commons/sandbox/cli2/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -18,8 +18,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>11</version>
+ <artifactId>commons-sandbox-parent</artifactId>
+ <version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: commons/sandbox/csv/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/pom.xml (original)
+++ commons/sandbox/csv/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-csv</artifactId>
Modified: commons/sandbox/finder/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/finder/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/finder/trunk/pom.xml (original)
+++ commons/sandbox/finder/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-finder</artifactId>
Modified: commons/sandbox/flatfile/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/flatfile/trunk/pom.xml (original)
+++ commons/sandbox/flatfile/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-flatfile</artifactId>
<version>1.0-SNAPSHOT</version>
Modified: commons/sandbox/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: commons/sandbox/i18n/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/i18n/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/i18n/trunk/pom.xml (original)
+++ commons/sandbox/i18n/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-i18n</artifactId>
<version>1.0-SNAPSHOT</version>
Modified: commons/sandbox/id/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/id/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/id/trunk/pom.xml (original)
+++ commons/sandbox/id/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-id</artifactId>
<version>1.0-SNAPSHOT</version>
Modified: commons/sandbox/javaflow/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/javaflow/trunk/pom.xml (original)
+++ commons/sandbox/javaflow/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -8,7 +8,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>javaflow</artifactId>
Modified: commons/sandbox/jnet/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/jnet/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/jnet/trunk/pom.xml (original)
+++ commons/sandbox/jnet/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Commons JNet</name>
Modified: commons/sandbox/js2j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/js2j/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/js2j/trunk/pom.xml (original)
+++ commons/sandbox/js2j/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-js2j</artifactId>
Modified: commons/sandbox/money/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/money/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/money/trunk/pom.xml (original)
+++ commons/sandbox/money/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-money</artifactId>
Modified: commons/sandbox/monitoring/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<groupId>org.apache.commons.monitoring</groupId>
<artifactId>commons-monitoring-parent</artifactId>
Modified: commons/sandbox/nabla/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/pom.xml (original)
+++ commons/sandbox/nabla/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-nabla</artifactId>
Modified: commons/sandbox/openpgp/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/openpgp/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/openpgp/trunk/pom.xml (original)
+++ commons/sandbox/openpgp/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-openpgp</artifactId>
<version>1.0-SNAPSHOT</version>
Modified: commons/sandbox/performance/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>performance</artifactId>
Modified: commons/sandbox/pipeline/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/pipeline/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/pipeline/trunk/pom.xml (original)
+++ commons/sandbox/pipeline/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-pipeline</artifactId>
<version>1.0-SNAPSHOT</version>
Modified: commons/sandbox/resources/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/pom.xml (original)
+++ commons/sandbox/resources/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -21,8 +21,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>11</version>
+ <artifactId>commons-sandbox-parent</artifactId>
+ <version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: commons/sandbox/runtime/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/pom.xml (original)
+++ commons/sandbox/runtime/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-runtime</artifactId>
Modified: commons/sandbox/validator2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/validator2/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/validator2/trunk/pom.xml (original)
+++ commons/sandbox/validator2/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -21,8 +21,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>11</version>
+ <artifactId>commons-sandbox-parent</artifactId>
+ <version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-validator</groupId>
Modified: commons/sandbox/xml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/xml/trunk/pom.xml?rev=925472&r1=925471&r2=925472&view=diff
==============================================================================
--- commons/sandbox/xml/trunk/pom.xml (original)
+++ commons/sandbox/xml/trunk/pom.xml Fri Mar 19 23:07:34 2010
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<artifactId>commons-xml</artifactId>