You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2011/12/17 14:00:59 UTC

svn commit: r1215481 - /felix/trunk/webconsole/pom.xml

Author: fmeschbe
Date: Sat Dec 17 13:00:58 2011
New Revision: 1215481

URL: http://svn.apache.org/viewvc?rev=1215481&view=rev
Log:
Use FileUpload 1.2.1 which is the first FileUpload library release with an OSGi bundle manifest and thus export package header setting version numbers on exports

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=1215481&r1=1215480&r2=1215481&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Sat Dec 17 13:00:58 2011
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.1.1</version>
+            <version>1.2.1</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>