Repository: juddi-scout Updated Branches: refs/heads/master 929eea096 -> 4eee7905a
NOJIRA fixing pom so that future tags will be labeled correctly Project: http://git-wip-us.apache.org/repos/asf/juddi-scout/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi-scout/commit/4eee7905 Tree: http://git-wip-us.apache.org/repos/asf/juddi-scout/tree/4eee7905 Diff: http://git-wip-us.apache.org/repos/asf/juddi-scout/diff/4eee7905 Branch: refs/heads/master Commit: 4eee7905af970c60a6b9c54340e3f3efddfa64d0 Parents: 929eea0 Author: Alex O'Ree <[email protected]> Authored: Wed Dec 5 14:56:32 2018 -0500 Committer: Alex O'Ree <[email protected]> Committed: Wed Dec 5 14:56:32 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi-scout/blob/4eee7905/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ddddc03..b38e78a 100644 --- a/pom.xml +++ b/pom.xml @@ -356,7 +356,7 @@ <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> <releaseProfiles>apache-release</releaseProfiles> - <tagNameFormat>juddi-@{project.version}</tagNameFormat> + <tagNameFormat>scout-@{project.version}</tagNameFormat> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
