You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/12/05 07:42:08 UTC

brooklyn-server git commit: Upgrade karaf-maven-plugin to avoid double User-Agent bug

Repository: brooklyn-server
Updated Branches:
  refs/heads/0.10.0 cdaa95270 -> 635068a69


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/635068a6
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/635068a6
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/635068a6

Branch: refs/heads/0.10.0
Commit: 635068a6985edf2e5dfbb9598d8dde2890c32ad3
Parents: cdaa952
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Mon Dec 5 09:41:16 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Mon Dec 5 09:41:16 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/635068a6/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml
index fab7009..1b38bb4 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/635068a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ffb35f..5c9ad34 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>