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:33 UTC

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

Repository: brooklyn-library
Updated Branches:
  refs/heads/0.10.0 33065bf00 -> 1a1962382


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


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

Branch: refs/heads/0.10.0
Commit: 1a1962382413b0e5adbfb52bb33968df265b35c5
Parents: 33065bf
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Mon Dec 5 09:42:23 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Mon Dec 5 09:42:23 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/1a196238/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml
index 0e2f273..ca2102d 100644
--- a/karaf/features/pom.xml
+++ b/karaf/features/pom.xml
@@ -38,7 +38,7 @@
                 <plugin>
                     <groupId>org.apache.karaf.tooling</groupId>
                     <artifactId>karaf-maven-plugin</artifactId>
-                    <version>4.0.1</version>
+                    <version>${karaf.plugin.version}</version>
                     <extensions>true</extensions>
                 </plugin>
             </plugins>