You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2008/08/13 01:05:58 UTC

svn commit: r685364 - /felix/trunk/framework.security/pom.xml

Author: pauls
Date: Tue Aug 12 16:05:57 2008
New Revision: 685364

URL: http://svn.apache.org/viewvc?rev=685364&view=rev
Log:
Change dependency to be on Felix 1.0.4 for now because we made some api changes that still need to be ported to this extension.

Modified:
    felix/trunk/framework.security/pom.xml

Modified: felix/trunk/framework.security/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=685364&r1=685363&r2=685364&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Tue Aug 12 16:05:57 2008
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.4</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>