Repository: tajo
Updated Branches:
  refs/heads/branch-0.11.1 14393a8b2 -> 346b08d21


TAJO-1989: Upgrade Maven Surefire Plugin to 2.19.

Closes #877


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

Branch: refs/heads/branch-0.11.1
Commit: 346b08d21bb596f0c47664cee709e4a3c0f61fdb
Parents: 14393a8
Author: Jinho Kim <[email protected]>
Authored: Wed Nov 25 17:47:35 2015 +0900
Committer: Jinho Kim <[email protected]>
Committed: Wed Nov 25 17:47:35 2015 +0900

----------------------------------------------------------------------
 CHANGES                                  |  2 ++
 pom.xml                                  |  2 +-
 tajo-algebra/pom.xml                     |  1 -
 tajo-catalog/tajo-catalog-client/pom.xml |  1 -
 tajo-catalog/tajo-catalog-common/pom.xml |  1 -
 tajo-common/pom.xml                      |  1 -
 tajo-core/pom.xml                        |  2 --
 tajo-maven-plugins/pom.xml               |  1 -
 tajo-metrics/pom.xml                     |  1 -
 tajo-plan/pom.xml                        |  1 -
 tajo-project/pom.xml                     | 13 +++++++++----
 tajo-rpc/tajo-rpc-common/pom.xml         |  2 --
 tajo-rpc/tajo-rpc-protobuf/pom.xml       |  2 --
 tajo-rpc/tajo-ws-rs/pom.xml              |  2 --
 tajo-storage/tajo-storage-common/pom.xml |  1 -
 tajo-storage/tajo-storage-hbase/pom.xml  |  1 -
 tajo-storage/tajo-storage-hdfs/pom.xml   |  1 -
 tajo-storage/tajo-storage-jdbc/pom.xml   |  1 -
 tajo-storage/tajo-storage-pgsql/pom.xml  |  1 -
 19 files changed, 12 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index ebfe37b..3ceb249 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,8 @@ Release 0.11.1 - unreleased
 
   TASKS
 
+    TAJO-1989: Upgrade Maven Surefire Plugin to 2.19. (jinho)
+
     TAJO-1975: Gathering fine-grained column statistics for range shuffle. 
(jihoon)
 
     TAJO-1963: Add more configuration descriptions to document. (jihoon)

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fcfce4c..6742d22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.15</version>
+          <version>2.19</version>
           <configuration>
             <aggregate>true</aggregate>
           </configuration>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-algebra/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-algebra/pom.xml b/tajo-algebra/pom.xml
index 7f7d982..8b0b2f1 100644
--- a/tajo-algebra/pom.xml
+++ b/tajo-algebra/pom.xml
@@ -202,7 +202,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-catalog/tajo-catalog-client/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-catalog/tajo-catalog-client/pom.xml 
b/tajo-catalog/tajo-catalog-client/pom.xml
index d6b634f..c3f4e88 100644
--- a/tajo-catalog/tajo-catalog-client/pom.xml
+++ b/tajo-catalog/tajo-catalog-client/pom.xml
@@ -178,7 +178,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-catalog/tajo-catalog-common/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-catalog/tajo-catalog-common/pom.xml 
b/tajo-catalog/tajo-catalog-common/pom.xml
index 1b565c7..ee2c990 100644
--- a/tajo-catalog/tajo-catalog-common/pom.xml
+++ b/tajo-catalog/tajo-catalog-common/pom.xml
@@ -194,7 +194,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-common/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-common/pom.xml b/tajo-common/pom.xml
index 0c34333..9a7a9d7 100644
--- a/tajo-common/pom.xml
+++ b/tajo-common/pom.xml
@@ -178,7 +178,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </build>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-core/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml
index d995e66..76d395c 100644
--- a/tajo-core/pom.xml
+++ b/tajo-core/pom.xml
@@ -335,7 +335,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.15</version>
             <configuration>
               <aggregate>true</aggregate>
             </configuration>
@@ -417,7 +416,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-maven-plugins/pom.xml b/tajo-maven-plugins/pom.xml
index d6da658..8d7c5b4 100644
--- a/tajo-maven-plugins/pom.xml
+++ b/tajo-maven-plugins/pom.xml
@@ -47,7 +47,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-metrics/pom.xml b/tajo-metrics/pom.xml
index 7b6cfd2..940c678 100644
--- a/tajo-metrics/pom.xml
+++ b/tajo-metrics/pom.xml
@@ -258,7 +258,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-plan/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-plan/pom.xml b/tajo-plan/pom.xml
index 567fc85..050493a 100644
--- a/tajo-plan/pom.xml
+++ b/tajo-plan/pom.xml
@@ -277,7 +277,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-project/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml
index 9861717..e7041e8 100644
--- a/tajo-project/pom.xml
+++ b/tajo-project/pom.xml
@@ -476,7 +476,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.15</version>
+          <version>2.19</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.19</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -676,7 +681,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
+        <version>2.19</version>
       </plugin>
 
       <plugin>
@@ -1005,7 +1010,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.12</version>
         <type>jar</type>
         <scope>compile</scope>
       </dependency>
@@ -1297,7 +1302,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
+        <version>2.19</version>
         <configuration>
           <aggregate>true</aggregate>
         </configuration>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-rpc/tajo-rpc-common/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-rpc/tajo-rpc-common/pom.xml b/tajo-rpc/tajo-rpc-common/pom.xml
index b1e2d0d..342cf39 100644
--- a/tajo-rpc/tajo-rpc-common/pom.xml
+++ b/tajo-rpc/tajo-rpc-common/pom.xml
@@ -63,7 +63,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </build>
@@ -203,7 +202,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-rpc/tajo-rpc-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-rpc/tajo-rpc-protobuf/pom.xml 
b/tajo-rpc/tajo-rpc-protobuf/pom.xml
index e70c3e3..6f8e24f 100644
--- a/tajo-rpc/tajo-rpc-protobuf/pom.xml
+++ b/tajo-rpc/tajo-rpc-protobuf/pom.xml
@@ -125,7 +125,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </build>
@@ -261,7 +260,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-rpc/tajo-ws-rs/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-rpc/tajo-ws-rs/pom.xml b/tajo-rpc/tajo-ws-rs/pom.xml
index df3c1cd..d14bc3d 100644
--- a/tajo-rpc/tajo-ws-rs/pom.xml
+++ b/tajo-rpc/tajo-ws-rs/pom.xml
@@ -63,7 +63,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </build>
@@ -209,7 +208,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-storage/tajo-storage-common/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-storage/tajo-storage-common/pom.xml 
b/tajo-storage/tajo-storage-common/pom.xml
index a8d3c73..5034d2d 100644
--- a/tajo-storage/tajo-storage-common/pom.xml
+++ b/tajo-storage/tajo-storage-common/pom.xml
@@ -343,7 +343,6 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-storage/tajo-storage-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-storage/tajo-storage-hbase/pom.xml 
b/tajo-storage/tajo-storage-hbase/pom.xml
index ba69eee..f0832e4 100644
--- a/tajo-storage/tajo-storage-hbase/pom.xml
+++ b/tajo-storage/tajo-storage-hbase/pom.xml
@@ -364,7 +364,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-storage/tajo-storage-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-storage/tajo-storage-hdfs/pom.xml 
b/tajo-storage/tajo-storage-hdfs/pom.xml
index 151d4e0..1d7b23a 100644
--- a/tajo-storage/tajo-storage-hdfs/pom.xml
+++ b/tajo-storage/tajo-storage-hdfs/pom.xml
@@ -395,7 +395,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-storage/tajo-storage-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-storage/tajo-storage-jdbc/pom.xml 
b/tajo-storage/tajo-storage-jdbc/pom.xml
index 0514bc6..0b76f4d 100644
--- a/tajo-storage/tajo-storage-jdbc/pom.xml
+++ b/tajo-storage/tajo-storage-jdbc/pom.xml
@@ -234,7 +234,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/tajo/blob/346b08d2/tajo-storage/tajo-storage-pgsql/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-storage/tajo-storage-pgsql/pom.xml 
b/tajo-storage/tajo-storage-pgsql/pom.xml
index 39ee6ea..d67abce 100644
--- a/tajo-storage/tajo-storage-pgsql/pom.xml
+++ b/tajo-storage/tajo-storage-pgsql/pom.xml
@@ -326,7 +326,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.15</version>
       </plugin>
     </plugins>
   </reporting>

Reply via email to