Repository: commons-release-plugin Updated Branches: refs/heads/master 255070351 -> d0108dd57
Update Maven from 3.5.2 to 3.5.3. Build success with 'mvn clean install site'. Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/d0108dd5 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/d0108dd5 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/d0108dd5 Branch: refs/heads/master Commit: d0108dd574f2780cd704ca0412d17fa1602b27aa Parents: 2550703 Author: Gary Gregory <[email protected]> Authored: Sun May 13 08:21:36 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun May 13 08:21:36 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d0108dd5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 35e6808..9b5aeaf 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ <properties> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> - <maven.dependency.version>3.5.2</maven.dependency.version> + <maven.dependency.version>3.5.3</maven.dependency.version> <commons.componentid>commons-release-plugin</commons.componentid> <commons.jira.id>COMMONSSITE</commons.jira.id> <commons.jira.pid>12310466&amp;component=12312401</commons.jira.pid>
