Skip to content

Commit

Permalink
OAK-9177 Workaround for bug #426 in versions-maven-plugin
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1880830 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
thomasmueller committed Aug 13, 2020
1 parent 6b4d57a commit 9902231
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oak-parent/pom.xml
Expand Up @@ -329,6 +329,13 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.11</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
</plugin>

<!-- This plugin's configuration is used to store Eclipse m2e -->
<!-- settings only. It has no influence on the Maven build itself. -->
<plugin>
Expand Down

1 comment on commit 9902231

@synox
Copy link

@synox synox commented on 9902231 Aug 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full bug url: mojohaus/versions#426

Please sign in to comment.