diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d84e5b7..4b8a20e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,12 @@ none none ### Outdated dependencies -none +- [#193 - Upgraded maven-deploy-plugin (3.0.0-M1 instead of 2.8.2)](https://github.com/Asqatasun/Contrast-Finder/issues/193) +- [#194 - Upgraded maven-install-plugin (3.0.0-M1 instead of 2.5.2)](https://github.com/Asqatasun/Contrast-Finder/issues/194) +- [#195 - Upgraded maven-jxr-plugin (3.0.0 instead of 2.5)](https://github.com/Asqatasun/Contrast-Finder/issues/195) +- [#196 - Upgraded maven-surefire-plugin (3.0.0-M1 instead of 2.22.1)](https://github.com/Asqatasun/Contrast-Finder/issues/196) +- [#197 - Upgraded org.owasp:dependency-check-maven (3.3.4 instead of 3.3.1)](https://github.com/Asqatasun/Contrast-Finder/issues/197) +- [#198 - Upgraded jdeb (1.7 instead of 1.6)](https://github.com/Asqatasun/Contrast-Finder/issues/198) ### Bug none @@ -27,7 +32,7 @@ none none ### Documentation -none +- [#199 - Build: Maven 3.3.9 (at least) is required](https://github.com/Asqatasun/Contrast-Finder/issues/199) ### Task none diff --git a/dist./debian_package/pom.xml b/dist./debian_package/pom.xml index 9a89ea2b..556a47d2 100644 --- a/dist./debian_package/pom.xml +++ b/dist./debian_package/pom.xml @@ -27,7 +27,7 @@ ${project.build.directory}/endorsed - 1.6 + 1.7 diff --git a/documentation/en/30_Contributor_doc/Build/Build_Docker_image.md b/documentation/en/30_Contributor_doc/Build/Build_Docker_image.md index 336d4aaf..0462ff42 100644 --- a/documentation/en/30_Contributor_doc/Build/Build_Docker_image.md +++ b/documentation/en/30_Contributor_doc/Build/Build_Docker_image.md @@ -6,7 +6,7 @@ The following sofware are required : * JDK **8** (at least) -* Maven **3.1** (at least) +* Maven **3.3.9** (at least) * [Docker **1.12** (at least)](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/) diff --git a/documentation/en/30_Contributor_doc/Build/Build_contrast-finer.md b/documentation/en/30_Contributor_doc/Build/Build_contrast-finer.md index 4aeae4a6..15a2c6b7 100644 --- a/documentation/en/30_Contributor_doc/Build/Build_contrast-finer.md +++ b/documentation/en/30_Contributor_doc/Build/Build_contrast-finer.md @@ -3,7 +3,7 @@ ## Prerequesites * JDK-8 (at least) is required -* Maven 3.1 (at least) is required +* Maven 3.3.9 (at least) is required * Git ## Builds Contrast-Finder and runs with Tomcat diff --git a/documentation/en/30_Contributor_doc/Build/README.md b/documentation/en/30_Contributor_doc/Build/README.md index 9ea72429..aa5b3d52 100644 --- a/documentation/en/30_Contributor_doc/Build/README.md +++ b/documentation/en/30_Contributor_doc/Build/README.md @@ -1,6 +1,6 @@ # Building Contrast-Finder -**Note:** JDK 8 (at least) and Maven 3.1 (at least) are required. +**Note:** JDK 8 (at least) and Maven 3.3.9 (at least) are required. * [Build Contrast-Finder](Build_contrast-finer.md) * [Build Docker image](Build_Docker_image.md) diff --git a/pom.xml b/pom.xml index ceda7efe..9433f126 100644 --- a/pom.xml +++ b/pom.xml @@ -83,30 +83,30 @@ 3.1.0 - 2.8.2 - 2.5.2 + 3.0.0-M1 + 3.0.0-M1 3.1.0 3.7.1 3.1 3.8.0 3.1.0 3.2.2 - 2.22.1 + 3.0.0-M1 3.0.0 3.7.1 3.0.1 - 2.5 + 3.0.0 3.0.0 3.0.0 1.4 - 3.3.1 + 3.3.4 0.8.2 - - 3.1 - + + 3.3.9 +