From 736c1e91b14cf16678f2def1a164d15a1d249742 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 14 Jun 2015 22:21:06 -0400 Subject: [PATCH 1/6] Upgrade to tomcat 8.0.23 --- Source/JNA/waffle-tomcat8/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/JNA/waffle-tomcat8/pom.xml b/Source/JNA/waffle-tomcat8/pom.xml index 851272930b..c52f3c569b 100644 --- a/Source/JNA/waffle-tomcat8/pom.xml +++ b/Source/JNA/waffle-tomcat8/pom.xml @@ -20,7 +20,7 @@ .. ../../.. - 8.0.22 + 8.0.23 scm:git:ssh://git@github.com/dblock/waffle.git From 5d047e5db70834ca845bdcc4df97586e58e2d0db Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 14 Jun 2015 22:21:24 -0400 Subject: [PATCH 2/6] Upgrade to java 7 --- Source/JNA/pom.xml | 4 ++-- Source/JNA/waffle-jetty/pom.xml | 3 --- Source/JNA/waffle-spring-security4/pom.xml | 3 --- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Source/JNA/pom.xml b/Source/JNA/pom.xml index 657e256355..c7c01fe2f5 100644 --- a/Source/JNA/pom.xml +++ b/Source/JNA/pom.xml @@ -102,8 +102,8 @@ 2015 0.0 yyyy-MM-dd HH:mm:ss - 1.6 - 1.6 + 1.7 + 1.7 1.7 1.7 3.2.3 diff --git a/Source/JNA/waffle-jetty/pom.xml b/Source/JNA/waffle-jetty/pom.xml index 5680507b23..5cbf562a8d 100644 --- a/Source/JNA/waffle-jetty/pom.xml +++ b/Source/JNA/waffle-jetty/pom.xml @@ -14,9 +14,6 @@ Jetty integration for WAFFLE http://dblock.github.com/waffle/ - 1.7 - 1.7 - .. ../../.. diff --git a/Source/JNA/waffle-spring-security4/pom.xml b/Source/JNA/waffle-spring-security4/pom.xml index 4fc93d8ace..8199218b92 100644 --- a/Source/JNA/waffle-spring-security4/pom.xml +++ b/Source/JNA/waffle-spring-security4/pom.xml @@ -14,9 +14,6 @@ Spring Security 4 integration for WAFFLE http://dblock.github.com/waffle/ - 1.7 - 1.7 - .. ../../.. From ba6badecd3b4a31ef686a779a12ba1a27841fb94 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 14 Jun 2015 22:21:36 -0400 Subject: [PATCH 3/6] Update jetty and el --- Source/JNA/waffle-jetty/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/JNA/waffle-jetty/pom.xml b/Source/JNA/waffle-jetty/pom.xml index 5cbf562a8d..4b736e8939 100644 --- a/Source/JNA/waffle-jetty/pom.xml +++ b/Source/JNA/waffle-jetty/pom.xml @@ -17,9 +17,9 @@ .. ../../.. - 3.0.1-b05 + 3.0.1-b08 3.0.1-b04 - 9.2.10.v20150310 + 9.2.11.v20150529 4.4.2 2.3.3-b02 2.3.2-b01 From e64d141a9615365d5d07dee2620231aa8e7d99bc Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 14 Jun 2015 22:34:58 -0400 Subject: [PATCH 4/6] Update logback --- Source/JNA/waffle-distro/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/JNA/waffle-distro/pom.xml b/Source/JNA/waffle-distro/pom.xml index 941e11c139..b722f47b31 100644 --- a/Source/JNA/waffle-distro/pom.xml +++ b/Source/JNA/waffle-distro/pom.xml @@ -17,7 +17,7 @@ .. ../../.. - 1.1.2 + 1.1.3 scm:git:ssh://git@github.com/dblock/waffle.git From 9cc1b9e67e13f4a95e9c21bfa7d9634a01c4e41f Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 14 Jun 2015 22:35:09 -0400 Subject: [PATCH 5/6] Java 7 signatures --- Source/JNA/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/JNA/pom.xml b/Source/JNA/pom.xml index c7c01fe2f5..deb6f95b48 100644 --- a/Source/JNA/pom.xml +++ b/Source/JNA/pom.xml @@ -122,8 +122,8 @@ 1.10.19 1.7.12 - java16 - 1.1 + java17 + 1.0 From a5bd13010127f54f8a7de971d0b46b3cf635beab Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 14 Jun 2015 22:37:23 -0400 Subject: [PATCH 6/6] Maven Plugin updates git-commit-id-plugin to 2.1.15 maven-assembly-plugin to 2.5.5 jacoco-maven-plugin to 0.7.5.201505241946 dependency-check-maven to 1.2.11 switch maven-java-formatter-plugin to new official formatter-maven-plugin 0.5.2 which is based on luna update jsch to 0.1.53 update jgit to 4.0.0.201506090130-r --- Source/JNA/pom.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Source/JNA/pom.xml b/Source/JNA/pom.xml index deb6f95b48..b34f7ca86a 100644 --- a/Source/JNA/pom.xml +++ b/Source/JNA/pom.xml @@ -267,7 +267,7 @@ pl.project13.maven git-commit-id-plugin - 2.1.13 + 2.1.15 org.codehaus.mojo @@ -310,7 +310,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.5.4 + 2.5.5 ${project.basedir}/src/assembly/assembly.xml @@ -359,7 +359,7 @@ org.jacoco jacoco-maven-plugin - 0.7.4.201502262128 + 0.7.5.201505241946 org.eluder.coveralls @@ -384,9 +384,9 @@ - com.googlecode.maven-java-formatter-plugin - maven-java-formatter-plugin - 0.4 + net.revelc.code + formatter-maven-plugin + 0.5.2 com.mycila @@ -461,12 +461,12 @@ com.jcraft jsch - 0.1.52 + 0.1.53 org.eclipse.jgit org.eclipse.jgit - 3.7.1.201504261725-r + 4.0.0.201506090130-r org.codehaus.plexus @@ -502,7 +502,7 @@ org.owasp dependency-check-maven - 1.2.10 + 1.2.11 @@ -1026,9 +1026,9 @@ - com.googlecode.maven-java-formatter-plugin - maven-java-formatter-plugin - [0.4,) + net.revelc.code + formatter-maven-plugin + [0.5.2,) format @@ -1068,8 +1068,8 @@ - com.googlecode.maven-java-formatter-plugin - maven-java-formatter-plugin + net.revelc.code + formatter-maven-plugin ${src.relative.loc}/format.xml