Skip to content

Commit

Permalink
[maven-release-plugin] prepare release versions-maven-plugin-2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 18, 2022
1 parent 55a39fa commit d9464d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>versions-maven-plugin</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9.0</version>
<packaging>maven-plugin</packaging>

<name>Versions Maven Plugin</name>
Expand Down Expand Up @@ -88,7 +88,7 @@
<connection>scm:git:https://github.com/mojohaus/versions-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/versions-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/versions-maven-plugin/tree/${project.scm.tag}</url>
<tag>master</tag>
<tag>versions-maven-plugin-2.9.0</tag>
</scm>
<issueManagement>
<system>github</system>
Expand All @@ -105,7 +105,7 @@
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
<pluginVersion>${project.version}</pluginVersion>
<sitePluginVersion>3.7</sitePluginVersion>
<project.build.outputTimestamp>2020-08-07T21:31:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-01-18T09:11:44Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -373,7 +373,7 @@
<mockRepo>
<source>src/it-repo</source>
</mockRepo>
<proxyRepo/>
<proxyRepo />
</repositories>
</configuration>
</plugin>
Expand Down

0 comments on commit d9464d6

Please sign in to comment.