You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2017/08/18 21:14:17 UTC

[1/2] karaf git commit: Remove lifecycle ignore as the current plugin version should be integrated with eclipse

Repository: karaf
Updated Branches:
  refs/heads/master 8f94e291d -> 658ee488f


Remove lifecycle ignore as the current plugin version should be integrated with eclipse


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ebf22fb3
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/ebf22fb3
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/ebf22fb3

Branch: refs/heads/master
Commit: ebf22fb3a56c2b367ef34bda31e3ff39309b7b2d
Parents: 8f94e29
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Aug 18 23:12:58 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Fri Aug 18 23:13:51 2017 +0200

----------------------------------------------------------------------
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ebf22fb3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ff6755..45271e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2015,19 +2015,6 @@
                                         <ignore />
                                     </action>
                                 </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.servicemix.tooling</groupId>
-                                        <artifactId>depends-maven-plugin</artifactId>
-                                        <versionRange>[0,)</versionRange>
-                                        <goals>
-                                            <goal>generate-depends-file</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
                             </pluginExecutions>
                         </lifecycleMappingMetadata>
                     </configuration>


[2/2] karaf git commit: Update assembly, dependency and war plugins

Posted by cs...@apache.org.
Update assembly, dependency and war plugins


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/658ee488
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/658ee488
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/658ee488

Branch: refs/heads/master
Commit: 658ee488febb5d2fc5bbfa7402c49e87d4078699
Parents: ebf22fb
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Aug 18 23:07:02 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Fri Aug 18 23:14:05 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/658ee488/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45271e1..d23cc25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1890,7 +1890,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -1933,7 +1933,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.0.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
@@ -1948,7 +1948,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.karaf.tooling</groupId>