-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release flatten-maven-plugin-1.2.7
- Loading branch information
1 parent
3394c5b
commit 9bb3328
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
@@ -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> | ||
|