fixed another typo
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/5df92bf8 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/5df92bf8 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5df92bf8 Branch: refs/heads/master Commit: 5df92bf8861184d25b3e367f6fa5fc595fe8b6e0 Parents: 6a7704d Author: randgalt <[email protected]> Authored: Sun Jul 20 20:46:04 2014 -0500 Committer: randgalt <[email protected]> Committed: Sun Jul 20 20:46:04 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/5df92bf8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a37307c..2129e56 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>${project.artifactId}-${project.version}</tagNameFormat> <pushChanges>false</pushChanges> <localCheckout>true</localCheckout> </configuration>
