Skip to content

Commit

Permalink
Fixed #193, #194, #195, #196, #197, #198 and #199 (Outdated dependenc…
Browse files Browse the repository at this point in the history
…ies)

Fixed #193 - Upgraded maven-deploy-plugin (3.0.0-M1 instead of 2.8.2)
Fixed #194 - Upgraded maven-install-plugin  (3.0.0-M1 instead of 2.5.2)
Fixed #195 - Upgraded maven-jxr-plugin (3.0.0 instead of 2.5)
Fixed #196 - Upgraded maven-surefire-plugin (3.0.0-M1 instead of 2.22.1)
Fixed #197 - Upgraded org.owasp:dependency-check-maven (3.3.4 instead of 3.3.1)
Fixed #198 - Upgraded jdeb plugin (1.7 instead of 1.6)
Fixed #199 - Build: Maven 3.3.9 (at least) is required
  • Loading branch information
dzc34 committed Nov 15, 2018
1 parent f401a25 commit 564830e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist./debian_package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>

<!-- Plugin Versions -->
<jdeb.version>1.6</jdeb.version> <!-- need Maven with Jdk-8 -->
<jdeb.version>1.7</jdeb.version> <!-- need Maven with Jdk-8 -->
</properties>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/30_Contributor_doc/Build/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,30 @@

<!-- Plugin Versions -->
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
<maven-assembly-plugin.version>3.1</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
<maven-jxr-plugin.version>3.0.0</maven-jxr-plugin.version>
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
<buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
<dependency-check-maven.version>3.3.1</dependency-check-maven.version>
<dependency-check-maven.version>3.3.4</dependency-check-maven.version>
<jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
</properties>
<prerequisites> <!-- Maven 3.1 is required to use the following plugin: -->
<maven>3.1</maven> <!-- ............ org.owasp:dependency-check-maven -->
</prerequisites> <!-- The following command line indicates
the minimum version of Maven for maven plugins
............ mvn versions:display-plugin-updates -->
<prerequisites> <!-- Maven 3.3.9 is required to use the following plugin: -->
<maven>3.3.9</maven> <!-- ............ jacoco-maven-plugin >= 0.8.2 -->
</prerequisites> <!-- The following command line indicates
the minimum version of Maven for maven plugins
............ mvn versions:display-plugin-updates -->
<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 564830e

Please sign in to comment.