Skip to content

Commit 9a3afdc

Browse files
committed
[maven-release-plugin] prepare release maven-shade-plugin-1.2.2
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@883068 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4ced2f9 commit 9a3afdc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
22+
<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">
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<parent>
@@ -29,7 +29,7 @@ under the License.
2929
</parent>
3030

3131
<artifactId>maven-shade-plugin</artifactId>
32-
<version>1.2.2-SNAPSHOT</version>
32+
<version>1.2.2</version>
3333
<packaging>maven-plugin</packaging>
3434

3535
<name>Maven Shade Plugin</name>
@@ -40,9 +40,9 @@ under the License.
4040
</prerequisites>
4141

4242
<scm>
43-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin</connection>
44-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin</developerConnection>
45-
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin</url>
43+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2</connection>
44+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2</developerConnection>
45+
<url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.2</url>
4646
</scm>
4747
<issueManagement>
4848
<system>jira</system>

0 commit comments

Comments
 (0)