Discussion:
[GitHub] darkma773r closed pull request #12: Geometry 19
GitBox
2018-09-22 01:33:01 UTC
Permalink
darkma773r closed pull request #12: Geometry 19
URL: https://github.com/apache/commons-geometry/pull/12




This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index f7abd85..6978b7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,8 @@ sudo: false
jdk:
- oraclejdk8
- oraclejdk9
-# - oraclejdk10
-# - openjdk10
+ - oraclejdk10
+ - openjdk10

after_success:
- mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report
diff --git a/pom.xml b/pom.xml
index 9329ac7..58e9b41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>43</version>
+ <version>47</version>
</parent>

<modelVersion>4.0.0</modelVersion>
@@ -88,7 +88,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<geometry.pmd.version>3.9.0</geometry.pmd.version>
- <geometry.spotbugs.version>3.1.1</geometry.spotbugs.version>
+ <geometry.spotbugs.version>3.1.6</geometry.spotbugs.version>
<geometry.checkstyle.version>3.0.0</geometry.checkstyle.version>
<geometry.clirr.version>2.8</geometry.clirr.version>
<geometry.mathjax.version>2.7.2</geometry.mathjax.version>




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
***@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org

Loading...