You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/11/22 19:43:20 UTC

[1/3] incubator-tamaya-sandbox git commit: TAMAYA-320: Add assertj version placeholder.

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master 8919e1ab5 -> 8034556ae


TAMAYA-320: Add assertj version placeholder.


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

Branch: refs/heads/master
Commit: d729393ffe8d029e3f9586c87e0da10fca8437da
Parents: 8919e1a
Author: Phil Ottlinger <po...@apache.org>
Authored: Wed Nov 22 20:05:06 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Wed Nov 22 20:05:06 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/d729393f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ef0d1c3..5503c7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@ under the License.
         <johnzon.version>1.1.4</johnzon.version>
         <johnzon.version>0.9-incubating</johnzon.version>
         <junit.version>4.12</junit.version>
+        <assertj.version>3.8.0</assertj.version>
 
         <!-- Dependency and plugin relate version properties go here -->
         <arquillian.version>1.1.7.Final</arquillian.version>


[3/3] incubator-tamaya-sandbox git commit: TAMAYA-320: Fix build error about missing version.

Posted by po...@apache.org.
TAMAYA-320: Fix build error about missing version.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/8034556a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/8034556a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/8034556a

Branch: refs/heads/master
Commit: 8034556ae7ce6c14441e7437a235ed95d7c2ceae
Parents: b331785
Author: Phil Ottlinger <po...@apache.org>
Authored: Wed Nov 22 20:43:05 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Wed Nov 22 20:43:05 2017 +0100

----------------------------------------------------------------------
 configjsr/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/8034556a/configjsr/pom.xml
----------------------------------------------------------------------
diff --git a/configjsr/pom.xml b/configjsr/pom.xml
index 28e5619..0c2feb5 100644
--- a/configjsr/pom.xml
+++ b/configjsr/pom.xml
@@ -82,6 +82,7 @@ under the License.
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
+            <version>${assertj.version}</version>
         </dependency>
         <dependency>
             <groupId>javax.config</groupId>


[2/3] incubator-tamaya-sandbox git commit: TAMAYA-320: Fix wrong link to project homepage

Posted by po...@apache.org.
TAMAYA-320: Fix wrong link to project homepage


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

Branch: refs/heads/master
Commit: b331785a4a40c1bd35042f37ffa463164e00aca4
Parents: d729393
Author: Phil Ottlinger <po...@apache.org>
Authored: Wed Nov 22 20:14:23 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Wed Nov 22 20:14:23 2017 +0100

----------------------------------------------------------------------
 configjsr/bnd.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/b331785a/configjsr/bnd.bnd
----------------------------------------------------------------------
diff --git a/configjsr/bnd.bnd b/configjsr/bnd.bnd
index 6a9a25f..c38b66b 100644
--- a/configjsr/bnd.bnd
+++ b/configjsr/bnd.bnd
@@ -18,7 +18,7 @@ Bundle-Copyright: (C) Apache Foundation
 Bundle-License: Apache Licence version 2
 Bundle-Vendor: Apache Software Foundation
 Bundle-ContactAddress: dev-tamaya@incubator.apache.org
-Bundle-DocURL: http://tamaya.apache.org
+Bundle-DocURL: https://tamaya.incubator.apache.org
 Export-Package: \
 	org.apache.tamaya.jsr382,\
     org.apache.tamaya.jsr382.cdi,\