Rolled back the version to 2.0.0-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@820465 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/pom.xml b/http/pom.xml
index 64f25f0..a3ce646 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -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>