Skip to content

Commit

Permalink
Bump build-helper-maven-plugin from 1.12 to 3.0.0 (#960)
Browse files Browse the repository at this point in the history
Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 1.12 to 3.0.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@build-helper-maven-plugin-1.12...build-helper-maven-plugin-3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and aklish committed Sep 12, 2019
1 parent 19f8547 commit 0b02613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elide-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.12</version>
<version>3.0.0</version>
<executions>
<execution>
<id>add-source-generate-sources</id>
Expand Down
2 changes: 1 addition & 1 deletion elide-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.12</version>
<version>3.0.0</version>
<executions>
<execution>
<id>add-source-generate-sources</id>
Expand Down

0 comments on commit 0b02613

Please sign in to comment.