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/0aafe463 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0aafe463 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0aafe463 Branch: refs/heads/2.7.x-fixes Commit: 0aafe4633f1f64500f45b61401e71595124827cd Parents: e07c8f0 Author: Daniel Kulp <[email protected]> Authored: Wed May 14 14:05:40 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jun 4 10:47:37 2014 -0400 ---------------------------------------------------------------------- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/0aafe463/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 3e3ccd4..3c02916 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -169,7 +169,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>
