Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-shade-plugin-1.0.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@637915 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dkulp committed Mar 17, 2008
1 parent 1a414d4 commit 6e19392
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
</parent>

<artifactId>maven-shade-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>maven-plugin</packaging>
<name>maven-shade-plugin</name>

Expand Down Expand Up @@ -107,4 +107,10 @@ under the License.
</plugin>
</plugins>
</build>

<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.0.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.0.1</developerConnection>
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.0.1</url>
</scm>
</project>

0 comments on commit 6e19392

Please sign in to comment.