You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2013/12/04 12:41:13 UTC

svn commit: r1547770 - /felix/trunk/fileinstall/pom.xml

Author: gnodet
Date: Wed Dec  4 11:41:13 2013
New Revision: 1547770

URL: http://svn.apache.org/r1547770
Log:
[FELIX-4338] Incorrect overwriting of properties that have not been changed

Fixed by incorporating FELIX-4342

Modified:
    felix/trunk/fileinstall/pom.xml

Modified: felix/trunk/fileinstall/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=1547770&r1=1547769&r2=1547770&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Wed Dec  4 11:41:13 2013
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.utils</artifactId>
-      <version>1.2.0</version>
+      <version>1.5.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
       <!-- sources -->