Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-shade-plugin-2.4.2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1710319 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
khmarbaise committed Oct 24, 2015
1 parent 933ddce commit 0b44e72
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
under the License.
-->

<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -34,7 +30,7 @@
</parent>

<artifactId>maven-shade-plugin</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Shade Plugin</name>
Expand All @@ -48,9 +44,9 @@
</prerequisites>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin</developerConnection>
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-2.4.2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-2.4.2</developerConnection>
<url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.2</url>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit 0b44e72

Please sign in to comment.