Skip to content

Commit

Permalink
Fix parent pom version, revert to 1.1 so I can re-release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@658961 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dkulp committed May 22, 2008
1 parent 6d24ccc commit f8106af
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 @@ -23,11 +23,11 @@ under the License.
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>10</version>
<version>11</version>
</parent>

<artifactId>maven-shade-plugin</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Shade Plugin</name>

Expand Down

0 comments on commit f8106af

Please sign in to comment.