Skip to content

Commit 64147a7

Browse files
[maven-release-plugin] prepare release maven-invoker-3.2.0
1 parent 4a09033 commit 64147a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ under the License.
3131

3232

3333
<artifactId>maven-invoker</artifactId>
34-
<version>3.2.0-SNAPSHOT</version>
34+
<version>3.2.0</version>
3535

3636
<name>Apache Maven Invoker</name>
3737
<description>A component to programmatically invoke Maven.</description>
@@ -40,7 +40,7 @@ under the License.
4040
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-invoker.git</connection>
4141
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-invoker.git</developerConnection>
4242
<url>https://github.com/apache/maven-invoker/tree/${project.scm.tag}</url>
43-
<tag>HEAD</tag>
43+
<tag>maven-invoker-3.2.0</tag>
4444
</scm>
4545
<issueManagement>
4646
<system>jira</system>
@@ -69,7 +69,7 @@ under the License.
6969
<properties>
7070
<javaVersion>8</javaVersion>
7171
<surefire.version>2.22.2</surefire.version>
72-
<project.build.outputTimestamp>2021-02-04T15:25:48Z</project.build.outputTimestamp>
72+
<project.build.outputTimestamp>2022-04-05T18:44:53Z</project.build.outputTimestamp>
7373
</properties>
7474

7575
<dependencies>

0 commit comments

Comments
 (0)