You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2016/11/10 14:43:52 UTC

[2/2] calcite git commit: [CALCITE-1485] Upgrade Avatica's Apache parent POM to version 18

[CALCITE-1485] Upgrade Avatica's Apache parent POM to version 18


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

Branch: refs/heads/master
Commit: aed0a9e90cc2a9c7a90dde5a5775f329db743bc2
Parents: 6a7da0e
Author: Julian Hyde <jh...@apache.org>
Authored: Tue Nov 8 16:57:10 2016 -0800
Committer: Julian Hyde <jh...@apache.org>
Committed: Tue Nov 8 16:57:10 2016 -0800

----------------------------------------------------------------------
 avatica/core/pom.xml              |  1 +
 avatica/pom.xml                   | 17 ++++++-----------
 avatica/server/pom.xml            |  1 +
 avatica/shaded/core/pom.xml       |  1 +
 avatica/standalone-server/pom.xml |  1 +
 avatica/tck/pom.xml               |  1 +
 6 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/aed0a9e9/avatica/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml
index 2629375..8cbee51 100644
--- a/avatica/core/pom.xml
+++ b/avatica/core/pom.xml
@@ -139,6 +139,7 @@ limitations under the License.
       </plugin>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
+        <version>${maven-dependency-plugin.version}</version>
         <executions>
           <execution>
             <id>analyze</id>

http://git-wip-us.apache.org/repos/asf/calcite/blob/aed0a9e9/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 9483e97..ff8915c 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>17</version>
+    <version>18</version>
     <!-- Tell Maven that it's OK that we're not attached to the parent directory -->
     <relativePath />
   </parent>
@@ -34,7 +34,7 @@ limitations under the License.
   <!-- More project information. -->
   <name>Apache Calcite Avatica Project</name>
   <description>Avatica is a JDBC driver framework which is a part of Apache Calcite</description>
-  <url>http://calcite.apache.org/avatica</url>
+  <url>https://calcite.apache.org/avatica</url>
   <inceptionYear>2012</inceptionYear>
 
   <mailingLists>
@@ -43,7 +43,7 @@ limitations under the License.
       <subscribe>dev-subscribe@calcite.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@calcite.apache.org</unsubscribe>
       <post>dev@calcite.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/calcite-dev</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/calcite-dev</archive>
     </mailingList>
   </mailingLists>
 
@@ -76,11 +76,8 @@ limitations under the License.
     <kerby.version>1.0.0-RC2</kerby.version>
     <maven-checkstyle-plugin.version>2.12.1</maven-checkstyle-plugin.version>
     <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
-    <!-- keep failsafe version in sync with surefire; apache 17 has surefire 2.7.2 -->
-    <maven-failsafe-plugin.version>2.7.2</maven-failsafe-plugin.version>
-    <maven-scm-provider.version>1.9.1</maven-scm-provider.version>
+    <maven-scm-provider.version>1.9.4</maven-scm-provider.version>
     <maven-shade-plugin.version>2.1</maven-shade-plugin.version>
-    <maven-source-plugin.version>2.4</maven-source-plugin.version>
     <mockito-all.version>1.10.19</mockito-all.version>
     <protobuf.version>3.1.0</protobuf.version>
     <scott-data-hsqldb.version>0.1</scott-data-hsqldb.version>
@@ -404,7 +401,7 @@ limitations under the License.
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <links>
-            <link>http://docs.oracle.com/javase/8/docs/api/</link>
+            <link>https://docs.oracle.com/javase/8/docs/api/</link>
           </links>
           <tags>
             <tag>
@@ -516,7 +513,6 @@ limitations under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>${maven-failsafe-plugin.version}</version>
           <executions>
             <execution>
               <id>failsafe-integration-test</id>
@@ -547,7 +543,6 @@ limitations under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>${maven-source-plugin.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -582,7 +577,7 @@ limitations under the License.
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <links>
-            <link>http://docs.oracle.com/javase/8/docs/api/</link>
+            <link>https://docs.oracle.com/javase/8/docs/api/</link>
           </links>
           <tags>
             <tag>

http://git-wip-us.apache.org/repos/asf/calcite/blob/aed0a9e9/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index 76a017c..8126720 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -185,6 +185,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
+        <version>${maven-dependency-plugin.version}</version>
         <!-- configurations do not cascade, so all of the definition from
              ../pom.xml:build:plugin-management:plugins:plugin must be repeated in child poms -->
         <executions>

http://git-wip-us.apache.org/repos/asf/calcite/blob/aed0a9e9/avatica/shaded/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/shaded/core/pom.xml b/avatica/shaded/core/pom.xml
index 9834d57..e5a963d 100644
--- a/avatica/shaded/core/pom.xml
+++ b/avatica/shaded/core/pom.xml
@@ -44,6 +44,7 @@ limitations under the License.
     <plugins>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
+        <version>${maven-dependency-plugin.version}</version>
         <executions>
           <execution>
             <id>analyze</id>

http://git-wip-us.apache.org/repos/asf/calcite/blob/aed0a9e9/avatica/standalone-server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/standalone-server/pom.xml b/avatica/standalone-server/pom.xml
index f299858..6700edd 100644
--- a/avatica/standalone-server/pom.xml
+++ b/avatica/standalone-server/pom.xml
@@ -113,6 +113,7 @@ limitations under the License.
       </plugin>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
+        <version>${maven-dependency-plugin.version}</version>
         <executions>
           <execution>
             <id>analyze</id>

http://git-wip-us.apache.org/repos/asf/calcite/blob/aed0a9e9/avatica/tck/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/tck/pom.xml b/avatica/tck/pom.xml
index e1d6f90..a863a6d 100644
--- a/avatica/tck/pom.xml
+++ b/avatica/tck/pom.xml
@@ -199,6 +199,7 @@ limitations under the License.
       </plugin>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
+        <version>${maven-dependency-plugin.version}</version>
         <executions>
           <execution>
             <id>analyze</id>