Update buildnumber plugin to latest to work better with git
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f5673ddb Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f5673ddb Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f5673ddb Branch: refs/heads/2.6.x-fixes Commit: f5673ddb38b54dde6dd8369ee0bcf9df66efff4a Parents: 3ad86b7 Author: Daniel Kulp <[email protected]> Authored: Wed May 14 14:05:40 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jun 4 14:47:58 2014 -0400 ---------------------------------------------------------------------- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f5673ddb/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index d92ca0c..e5589bc 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -171,7 +171,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> - <version>1.2</version> + <version>1.3</version> <executions> <execution> <id>create-noncanonicalrev</id>
