This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/trunk by this push: new 3fa904c Update Commons Parent from 43 to 47 and test on Java 11. 3fa904c is described below commit 3fa904c4381c7277f760d8803dcfba0fdcb1956c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 8 10:25:32 2019 -0500 Update Commons Parent from 43 to 47 and test on Java 11. --- .travis.yml | 51 ++++++++++++++++++++++++++------------------------- pom.xml | 2 +- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd98d6a..2e29cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,25 +1,26 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -language: java -sudo: false - -jdk: - - openjdk7 - - oraclejdk8 - - oraclejdk9 - -after_success: - - mvn clean cobertura:cobertura coveralls:report +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +language: java +sudo: false + +jdk: + - openjdk7 + - oraclejdk8 + - oraclejdk9 + - oraclejdk11 + +after_success: + - mvn clean cobertura:cobertura coveralls:report diff --git a/pom.xml b/pom.xml index 1564aed..7174381 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>43</version> + <version>47</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-net</groupId>