You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/04/01 16:00:22 UTC

svn commit: r929976 - /felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml

Author: rickhall
Date: Thu Apr  1 14:00:22 2010
New Revision: 929976

URL: http://svn.apache.org/viewvc?rev=929976&view=rev
Log:
Update version number to 2.0.5-SNAPSHOT.

Modified:
    felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml

Modified: felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml?rev=929976&r1=929975&r2=929976&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml (original)
+++ felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml Thu Apr  1 14:00:22 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>2.0.4</version>
+  <version>2.0.5-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -109,7 +109,7 @@
   <properties>
     <log.level>4</log.level>
     <dollar>$</dollar>
-    <framework.version>2.0.4</framework.version>
+    <framework.version>2.0.5-SNAPSHOT</framework.version>
     <shell.version>1.4.2</shell.version>
     <shell.tui.version>1.4.1</shell.tui.version>
     <obr.version>1.4.3</obr.version>