Skip to content

Commit 506d95c

Browse files
[maven-release-plugin] prepare release proguard-maven-plugin-2.3.0
1 parent 14598ba commit 506d95c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<project
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
2+
<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/maven-v4_0_0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75
<properties>
@@ -15,7 +13,7 @@
1513
<groupId>com.github.wvengen</groupId>
1614
<artifactId>proguard-maven-plugin</artifactId>
1715
<name>proguard-maven-plugin</name>
18-
<version>2.3.0-SNAPSHOT</version>
16+
<version>2.3.0</version>
1917
<packaging>maven-plugin</packaging>
2018

2119
<description>Maven 3 Plugin for ProGuard</description>
@@ -31,7 +29,8 @@
3129
<scm>
3230
<url>https://github.com/wvengen/proguard-maven-plugin</url>
3331
<connection>scm:git:git://github.com/wvengen/proguard-maven-plugin.git</connection>
34-
</scm>
32+
<tag>proguard-maven-plugin-2.3.0</tag>
33+
</scm>
3534

3635
<distributionManagement>
3736
<snapshotRepository>

0 commit comments

Comments
 (0)