Author: bayard
Date: Sun Nov 12 20:49:07 2006
New Revision: 474146
URL: http://svn.apache.org/viewvc?view=rev&rev=474146
Log:
Hooking to the newly released v1 commons-parent pom
Modified:
jakarta/commons/proper/beanutils/trunk/pom.xml
jakarta/commons/proper/cli/trunk/pom.xml
jakarta/commons/proper/dbutils/trunk/pom.xml
jakarta/commons/proper/digester/trunk/pom.xml
jakarta/commons/proper/fileupload/trunk/pom.xml
jakarta/commons/proper/io/trunk/pom.xml
jakarta/commons/proper/lang/trunk/pom.xml
jakarta/commons/proper/logging/trunk/pom.xml
jakarta/commons/proper/scxml/trunk/pom.xml
jakarta/commons/proper/vfs/trunk/pom.xml
Modified: jakarta/commons/proper/beanutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/pom.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: jakarta/commons/proper/cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/cli/trunk/pom.xml (original)
+++ jakarta/commons/proper/cli/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: jakarta/commons/proper/dbutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/dbutils/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/dbutils/trunk/pom.xml (original)
+++ jakarta/commons/proper/dbutils/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: jakarta/commons/proper/digester/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/digester/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/digester/trunk/pom.xml (original)
+++ jakarta/commons/proper/digester/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: jakarta/commons/proper/fileupload/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/pom.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: jakarta/commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/io/trunk/pom.xml (original)
+++ jakarta/commons/proper/io/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: jakarta/commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/lang/trunk/pom.xml (original)
+++ jakarta/commons/proper/lang/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
Modified: jakarta/commons/proper/logging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/logging/trunk/pom.xml (original)
+++ jakarta/commons/proper/logging/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
Modified: jakarta/commons/proper/scxml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/scxml/trunk/pom.xml (original)
+++ jakarta/commons/proper/scxml/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jakarta/commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/pom.xml?view=diff&rev=474146&r1=474145&r2=474146
==============================================================================
--- jakarta/commons/proper/vfs/trunk/pom.xml (original)
+++ jakarta/commons/proper/vfs/trunk/pom.xml Sun Nov 12 20:49:07 2006
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]