You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/04/18 20:14:41 UTC

svn commit: r1327603 - /servicemix/smx4/bundles/trunk/jasper-5.5.23/pom.xml

Author: jbonofre
Date: Wed Apr 18 18:14:41 2012
New Revision: 1327603

URL: http://svn.apache.org/viewvc?rev=1327603&view=rev
Log:
[SMX4-1119] Fix warning messages in jasper 5.5.23 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/jasper-5.5.23/pom.xml

Modified: servicemix/smx4/bundles/trunk/jasper-5.5.23/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasper-5.5.23/pom.xml?rev=1327603&r1=1327602&r2=1327603&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasper-5.5.23/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasper-5.5.23/pom.xml Wed Apr 18 18:14:41 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -46,8 +46,7 @@
             javax*;resolution:=optional,
             javax.servlet.jsp.resources;resolution:=optional,
             org.apache*;resolution:=optional,
-            org.eclipse.jdt*;resolution:=optional,
-            *
+            org.eclipse.jdt*;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 
@@ -104,4 +103,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>