You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/09 15:21:51 UTC

svn commit: r635244 - in /commons/proper: beanutils/trunk/ betwixt/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ configuration/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/trunk/ discovery/trunk/ el/trunk/ email/trunk/ file...

Author: niallp
Date: Sun Mar  9 07:21:48 2008
New Revision: 635244

URL: http://svn.apache.org/viewvc?rev=635244&view=rev
Log:
Upgrade to version 9 of commons-parent

Modified:
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/betwixt/trunk/pom.xml
    commons/proper/chain/trunk/pom.xml
    commons/proper/cli/trunk/pom.xml
    commons/proper/codec/trunk/pom.xml
    commons/proper/collections/trunk/pom.xml
    commons/proper/configuration/trunk/pom.xml
    commons/proper/daemon/trunk/pom.xml
    commons/proper/dbcp/trunk/pom.xml
    commons/proper/dbutils/trunk/pom.xml
    commons/proper/digester/trunk/pom.xml
    commons/proper/discovery/trunk/pom.xml
    commons/proper/el/trunk/pom.xml
    commons/proper/email/trunk/pom.xml
    commons/proper/fileupload/trunk/pom.xml
    commons/proper/io/trunk/pom.xml
    commons/proper/jci/trunk/compilers/eclipse/pom.xml
    commons/proper/jci/trunk/compilers/groovy/pom.xml
    commons/proper/jci/trunk/compilers/janino/pom.xml
    commons/proper/jci/trunk/compilers/javac/pom.xml
    commons/proper/jci/trunk/compilers/jsr199/pom.xml
    commons/proper/jci/trunk/compilers/rhino/pom.xml
    commons/proper/jci/trunk/core/pom.xml
    commons/proper/jci/trunk/examples/pom.xml
    commons/proper/jci/trunk/fam/pom.xml
    commons/proper/jci/trunk/pom.xml
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jxpath/trunk/pom.xml
    commons/proper/lang/trunk/pom.xml
    commons/proper/launcher/trunk/pom.xml
    commons/proper/logging/trunk/pom.xml
    commons/proper/math/trunk/pom.xml
    commons/proper/modeler/trunk/pom.xml
    commons/proper/net/trunk/pom.xml
    commons/proper/pool/trunk/pom.xml
    commons/proper/primitives/trunk/pom.xml
    commons/proper/proxy/trunk/pom.xml
    commons/proper/scxml/trunk/pom.xml
    commons/proper/transaction/trunk/pom.xml
    commons/proper/validator/trunk/pom.xml
    commons/proper/vfs/trunk/core/pom.xml
    commons/proper/vfs/trunk/examples/pom.xml
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/sandbox/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
   <version>1.8.0-SNAPSHOT</version>
@@ -243,6 +242,10 @@
         <commons.binary.suffix></commons.binary.suffix>
         <commons.jira.id>BEANUTILS</commons.jira.id>
         <commons.jira.pid>12310460</commons.jira.pid>
+        <commons.osgi.export>
+             !org.apache.commons.collections,
+              org.apache.commons.beanutils.*;version=${pom.version}
+        </commons.osgi.export>
     </properties> 
 
     <reporting>

Modified: commons/proper/betwixt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/betwixt/trunk/pom.xml (original)
+++ commons/proper/betwixt/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-betwixt</groupId>
   <artifactId>commons-betwixt</artifactId>
   <version>0.9-SNAPSHOT</version>

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -21,10 +21,9 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <packaging>bundle</packaging>
     <groupId>commons-chain</groupId>
     <artifactId>commons-chain</artifactId>
     <version>1.2-SNAPSHOT</version>
@@ -91,6 +90,8 @@
         <commons.binary.suffix></commons.binary.suffix>
         <commons.jira.id>CHAIN</commons.jira.id>
         <commons.jira.pid>12310462</commons.jira.pid>
+        <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
+        <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
     </properties> 
   
     <build>

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
   <version>2.0-SNAPSHOT</version>

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <version>1.4-SNAPSHOT</version>

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-collections</groupId>
   <artifactId>commons-collections</artifactId>
   <version>3.3-SNAPSHOT</version>

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -25,10 +25,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
   <version>1.6-SNAPSHOT</version>

Modified: commons/proper/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
   <version>1.0.2-SNAPSHOT</version>

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-dbcp</groupId>
   <artifactId>commons-dbcp</artifactId>
   <version>1.3-SNAPSHOT</version>

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml (original)
+++ commons/proper/dbutils/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-dbutils</groupId>
   <artifactId>commons-dbutils</artifactId>
   <version>1.2-SNAPSHOT</version>

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -29,10 +29,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-digester</groupId>
   <artifactId>commons-digester</artifactId>
   <name>Commons Digester</name>

Modified: commons/proper/discovery/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-discovery</groupId>
   <artifactId>commons-discovery</artifactId>
   <version>0.5-SNAPSHOT</version>

Modified: commons/proper/el/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/el/trunk/pom.xml (original)
+++ commons/proper/el/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,12 +22,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <name>Commons EL</name>
-  <packaging>bundle</packaging>
   <groupId>commons-el</groupId>
   <artifactId>commons-el</artifactId>
   <version>1.0.1-SNAPSHOT</version>

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <packaging>bundle</packaging>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-email</artifactId>
     <version>1.2-SNAPSHOT</version>

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>org.apache.commons.fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
   <version>1.2.2-SNAPSHOT</version>
@@ -133,30 +132,16 @@
     <maven.compile.target>1.3</maven.compile.target>
     <commons.componentid>fileupload</commons.componentid>
     <commons.release.version>1.2.1</commons.release.version>
-    <commons.binary.suffix>-bin</commons.binary.suffix>
     <commons.jira.id>FILEUPLOAD</commons.jira.id>
     <commons.jira.pid>12310476</commons.jira.pid>
+    <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
+    <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
   </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
     <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <excludeDependencies>true</excludeDependencies>
-            <instructions>
-              <!--
-                produced WARNING: "Warning building bundle ... Did not find matching referal for !javax.portlet
-              -->
-              <Import-Package>!javax.portlet,*</Import-Package>
-              <DynamicImport-Package>javax.portlet</DynamicImport-Package>
-            </instructions>
-          </configuration>
-        </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -19,10 +19,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>1.5-SNAPSHOT</version>
@@ -213,7 +212,6 @@
     <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>io</commons.componentid>
     <commons.release.version>1.4</commons.release.version>
-    <commons.binary.suffix>-bin</commons.binary.suffix>
     <commons.jira.id>IO</commons.jira.id>
     <commons.jira.pid>12310477</commons.jira.pid>
   </properties> 

Modified: commons/proper/jci/trunk/compilers/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/eclipse/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/eclipse/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/eclipse/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-eclipse</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-eclipse</name>

Modified: commons/proper/jci/trunk/compilers/groovy/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/groovy/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/groovy/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/groovy/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-groovy</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-groovy</name>

Modified: commons/proper/jci/trunk/compilers/janino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/janino/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/janino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/janino/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-janino</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-janino</name>

Modified: commons/proper/jci/trunk/compilers/javac/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/javac/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/javac/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/javac/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-javac</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-javac</name>

Modified: commons/proper/jci/trunk/compilers/jsr199/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/jsr199/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/jsr199/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/jsr199/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-jsr166</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-jsr166</name>

Modified: commons/proper/jci/trunk/compilers/rhino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/rhino/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-rhino</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-rhino</name>

Modified: commons/proper/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-core</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>core</name>

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-examples</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>examples</name>

Modified: commons/proper/jci/trunk/fam/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/fam/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/fam/pom.xml (original)
+++ commons/proper/jci/trunk/fam/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,7 +23,6 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>bundle</packaging>
     <artifactId>commons-jci-fam</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>fam</name>

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <packaging>pom</packaging>
     <groupId>org.apache.commons</groupId>
@@ -288,7 +288,6 @@
         <maven.compile.target>1.4</maven.compile.target>
         <commons.componentid>jci</commons.componentid>
         <commons.release.version>1.0</commons.release.version>
-        <commons.binary.suffix>-bin</commons.binary.suffix>
         <commons.jira.id>JCI</commons.jira.id>
         <commons.jira.pid>12310650</commons.jira.pid>
         <commons.deployment.protocol>scpexe</commons.deployment.protocol>

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-jexl</groupId>
   <artifactId>commons-jexl</artifactId>
   <version>1.1.1-SNAPSHOT</version>

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-jxpath</groupId>
   <artifactId>commons-jxpath</artifactId>
   <name>Commons JXPath</name>

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
   <version>2.4-SNAPSHOT</version>

Modified: commons/proper/launcher/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/launcher/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/launcher/trunk/pom.xml (original)
+++ commons/proper/launcher/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-launcher</groupId>
   <artifactId>commons-launcher</artifactId>
   <version>1.2-SNAPSHOT</version>

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-logging</groupId>

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-math</groupId>
   <artifactId>commons-math</artifactId>
   <version>1.3-SNAPSHOT</version>

Modified: commons/proper/modeler/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/modeler/trunk/pom.xml (original)
+++ commons/proper/modeler/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-modeler</groupId>
   <artifactId>commons-modeler</artifactId>
   <version>2.1-SNAPSHOT</version>

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <packaging>bundle</packaging>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
     <version>1.5.0-SNAPSHOT</version>

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
   <version>1.5-SNAPSHOT</version>

Modified: commons/proper/primitives/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/primitives/trunk/pom.xml (original)
+++ commons/proper/primitives/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-primitives</groupId>
   <artifactId>commons-primitives</artifactId>
   <version>1.1-SNAPSHOT</version>

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -23,11 +23,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <artifactId>commons-proxy</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <packaging>bundle</packaging>
     <name>Commons Proxy</name>
     <description>Java library for dynamic proxying</description>
     <url>http://commons.apache.org/proxy/</url>

Modified: commons/proper/scxml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,11 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <name>Commons SCXML</name>
   <groupId>commons-scxml</groupId>
   <artifactId>commons-scxml</artifactId>

Modified: commons/proper/transaction/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/transaction/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/transaction/trunk/pom.xml (original)
+++ commons/proper/transaction/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
   <groupId>commons-transaction</groupId>
   <artifactId>commons-transaction</artifactId>
   <version>1.3-SNAPSHOT</version>

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,10 +22,9 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <packaging>bundle</packaging>
     <groupId>commons-validator</groupId>
     <artifactId>commons-validator</artifactId>
     <version>1.4-SNAPSHOT</version>

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Sun Mar  9 07:21:48 2008
@@ -21,7 +21,6 @@
 		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
-	<packaging>bundle</packaging>
 
 	<name>Commons VFS Core</name>
 	<groupId>org.apache.commons</groupId>

Modified: commons/proper/vfs/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/pom.xml (original)
+++ commons/proper/vfs/trunk/examples/pom.xml Sun Mar  9 07:21:48 2008
@@ -21,7 +21,6 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
 
   <name>Commons VFS Examples</name>
   <groupId>org.apache.commons</groupId>

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Mar  9 07:21:48 2008
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>8</version>
+    <version>9</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: commons/proper/vfs/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=635244&r1=635243&r2=635244&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/sandbox/pom.xml Sun Mar  9 07:21:48 2008
@@ -21,7 +21,6 @@
 		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
-	<packaging>bundle</packaging>
 
 	<name>Commons VFS Sandbox</name>
 	<groupId>org.apache.commons</groupId>