Repository: aries-rsa
Updated Branches:
  refs/heads/master 01096e58e -> 56159ea58


Upgrade maven-bundle-plugin, maven-compiler-plugin and felix


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/8172c776
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/8172c776
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/8172c776

Branch: refs/heads/master
Commit: 8172c77642beca56ff486572514816a9a9dbca57
Parents: 01096e5
Author: Christian Schneider <[email protected]>
Authored: Tue May 2 15:12:47 2017 +0200
Committer: Christian Schneider <[email protected]>
Committed: Tue May 2 15:12:47 2017 +0200

----------------------------------------------------------------------
 itests/felix/pom.xml | 4 ++--
 parent/pom.xml       | 6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8172c776/itests/felix/pom.xml
----------------------------------------------------------------------
diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml
index adf5cbe..e6c6c20 100644
--- a/itests/felix/pom.xml
+++ b/itests/felix/pom.xml
@@ -124,7 +124,7 @@
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam-container-forked</artifactId>
+            <artifactId>pax-exam-container-native</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -140,7 +140,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>5.0.1</version>
+            <version>5.6.1</version>
             <scope>test</scope>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8172c776/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1638705..cbb8538 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -184,18 +184,16 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.3.0</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.5.1</version>
+                    <version>3.6.1</version>
                     <configuration>
                         <source>1.7</source>
                         <target>1.7</target>
-                        <maxmem>256M</maxmem>
-                        <fork>false</fork>
                     </configuration>
                 </plugin>
                 <plugin>

Reply via email to