You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/03/01 13:18:43 UTC

svn commit: r1663091 - /felix/trunk/http/jetty/pom.xml

Author: cziegeler
Date: Sun Mar  1 12:18:42 2015
New Revision: 1663091

URL: http://svn.apache.org/r1663091
Log:
FELIX-4814 : Update to latest Jetty version

Modified:
    felix/trunk/http/jetty/pom.xml

Modified: felix/trunk/http/jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1663091&r1=1663090&r2=1663091&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Sun Mar  1 12:18:42 2015
@@ -74,6 +74,8 @@
                             *
                         </Import-Package>
                     </instructions>
+                <!-- Skip Baselining due to Jetty API -->
+	                <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>