Repository: juddi-scout Updated Branches: refs/heads/master a60f14e92 -> f0aabc318
build plugin dependency update Project: http://git-wip-us.apache.org/repos/asf/juddi-scout/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi-scout/commit/f0aabc31 Tree: http://git-wip-us.apache.org/repos/asf/juddi-scout/tree/f0aabc31 Diff: http://git-wip-us.apache.org/repos/asf/juddi-scout/diff/f0aabc31 Branch: refs/heads/master Commit: f0aabc31875c2f8272d5f944716e6759e090f34e Parents: a60f14e Author: Alex O'Ree <[email protected]> Authored: Wed Dec 5 14:11:36 2018 -0500 Committer: Alex O'Ree <[email protected]> Committed: Wed Dec 5 14:11:36 2018 -0500 ---------------------------------------------------------------------- pom.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi-scout/blob/f0aabc31/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5839039..f53c941 100644 --- a/pom.xml +++ b/pom.xml @@ -348,16 +348,17 @@ </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.1</version> - <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> - <preparationGoals>clean install</preparationGoals> - <goals>deploy</goals> - <releaseProfiles>apache-release</releaseProfiles> - </configuration> - </plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5.3</version> + <configuration> + <autoVersionSubmodules>true</autoVersionSubmodules> + <preparationGoals>clean install</preparationGoals> + <goals>deploy</goals> + <releaseProfiles>apache-release</releaseProfiles> + <tagNameFormat>juddi-@{project.version}</tagNameFormat> + </configuration> + </plugin> </plugins> </pluginManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
