Repository: incubator-hivemall Updated Branches: refs/heads/master 131eb060a -> bc094bfa3
Fixed pom.xml for release versioning Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/bc094bfa Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/bc094bfa Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/bc094bfa Branch: refs/heads/master Commit: bc094bfa3f9ae125b27ca1fad0c71207857ae6e6 Parents: 131eb06 Author: Makoto Yui <[email protected]> Authored: Tue Dec 26 14:58:44 2017 +0900 Committer: Makoto Yui <[email protected]> Committed: Tue Dec 26 14:58:44 2017 +0900 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/bc094bfa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d7c5391..c23e88e 100644 --- a/pom.xml +++ b/pom.xml @@ -684,6 +684,13 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagNameFormat>v@{project.version}</tagNameFormat> + </configuration> + </plugin> </plugins> </build>
