Skip to content

Commit

Permalink
[CALCITE-1485] Upgrade Avatica's Apache parent POM to version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Nov 9, 2016
1 parent 6a7da0e commit aed0a9e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions avatica/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
17 changes: 6 additions & 11 deletions avatica/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -43,7 +43,7 @@ limitations under the License.
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</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>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions avatica/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions avatica/shaded/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions avatica/standalone-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions avatica/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit aed0a9e

Please sign in to comment.