Skip to content

Commit

Permalink
Updated to Scala-Parent 1.5.1. (jackadull/scala-parent#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoc committed Jul 14, 2018
1 parent 81c48bd commit 7e002e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
<parent>
<groupId>net.jackadull</groupId>
<artifactId>scala-parent_2.12</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath></relativePath>
</parent>

<properties>
<version.dependency.jackadocs>0.3.0</version.dependency.jackadocs>
<version.dependency.objectscan>0.3.3-SNAPSHOT</version.dependency.objectscan>
<version.plugin.exec-maven-plugin>1.1.1</version.plugin.exec-maven-plugin>
</properties>

<dependencies>
Expand All @@ -44,7 +43,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${version.plugin.exec-maven-plugin}</version>
<configuration>
<mainClass>net.jackadull.objectscan.docs.Main</mainClass>
<arguments>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>net.jackadull</groupId>
<artifactId>scala-parent_2.12</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>

<licenses>
Expand Down

0 comments on commit 7e002e6

Please sign in to comment.