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 2011/03/28 22:11:36 UTC

svn commit: r1086379 - in /felix/trunk/framework.security: doc/changelog.txt pom.xml

Author: pauls
Date: Mon Mar 28 20:11:35 2011
New Revision: 1086379

URL: http://svn.apache.org/viewvc?rev=1086379&view=rev
Log:
Prepare for release.

Modified:
    felix/trunk/framework.security/doc/changelog.txt
    felix/trunk/framework.security/pom.xml

Modified: felix/trunk/framework.security/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/doc/changelog.txt?rev=1086379&r1=1086378&r2=1086379&view=diff
==============================================================================
--- felix/trunk/framework.security/doc/changelog.txt (original)
+++ felix/trunk/framework.security/doc/changelog.txt Mon Mar 28 20:11:35 2011
@@ -1,3 +1,9 @@
+Changes from 1.4.1 to 1.4.2
+---------------------------
+
+** Improvement
+    * Update to latest framework version 3.2.0
+
 Changes from 1.4.0 to 1.4.1
 ---------------------------
 

Modified: felix/trunk/framework.security/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=1086379&r1=1086378&r2=1086379&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Mon Mar 28 20:11:35 2011
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>3.1.0-SNAPSHOT</version>
+      <version>3.2.0</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>