Skip to content

Commit

Permalink
[maven-release-plugin] prepare release flatten-maven-plugin-1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lasselindqvist committed Mar 1, 2021
1 parent 3394c5b commit 9bb3328
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 @@ -30,7 +30,7 @@
<artifactId>flatten-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Flatten Plugin</name>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<description>Plugin to generate flattened POM (reduced and resolved information required for consumers of maven repositories) and to use (install, sign, deploy) it instead of original pom.xml.</description>
<inceptionYear>2014</inceptionYear>

Expand All @@ -39,7 +39,7 @@
</prerequisites>
<properties>
<mavenVersion>3.2.5</mavenVersion>
<project.build.outputTimestamp>2021-02-28T10:55:34Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-03-01T20:22:18Z</project.build.outputTimestamp>
</properties>
<developers>
<developer>
Expand Down Expand Up @@ -307,7 +307,7 @@
<connection>scm:git:https://github.com/mojohaus/flatten-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mojohaus/flatten-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/flatten-maven-plugin</url>
<tag>HEAD</tag>
<tag>flatten-maven-plugin-1.2.7</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit 9bb3328

Please sign in to comment.