Skip to content

Commit

Permalink
Put version back to 2.0, make it compile?
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1380088 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bimargulies committed Sep 2, 2012
1 parent 21ec41b commit cfa6cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
</parent>

<artifactId>maven-shade-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Maven Shade Plugin</name>
Expand Down Expand Up @@ -140,6 +140,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit cfa6cf3

Please sign in to comment.