Skip to content

Commit

Permalink
Fixed #118 - Upgraded outdated dependency: jdeb (1.6 instead of 1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Jan 22, 2018
1 parent 884474c commit 83f724e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ none

### Outdated dependencies
- [#113 - Upgraded markdown-page-generator-plugin (2.0.1 instead of 2.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/113)
- [#118 - Upgraded jdeb maven plugin (1.6 instead of 1.5)](https://github.com/Asqatasun/Contrast-Finder/issues/118)

### Bug
none
Expand Down
4 changes: 3 additions & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
<native2ascii-maven-plugin.version>1.0-beta-1</native2ascii-maven-plugin.version>
<yuicompressor-maven-plugin.version>1.5.1</yuicompressor-maven-plugin.version>
<jdeb.version>1.5</jdeb.version>
<jdeb.version>1.6</jdeb.version>
</properties>
<build>
<finalName>contrast-finder-webapp_${project.version}</finalName>
Expand Down Expand Up @@ -175,6 +175,8 @@
</executions>
</plugin>

<!-- jdeb: maven plugin to create Debian packages from Java build
https://github.com/tcurdt/jdeb -->
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
Expand Down

0 comments on commit 83f724e

Please sign in to comment.