fixed typo
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6a7704d9 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6a7704d9 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6a7704d9 Branch: refs/heads/CURATOR-118 Commit: 6a7704d98633f228fb6334df879adac0bf18f761 Parents: 8a43132 Author: randgalt <[email protected]> Authored: Sun Jul 20 20:42:57 2014 -0500 Committer: randgalt <[email protected]> Committed: Sun Jul 20 20:42:57 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/6a7704d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d0cd6c4..a37307c 100644 --- a/pom.xml +++ b/pom.xml @@ -561,7 +561,7 @@ <version>${maven-release-plugin-version}</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> - <tagNameFormat>${artifactID}-@{project.version}</tagNameFormat> + <tagNameFormat>${artifactID}-${project.version}</tagNameFormat> <pushChanges>false</pushChanges> <localCheckout>true</localCheckout> </configuration>
