You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2007/08/26 18:08:29 UTC

svn commit: r569829 - in /felix/trunk/commons: activation/ antlr/ aopalliance/ avalon-framework/ cglib/ commons-attributes-api/ commons-attributes-compiler/ commons-beanutils/ commons-codec/ commons-collections/ commons-configuration/ commons-digester/...

Author: cziegeler
Date: Sun Aug 26 09:08:27 2007
New Revision: 569829

URL: http://svn.apache.org/viewvc?rev=569829&view=rev
Log:
As 1.0.0 of the parent pom is not released yet, it's better to use latest version from svn for now.

Modified:
    felix/trunk/commons/activation/pom.xml
    felix/trunk/commons/antlr/pom.xml
    felix/trunk/commons/aopalliance/pom.xml
    felix/trunk/commons/avalon-framework/pom.xml
    felix/trunk/commons/cglib/pom.xml
    felix/trunk/commons/commons-attributes-api/pom.xml
    felix/trunk/commons/commons-attributes-compiler/pom.xml
    felix/trunk/commons/commons-beanutils/pom.xml
    felix/trunk/commons/commons-codec/pom.xml
    felix/trunk/commons/commons-collections/pom.xml
    felix/trunk/commons/commons-configuration/pom.xml
    felix/trunk/commons/commons-digester/pom.xml
    felix/trunk/commons/commons-el/pom.xml
    felix/trunk/commons/commons-email/pom.xml
    felix/trunk/commons/commons-fileupload/pom.xml
    felix/trunk/commons/commons-httpclient/pom.xml
    felix/trunk/commons/commons-io/pom.xml
    felix/trunk/commons/commons-jxpath/pom.xml
    felix/trunk/commons/commons-lang/pom.xml
    felix/trunk/commons/commons-logging/pom.xml
    felix/trunk/commons/commons-validator/pom.xml
    felix/trunk/commons/dom4j/pom.xml
    felix/trunk/commons/ehcache/pom.xml
    felix/trunk/commons/hibernate/pom.xml
    felix/trunk/commons/hsqldb/pom.xml
    felix/trunk/commons/jms/pom.xml
    felix/trunk/commons/jmxtools/pom.xml
    felix/trunk/commons/jstl/pom.xml
    felix/trunk/commons/jta/pom.xml
    felix/trunk/commons/jzlib/pom.xml
    felix/trunk/commons/log4j/pom.xml
    felix/trunk/commons/logkit/pom.xml
    felix/trunk/commons/mail/pom.xml
    felix/trunk/commons/poi-full/pom.xml
    felix/trunk/commons/poi/pom.xml
    felix/trunk/commons/portlet-api/pom.xml
    felix/trunk/commons/servlet-api/pom.xml
    felix/trunk/commons/xercesImpl/pom.xml
    felix/trunk/commons/xml-apis/pom.xml
    felix/trunk/commons/xml-resolver/pom.xml

Modified: felix/trunk/commons/activation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/activation/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/activation/pom.xml (original)
+++ felix/trunk/commons/activation/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/antlr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/antlr/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/antlr/pom.xml (original)
+++ felix/trunk/commons/antlr/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/aopalliance/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/aopalliance/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/aopalliance/pom.xml (original)
+++ felix/trunk/commons/aopalliance/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/avalon-framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/avalon-framework/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/avalon-framework/pom.xml (original)
+++ felix/trunk/commons/avalon-framework/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/cglib/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/cglib/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/cglib/pom.xml (original)
+++ felix/trunk/commons/cglib/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-attributes-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-attributes-api/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-attributes-api/pom.xml (original)
+++ felix/trunk/commons/commons-attributes-api/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-attributes-compiler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-attributes-compiler/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-attributes-compiler/pom.xml (original)
+++ felix/trunk/commons/commons-attributes-compiler/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-beanutils/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-beanutils/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-beanutils/pom.xml (original)
+++ felix/trunk/commons/commons-beanutils/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-codec/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-codec/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-codec/pom.xml (original)
+++ felix/trunk/commons/commons-codec/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-collections/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-collections/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-collections/pom.xml (original)
+++ felix/trunk/commons/commons-collections/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-configuration/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-configuration/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-configuration/pom.xml (original)
+++ felix/trunk/commons/commons-configuration/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-digester/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-digester/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-digester/pom.xml (original)
+++ felix/trunk/commons/commons-digester/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-el/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-el/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-el/pom.xml (original)
+++ felix/trunk/commons/commons-el/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-email/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-email/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-email/pom.xml (original)
+++ felix/trunk/commons/commons-email/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-fileupload/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-fileupload/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-fileupload/pom.xml (original)
+++ felix/trunk/commons/commons-fileupload/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-httpclient/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-httpclient/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-httpclient/pom.xml (original)
+++ felix/trunk/commons/commons-httpclient/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-io/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-io/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-io/pom.xml (original)
+++ felix/trunk/commons/commons-io/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-jxpath/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-jxpath/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-jxpath/pom.xml (original)
+++ felix/trunk/commons/commons-jxpath/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-lang/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-lang/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-lang/pom.xml (original)
+++ felix/trunk/commons/commons-lang/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-logging/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-logging/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-logging/pom.xml (original)
+++ felix/trunk/commons/commons-logging/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/commons-validator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-validator/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/commons-validator/pom.xml (original)
+++ felix/trunk/commons/commons-validator/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
   <properties>

Modified: felix/trunk/commons/dom4j/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/dom4j/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/dom4j/pom.xml (original)
+++ felix/trunk/commons/dom4j/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/ehcache/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/ehcache/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/ehcache/pom.xml (original)
+++ felix/trunk/commons/ehcache/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/hibernate/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/hibernate/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/hibernate/pom.xml (original)
+++ felix/trunk/commons/hibernate/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/hsqldb/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/hsqldb/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/hsqldb/pom.xml (original)
+++ felix/trunk/commons/hsqldb/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/jms/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jms/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/jms/pom.xml (original)
+++ felix/trunk/commons/jms/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/jmxtools/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jmxtools/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/jmxtools/pom.xml (original)
+++ felix/trunk/commons/jmxtools/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/jstl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jstl/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/jstl/pom.xml (original)
+++ felix/trunk/commons/jstl/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/jta/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jta/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/jta/pom.xml (original)
+++ felix/trunk/commons/jta/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/jzlib/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jzlib/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/jzlib/pom.xml (original)
+++ felix/trunk/commons/jzlib/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/log4j/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/log4j/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/log4j/pom.xml (original)
+++ felix/trunk/commons/log4j/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/logkit/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/logkit/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/logkit/pom.xml (original)
+++ felix/trunk/commons/logkit/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/mail/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/mail/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/mail/pom.xml (original)
+++ felix/trunk/commons/mail/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/poi-full/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/poi-full/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/poi-full/pom.xml (original)
+++ felix/trunk/commons/poi-full/pom.xml Sun Aug 26 09:08:27 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/poi/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/poi/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/poi/pom.xml (original)
+++ felix/trunk/commons/poi/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
   <properties>

Modified: felix/trunk/commons/portlet-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/portlet-api/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/portlet-api/pom.xml (original)
+++ felix/trunk/commons/portlet-api/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/servlet-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/servlet-api/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/servlet-api/pom.xml (original)
+++ felix/trunk/commons/servlet-api/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/xercesImpl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/xercesImpl/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/xercesImpl/pom.xml (original)
+++ felix/trunk/commons/xercesImpl/pom.xml Sun Aug 26 09:08:27 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>

Modified: felix/trunk/commons/xml-apis/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/xml-apis/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/xml-apis/pom.xml (original)
+++ felix/trunk/commons/xml-apis/pom.xml Sun Aug 26 09:08:27 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     

Modified: felix/trunk/commons/xml-resolver/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/xml-resolver/pom.xml?rev=569829&r1=569828&r2=569829&view=diff
==============================================================================
--- felix/trunk/commons/xml-resolver/pom.xml (original)
+++ felix/trunk/commons/xml-resolver/pom.xml Sun Aug 26 09:08:27 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.felix.commons</groupId>
         <artifactId>commons-build</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom</relativePath>
     </parent>
     <properties>