You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/03/15 13:18:55 UTC

incubator-tamaya git commit: Update to Arquillian 1.1.7

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 5e42e3723 -> c6af6338d


Update to Arquillian 1.1.7


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

Branch: refs/heads/master
Commit: c6af6338d0dbde129f38af973c83fbcd91e31649
Parents: 5e42e37
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Mar 15 13:18:49 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Mar 15 13:18:49 2015 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/c6af6338/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23ecf0f..90408d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@ under the License.
         <junit.version>4.12</junit.version>
 
         <!-- Dependency and plugin relate version properties go here -->
+        <arquillian.version>1.1.7.Final</arquillian.version>
         <arquillian.deamon.version>1.0.0.Alpha1</arquillian.deamon.version>
         <asciidoctor.version>1.5.0</asciidoctor.version>
         <asciidoctor-diagramm.version>1.2.1</asciidoctor-diagramm.version>
@@ -245,7 +246,7 @@ under the License.
             <dependency>
                 <groupId>org.jboss.arquillian.</groupId>
                 <artifactId>arquillian-bom</artifactId>
-                <version>1.1.6.Final</version>
+                <version>${arquillian.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>