Repository: cayenne
Updated Branches:
  refs/heads/master 9867ff21e -> 59b12b394


Java 9 support (compile and runtime)
 - deps and maven plugins version update


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

Branch: refs/heads/master
Commit: 7ba05f397eb601b2eb6fd817eab787d31593d01b
Parents: 9867ff2
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Mon Oct 2 16:20:42 2017 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Mon Oct 2 16:20:42 2017 +0300

----------------------------------------------------------------------
 cayenne-client-jetty/pom.xml |  2 +-
 pom.xml                      | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/7ba05f39/cayenne-client-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-client-jetty/pom.xml b/cayenne-client-jetty/pom.xml
index 06c9368..19e0c7f 100644
--- a/cayenne-client-jetty/pom.xml
+++ b/cayenne-client-jetty/pom.xml
@@ -23,7 +23,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <jetty.version>9.3.19.v20170502</jetty.version>
+        <jetty.version>9.4.7.v20170914</jetty.version>
     </properties>
 
     <dependencyManagement>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7ba05f39/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea20d4e..d1e7d32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -712,7 +712,7 @@
                                </plugin>
                                <plugin>
                                        
<artifactId>maven-compiler-plugin</artifactId>
-                                       <version>3.6.1</version>
+                                       <version>3.6.2</version>
                                        <configuration>
                                                <source>1.8</source>
                                                <target>1.8</target>
@@ -758,7 +758,7 @@
                                </plugin>
                                <plugin>
                                        
<artifactId>maven-surefire-plugin</artifactId>
-                                       <version>2.20</version>
+                                       <version>2.20.1</version>
                                </plugin>
                                <plugin>   
                                        <groupId>org.apache.felix</groupId>
@@ -767,7 +767,7 @@
                                </plugin>
                                <plugin>
                                        
<artifactId>maven-surefire-report-plugin</artifactId>
-                                       <version>2.20</version>
+                                       <version>2.20.1</version>
                                </plugin>
                                <plugin>
                                        <groupId>org.codehaus.mojo</groupId>
@@ -790,7 +790,7 @@
                                </plugin>
                                <plugin>
                                        
<artifactId>maven-javadoc-plugin</artifactId>
-                                       <version>2.10.4</version>
+                                       <version>3.0.0-M1</version>
                                        <configuration>
                                                <!-- Java 8 is too strict about 
Javadoc omissions --> 
                                                
<additionalparam>${javadoc.doclint.none}</additionalparam>
@@ -814,7 +814,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-failsafe-plugin</artifactId>
-                    <version>2.20</version>
+                    <version>2.20.1</version>
                     <executions>
                         <execution>
                             <id>integration-test</id>

Reply via email to