Skip to content

Commit

Permalink
fixed #102 - Upgraded outdated dependency: markdown-page-generator-pl…
Browse files Browse the repository at this point in the history
…ugin

markdown-page-generator-plugin 2.0.0 instead of 1.0.0
  • Loading branch information
dzc34 committed Nov 18, 2017
1 parent 208423f commit 10411a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
<dependency>
<groupId>com.ruleoftech</groupId>
<artifactId>markdown-page-generator-plugin</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.ruleoftech</groupId>
<artifactId>markdown-page-generator-plugin</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<executions>
<execution>
<phase>process-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<commons-lang3.version>3.7</commons-lang3.version>
<junit.version>4.12</junit.version>
<logback-classic.version>1.2.3</logback-classic.version>
<markdown-page-generator-plugin.version>1.0.0</markdown-page-generator-plugin.version>
<markdown-page-generator-plugin.version>2.0.0</markdown-page-generator-plugin.version>

<!-- Plugin Versions -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit 10411a9

Please sign in to comment.