Skip to content

Commit

Permalink
revert maven-jar-plugin to 2.3.2 since long-standing bug still occurs in
Browse files Browse the repository at this point in the history
m2e-wtp
  • Loading branch information
hwellmann committed Feb 1, 2015
1 parent fe4c9fc commit 13f406a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
</dependencies>
</plugin>

<!-- do not upgrade to 2.4 before this issue is fixed: https://github.com/sonatype/m2eclipse-extras/issues/10 -->
<!-- do not upgrade to >= 2.4 before this issue is fixed: https://github.com/tesla/m2eclipse-mavenarchiver/issues/3 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.5</version>
<version>2.3.2</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 13f406a

Please sign in to comment.