Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Jun 21, 2022
1 parent 8b2f295 commit 73f8243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>buildplan-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>maven-plugin</packaging>
<name>BuildPlan Maven Plugin</name>
<description>The BuildPlan Plugin can inspect your project lifecycle.</description>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:https://github.com/mojohaus/buildplan-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mojohaus/buildplan-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/buildplan-maven-plugin</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -42,7 +42,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.outputTimestamp>2022-03-29T08:12:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-06-21T18:35:48Z</project.build.outputTimestamp>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
</properties>

Expand Down

0 comments on commit 73f8243

Please sign in to comment.