Repository: qpid-jms Updated Branches: refs/heads/master 9e8be50a2 -> c5aa603a3
NO-JIRA: update tag format to just use the version like other components do Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/e40eb9c9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/e40eb9c9 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/e40eb9c9 Branch: refs/heads/master Commit: e40eb9c95928398fb60ba301c953551876495d37 Parents: 9e8be50 Author: Robert Gemmell <[email protected]> Authored: Wed May 13 14:40:28 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Wed May 13 14:40:28 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e40eb9c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cce601a..6f2827c 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ <artifactId>maven-release-plugin</artifactId> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> - <tagNameFormat>qpid-jms-@{project.version}</tagNameFormat> + <tagNameFormat>@{project.version}</tagNameFormat> </configuration> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
