You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2009/02/07 12:32:03 UTC

svn commit: r741877 - /felix/sandbox/fmeschbe/scr/pom.xml

Author: fmeschbe
Date: Sat Feb  7 11:32:03 2009
New Revision: 741877

URL: http://svn.apache.org/viewvc?rev=741877&view=rev
Log:
Raise version number and mark as rfc134 SNAPSHOT

Modified:
    felix/sandbox/fmeschbe/scr/pom.xml

Modified: felix/sandbox/fmeschbe/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/fmeschbe/scr/pom.xml?rev=741877&r1=741876&r2=741877&view=diff
==============================================================================
--- felix/sandbox/fmeschbe/scr/pom.xml (original)
+++ felix/sandbox/fmeschbe/scr/pom.xml Sat Feb  7 11:32:03 2009
@@ -28,9 +28,11 @@
     <name>Apache Felix Declarative Services</name>
     <description>
         Implementation of the Declarative Services specification 1.0
+        with changes from RFC 134 (OSGi R4.2 draft 2). This is
+        work in progress and expected to contain bugs
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.2.0-rfc134-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>${pom.groupId}</groupId>