Repository: accumulo Updated Branches: refs/heads/master edf659544 -> a085d6233
ACCUMULO-2267 Incorrect version in init/pom.xml Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a085d623 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a085d623 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a085d623 Branch: refs/heads/master Commit: a085d62337b78c846710b398c1d3eb9589c96c0b Parents: edf6595 Author: Josh Elser <els...@apache.org> Authored: Tue Mar 11 22:05:10 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Tue Mar 11 22:05:34 2014 -0400 ---------------------------------------------------------------------- init/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a085d623/init/pom.xml ---------------------------------------------------------------------- diff --git a/init/pom.xml b/init/pom.xml index dfd1ff8..fab17a9 100644 --- a/init/pom.xml +++ b/init/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>accumulo-init</artifactId>