Repository: brooklyn-server
Updated Branches:
  refs/heads/master 9f8a3aae0 -> b765795e7


Upgrade karaf-maven-plugin to avoid double User-Agent bug


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4baed1a5
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/4baed1a5
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/4baed1a5

Branch: refs/heads/master
Commit: 4baed1a578ef418231d6ee14f9300a65d60c3565
Parents: 7941682
Author: Svetoslav Neykov <[email protected]>
Authored: Mon Dec 5 09:41:16 2016 +0200
Committer: Svetoslav Neykov <[email protected]>
Committed: Mon Dec 5 15:58:25 2016 +0200

----------------------------------------------------------------------
 karaf/features/pom.xml | 2 +-
 pom.xml                | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/4baed1a5/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml
index 62e3df7..f53c51d 100755
--- a/karaf/features/pom.xml
+++ b/karaf/features/pom.xml
@@ -36,7 +36,7 @@
             <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>karaf-maven-plugin</artifactId>
-                <version>${karaf.version}</version>
+                <version>${karaf.plugin.version}</version>
                 <extensions>true</extensions>
             </plugin>
         </plugins>

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/4baed1a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ca5234..f6911c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,11 @@
         <maxmind-db.version>1.2.1</maxmind-db.version>
         <winrm4j.version>0.4.0</winrm4j.version>
         <karaf.version>4.0.4</karaf.version>
+        <!--
+            Fixes double User-Agent issue leading to split Nexus repo.
+            Caused by karaf-maven-plugin depending on wagon-http 2.8 having 
the bug.
+         -->
+        <karaf.plugin.version>4.0.6</karaf.plugin.version>
         <felix-osgi-compendium.version>1.4.0</felix-osgi-compendium.version>
         <!-- Transitive dependencies, declared explicitly to avoid version 
mismatch -->
         <clojure.version>1.4.0</clojure.version>

Reply via email to