You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ha...@apache.org on 2015/12/01 04:48:35 UTC

[1/3] incubator-brooklyn git commit: [BROOKLYN-183] Bump to pax-url-2.4.3

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 591386e6d -> 347402232


[BROOKLYN-183] Bump to pax-url-2.4.3


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4498b295
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4498b295
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4498b295

Branch: refs/heads/master
Commit: 4498b295fa99a9d6b24a72e2471f2ccdb5e53bfb
Parents: aeb56fd
Author: Ciprian Ciubotariu <ch...@gmx.net>
Authored: Tue Dec 1 04:12:48 2015 +0200
Committer: Ciprian Ciubotariu <ch...@gmx.net>
Committed: Tue Dec 1 04:12:48 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4498b295/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/pom.xml b/karaf/pom.xml
index 39f360f..54d0511 100644
--- a/karaf/pom.xml
+++ b/karaf/pom.xml
@@ -39,7 +39,7 @@
 
     <!-- pax-exam -->
     <pax.exam.version>4.6.0</pax.exam.version>
-    <pax.url.version>2.4.1</pax.url.version>
+    <pax.url.version>2.4.3</pax.url.version>
     <ops4j.base.version>1.5.0</ops4j.base.version>
 
     <!-- feature repositories -->


[2/3] incubator-brooklyn git commit: [BROOKLYN-183] Fix brooklyn-itest build with maven custom local repo

Posted by ha...@apache.org.
[BROOKLYN-183] Fix brooklyn-itest build with maven custom local repo


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/71c90cb3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/71c90cb3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/71c90cb3

Branch: refs/heads/master
Commit: 71c90cb3c952d950d8bd2c52e57feacc96ef34e1
Parents: 4498b29
Author: Ciprian Ciubotariu <ch...@gmx.net>
Authored: Tue Dec 1 04:13:08 2015 +0200
Committer: Ciprian Ciubotariu <ch...@gmx.net>
Committed: Tue Dec 1 04:13:08 2015 +0200

----------------------------------------------------------------------
 karaf/itest/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/71c90cb3/karaf/itest/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/itest/pom.xml b/karaf/itest/pom.xml
index 888727c..76b8af7 100644
--- a/karaf/itest/pom.xml
+++ b/karaf/itest/pom.xml
@@ -194,6 +194,15 @@
                 </executions>
             </plugin>
 
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                   <systemPropertyVariables>
+                       <org.ops4j.pax.url.mvn.localRepository>${settings.localRepository}</org.ops4j.pax.url.mvn.localRepository>
+                   </systemPropertyVariables>
+                </configuration>
+            </plugin>
+
         </plugins>
     </build>
 </project>


[3/3] incubator-brooklyn git commit: This closes #1078

Posted by ha...@apache.org.
This closes #1078


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

Branch: refs/heads/master
Commit: 347402232fde2c7caf33d8d7e711753245840a67
Parents: 591386e 71c90cb
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Mon Nov 30 22:48:29 2015 -0500
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Mon Nov 30 22:48:29 2015 -0500

----------------------------------------------------------------------
 karaf/itest/pom.xml | 9 +++++++++
 karaf/pom.xml       | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/34740223/karaf/itest/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/34740223/karaf/pom.xml
----------------------------------------------------------------------