Repository: incubator-htrace Updated Branches: refs/heads/master 04ee0d686 -> 2ce9d3b25
Fix broken kudu module Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/2ce9d3b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/2ce9d3b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/2ce9d3b2 Branch: refs/heads/master Commit: 2ce9d3b25a49d371a7b48e389b56d50a0164c8a0 Parents: 04ee0d6 Author: Lewis John McGibbney <[email protected]> Authored: Wed Apr 11 13:37:33 2018 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Apr 11 13:37:33 2018 -0700 ---------------------------------------------------------------------- htrace-kudu/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/2ce9d3b2/htrace-kudu/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-kudu/pom.xml b/htrace-kudu/pom.xml index 19195e5..0b7a15b 100644 --- a/htrace-kudu/pom.xml +++ b/htrace-kudu/pom.xml @@ -18,7 +18,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>4.2.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
