Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73f8243

Browse files
committedJun 21, 2022
[maven-release-plugin] prepare release v2.0.0
1 parent 8b2f295 commit 73f8243

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
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>buildplan-maven-plugin</artifactId>
12-
<version>2.0-SNAPSHOT</version>
12+
<version>2.0.0</version>
1313
<packaging>maven-plugin</packaging>
1414
<name>BuildPlan Maven Plugin</name>
1515
<description>The BuildPlan Plugin can inspect your project lifecycle.</description>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:https://github.com/mojohaus/buildplan-maven-plugin.git</connection>
2626
<developerConnection>scm:git:ssh://git@github.com/mojohaus/buildplan-maven-plugin.git</developerConnection>
2727
<url>https://github.com/mojohaus/buildplan-maven-plugin</url>
28-
<tag>HEAD</tag>
28+
<tag>v2.0.0</tag>
2929
</scm>
3030
<issueManagement>
3131
<system>GitHub</system>
@@ -42,7 +42,7 @@
4242
<properties>
4343
<maven.compiler.source>1.8</maven.compiler.source>
4444
<maven.compiler.target>1.8</maven.compiler.target>
45-
<project.build.outputTimestamp>2022-03-29T08:12:18Z</project.build.outputTimestamp>
45+
<project.build.outputTimestamp>2022-06-21T18:35:48Z</project.build.outputTimestamp>
4646
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
4747
</properties>
4848

0 commit comments

Comments
 (0)
Please sign in to comment.