Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Nov 28, 2022
1 parent 6313f40 commit eda8cfa
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.1.1-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>maven-plugin</packaging>
<name>BuildPlan Maven Plugin</name>
<description>The BuildPlan Plugin can inspect your project lifecycle.</description>
Expand All @@ -31,7 +31,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/buildplan-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mojohaus/buildplan-maven-plugin.git</developerConnection>
<tag>master</tag>
<tag>v2.2.0</tag>
<url>https://github.com/mojohaus/buildplan-maven-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand All @@ -41,7 +41,7 @@

<properties>
<mojo.java.target>1.8</mojo.java.target>
<project.build.outputTimestamp>2022-07-31T18:44:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-28T20:58:27Z</project.build.outputTimestamp>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<doxia.version>1.11.1</doxia.version>
<maven-reporting.version>3.1.0</maven-reporting.version>
Expand Down

0 comments on commit eda8cfa

Please sign in to comment.