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 2009/02/18 22:42:43 UTC

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

Author: pauls
Date: Wed Feb 18 21:42:43 2009
New Revision: 745669

URL: http://svn.apache.org/viewvc?rev=745669&view=rev
Log:
Change the dependency on framework to target version 1.4.1 since we need to port it to the current trunk first.

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=745669&r1=745668&r2=745669&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Wed Feb 18 21:42:43 2009
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.4.1</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>