Repository: qpid-jms Updated Branches: refs/heads/master 1b3f44cee -> 3e9e30ceb
add config for release plugin tag naming Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/3e9e30ce Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/3e9e30ce Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/3e9e30ce Branch: refs/heads/master Commit: 3e9e30ceb7d93928e6b302ab53b4045b17ad4881 Parents: 1b3f44c Author: Robert Gemmell <rob...@apache.org> Authored: Mon Mar 9 11:12:57 2015 +0000 Committer: Robert Gemmell <rob...@apache.org> Committed: Mon Mar 9 11:12:57 2015 +0000 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/3e9e30ce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8852b01..4a226f4 100644 --- a/pom.xml +++ b/pom.xml @@ -198,6 +198,7 @@ <artifactId>maven-release-plugin</artifactId> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> + <tagNameFormat>qpid-jms-@{project.version}</tagNameFormat> </configuration> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org