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/08/13 14:49:52 UTC

svn commit: r1695701 - /felix/trunk/webconsole-plugins/script-console/pom.xml

Author: cziegeler
Date: Thu Aug 13 12:49:52 2015
New Revision: 1695701

URL: http://svn.apache.org/r1695701
Log:
Switch to new parent pom 3

Modified:
    felix/trunk/webconsole-plugins/script-console/pom.xml

Modified: felix/trunk/webconsole-plugins/script-console/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/script-console/pom.xml?rev=1695701&r1=1695700&r2=1695701&view=diff
==============================================================================
--- felix/trunk/webconsole-plugins/script-console/pom.xml (original)
+++ felix/trunk/webconsole-plugins/script-console/pom.xml Thu Aug 13 12:49:52 2015
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
-    <version>2.1</version>
+    <version>3</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 
@@ -44,6 +44,7 @@
     <bundle.file.name>
       ${bundle.build.name}/${project.build.finalName}.jar
     </bundle.file.name>
+    <felix.java.version>6</felix.java.version>
   </properties>
 
   <scm>
@@ -57,17 +58,9 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.3.7</version>
+        <version>2.5.3</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
@@ -153,7 +146,7 @@
       <plugin>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>exam-maven-plugin</artifactId>
-        <version>3.0.3</version>
+        <version>4.5.0</version>
         <configuration>
           <configClass>org.apache.felix.webconsole.plugins.scriptconsole.integration.ServerConfiguration</configClass>
         </configuration>
@@ -325,6 +318,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.7</version>
             <executions>
               <execution>
                 <id>scr-file-create</id>