Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-antrun-plugin-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 18, 2022
1 parent 4e899c4 commit feceee8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ under the License.
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>34</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven AntRun Plugin</name>
Expand All @@ -44,7 +44,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</developerConnection>
<url>https://github.com/apache/maven-antrun-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-antrun-plugin-3.1.0</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -66,7 +66,7 @@ under the License.
<javaVersion>8</javaVersion>
<surefire.version>2.22.2</surefire.version>
<mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
<project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-04-18T19:39:44Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -154,7 +154,7 @@ under the License.
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration> <!-- remove after MPOM-269 -->
<tagletArtifacts combine.self="override"/>
<tagletArtifacts combine.self="override" />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit feceee8

Please sign in to comment.