Skip to content

Commit c37168c

Browse files
committed
[maven-release-plugin] prepare release maven-antrun-plugin-3.0.0
1 parent d5d1dc6 commit c37168c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ under the License.
2626
<artifactId>maven-plugins</artifactId>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<version>34</version>
29-
<relativePath/>
29+
<relativePath />
3030
</parent>
3131

3232
<artifactId>maven-antrun-plugin</artifactId>
33-
<version>3.0.0-SNAPSHOT</version>
33+
<version>3.0.0</version>
3434
<packaging>maven-plugin</packaging>
3535

3636
<name>Apache Maven AntRun Plugin</name>
@@ -44,7 +44,7 @@ under the License.
4444
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</connection>
4545
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</developerConnection>
4646
<url>https://github.com/apache/maven-antrun-plugin/tree/${project.scm.tag}</url>
47-
<tag>HEAD</tag>
47+
<tag>maven-antrun-plugin-3.0.0</tag>
4848
</scm>
4949
<issueManagement>
5050
<system>jira</system>
@@ -64,7 +64,7 @@ under the License.
6464
<properties>
6565
<mavenVersion>3.0.5</mavenVersion>
6666
<javaVersion>7</javaVersion>
67-
<project.build.outputTimestamp>2020-02-09T04:01:26Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2020-04-12T07:51:20Z</project.build.outputTimestamp>
6868
</properties>
6969

7070
<dependencies>

0 commit comments

Comments
 (0)