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 2010/04/11 22:58:49 UTC

svn commit: r932991 - in /felix/branches/org.apache.felix.main-2.0.5-RC: doc/changelog.txt pom.xml

Author: pauls
Date: Sun Apr 11 20:58:48 2010
New Revision: 932991

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

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

Modified: felix/branches/org.apache.felix.main-2.0.5-RC/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main-2.0.5-RC/doc/changelog.txt?rev=932991&r1=932990&r2=932991&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main-2.0.5-RC/doc/changelog.txt (original)
+++ felix/branches/org.apache.felix.main-2.0.5-RC/doc/changelog.txt Sun Apr 11 20:58:48 2010
@@ -1,3 +1,9 @@
+Changes from 2.0.4 to 2.0.5
+---------------------------
+
+** Improvement
+    * Update to latest framework version 2.0.5
+
 Changes from 2.0.3 to 2.0.4
 ---------------------------
 

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=932991&r1=932990&r2=932991&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 Sun Apr 11 20:58:48 2010
@@ -107,7 +107,7 @@
     </dependency>
   </dependencies>
   <properties>
-    <log.level>4</log.level>
+    <log.level>1</log.level>
     <dollar>$</dollar>
     <framework.version>2.0.5-SNAPSHOT</framework.version>
     <shell.version>1.4.2</shell.version>
@@ -248,11 +248,4 @@
       </resource>
     </resources> 
   </build>
-
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.4</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.4</url>
-  </scm>
 </project>