Author: srs
Date: Wed Sep 30 21:50:56 2009
New Revision: 820465

URL: http://svn.apache.org/viewvc?rev=820465&view=rev
Log:
Rolled back the version to 2.0.0-SNAPSHOT

Modified:
    felix/trunk/http/api/pom.xml
    felix/trunk/http/base/pom.xml
    felix/trunk/http/bridge/pom.xml
    felix/trunk/http/bundle/pom.xml
    felix/trunk/http/jetty/pom.xml
    felix/trunk/http/pom.xml
    felix/trunk/http/proxy/pom.xml
    felix/trunk/http/samples/bridge/pom.xml
    felix/trunk/http/samples/filter/pom.xml
    felix/trunk/http/samples/whiteboard/pom.xml
    felix/trunk/http/whiteboard/pom.xml

Modified: felix/trunk/http/api/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/api/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/api/pom.xml (original)
+++ felix/trunk/http/api/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/base/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/base/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/base/pom.xml (original)
+++ felix/trunk/http/base/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/bridge/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/bundle/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/bundle/pom.xml (original)
+++ felix/trunk/http/bundle/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/pom.xml (original)
+++ felix/trunk/http/pom.xml Wed Sep 30 21:50:56 2009
@@ -31,12 +31,12 @@
     <artifactId>org.apache.felix.http</artifactId>
     <packaging>pom</packaging>
     <name>Apache Felix Http</name>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
 
     <prerequisites>
         <maven>2.0.7</maven>
     </prerequisites>
-�
+ï
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
@@ -134,48 +134,6 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-            <!--dependency>
-                <groupId>${pom.groupId}</groupId>
-                <artifactId>org.apache.felix.http.api</artifactId>
-                <version>${pom.version}</version>
-                <type>bundle</type>
-            </dependency>
-            <dependency>
-                <groupId>${pom.groupId}</groupId>
-                <artifactId>org.apache.felix.http.base</artifactId>
-                <version>${pom.version}</version>
-                <type>bundle</type>
-            </dependency>
-            <dependency>
-                <groupId>${pom.groupId}</groupId>
-                <artifactId>org.apache.felix.http.bridge</artifactId>
-                <version>${pom.version}</version>
-                <type>bundle</type>
-            </dependency>
-            <dependency>
-                <groupId>${pom.groupId}</groupId>
-                <artifactId>org.apache.felix.http.jetty</artifactId>
-                <version>${pom.version}</version>
-                <type>bundle</type>
-            </dependency>
-            <dependency>
-                <groupId>${pom.groupId}</groupId>
-                <artifactId>org.apache.felix.http.proxy</artifactId>
-                <version>${pom.version}</version>
-                <type>bundle</type>
-            </dependency>
-            <dependency>
-                <groupId>${pom.groupId}</groupId>
-                <artifactId>org.apache.felix.http.whiteboard</artifactId>
-                <version>${pom.version}</version>
-                <type>bundle</type>
-            </dependency>
-            <dependency>
-                <groupId>${pom.groupId}</groupId>
-                <artifactId>org.apache.felix.http.bundle</artifactId>
-                <version>${pom.version}</version>
-                <type>bundle</type>
-            </dependency-->
         </dependencies>
     </dependencyManagement>
 </project>

Modified: felix/trunk/http/proxy/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/proxy/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/proxy/pom.xml (original)
+++ felix/trunk/http/proxy/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/samples/bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/samples/bridge/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/samples/bridge/pom.xml (original)
+++ felix/trunk/http/samples/bridge/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/samples/filter/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/samples/filter/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/samples/filter/pom.xml (original)
+++ felix/trunk/http/samples/filter/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/samples/whiteboard/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/samples/whiteboard/pom.xml (original)
+++ felix/trunk/http/samples/whiteboard/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/whiteboard/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/whiteboard/pom.xml?rev=820465&r1=820464&r2=820465&view=diff
==============================================================================
--- felix/trunk/http/whiteboard/pom.xml (original)
+++ felix/trunk/http/whiteboard/pom.xml Wed Sep 30 21:50:56 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 


Reply via email to