You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/03/06 20:58:49 UTC

karaf git commit: KARAF-4387 - Upgrade to maven-eclipse-plugin 2.10

Repository: karaf
Updated Branches:
  refs/heads/master cd9ea60cc -> 1d73543f8


KARAF-4387 - Upgrade to maven-eclipse-plugin 2.10


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

Branch: refs/heads/master
Commit: 1d73543f8dab13553c7667db07d88ecc48a40b05
Parents: cd9ea60
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sun Mar 6 20:58:16 2016 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sun Mar 6 20:58:16 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/1d73543f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d04152f..0926479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1799,7 +1799,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-eclipse-plugin</artifactId>
-                    <version>2.9</version>
+                    <version>2.10</version>
                     <configuration>
                         <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
                         <downloadSources>true</downloadSources>