You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2018/10/25 03:37:45 UTC

ignite git commit: IGNITE-9938 Updated ScalaTest version and introduced "${scala.test.version}" variable.

Repository: ignite
Updated Branches:
  refs/heads/master e8d7cf972 -> e7a93fcc1


IGNITE-9938 Updated ScalaTest version and introduced "${scala.test.version}" variable.


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

Branch: refs/heads/master
Commit: e7a93fcc1383003596370aa65efdce053f0f2b48
Parents: e8d7cf9
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Thu Oct 25 10:37:36 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Thu Oct 25 10:37:36 2018 +0700

----------------------------------------------------------------------
 examples/pom.xml              | 2 +-
 modules/scalar/pom.xml        | 2 +-
 modules/spark/pom.xml         | 2 +-
 modules/visor-console/pom.xml | 2 +-
 parent/pom.xml                | 1 +
 5 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e7a93fcc/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index e745beb..c6b0a5f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -145,7 +145,7 @@
                 <dependency>
                     <groupId>org.scalatest</groupId>
                     <artifactId>scalatest_2.11</artifactId>
-                    <version>2.2.4</version>
+                    <version>${scala.test.version}</version>
                     <scope>test</scope>
                     <exclusions>
                         <exclusion>

http://git-wip-us.apache.org/repos/asf/ignite/blob/e7a93fcc/modules/scalar/pom.xml
----------------------------------------------------------------------
diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml
index 8e63fc6..d1c50b4 100644
--- a/modules/scalar/pom.xml
+++ b/modules/scalar/pom.xml
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.scalatest</groupId>
             <artifactId>scalatest_2.11</artifactId>
-            <version>2.2.4</version>
+            <version>${scala.test.version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

http://git-wip-us.apache.org/repos/asf/ignite/blob/e7a93fcc/modules/spark/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml
index e8d4c2f..b054c42 100644
--- a/modules/spark/pom.xml
+++ b/modules/spark/pom.xml
@@ -151,7 +151,7 @@
         <dependency>
             <groupId>org.scalatest</groupId>
             <artifactId>scalatest_2.11</artifactId>
-            <version>2.2.6</version>
+            <version>${scala.test.version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

http://git-wip-us.apache.org/repos/asf/ignite/blob/e7a93fcc/modules/visor-console/pom.xml
----------------------------------------------------------------------
diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml
index aad7319..6975e73 100644
--- a/modules/visor-console/pom.xml
+++ b/modules/visor-console/pom.xml
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.scalatest</groupId>
             <artifactId>scalatest_2.11</artifactId>
-            <version>2.2.4</version>
+            <version>${scala.test.version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

http://git-wip-us.apache.org/repos/asf/ignite/blob/e7a93fcc/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e260118..4781d29 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -107,6 +107,7 @@
         <scala210.jline.version>2.10.7</scala210.jline.version>
         <scala210.library.version>2.10.7</scala210.library.version>
         <scala.library.version>2.11.12</scala.library.version>
+        <scala.test.version>2.2.6</scala.test.version>
         <slf4j.version>1.7.7</slf4j.version>
         <slf4j16.version>1.6.4</slf4j16.version>
         <spark.hadoop.version>2.6.5</spark.hadoop.version>