bug fix, fixing spark pom.xml parent version,Closes #131
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/3b9fb100 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/3b9fb100 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/3b9fb100 Branch: refs/heads/master Commit: 3b9fb100c1262d184954ec3405c2ee300c560551 Parents: 3f27536 Author: pujav65 <[email protected]> Authored: Tue Dec 20 11:02:28 2016 -0500 Committer: pujav65 <[email protected]> Committed: Tue Dec 20 16:36:22 2016 -0500 ---------------------------------------------------------------------- spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/3b9fb100/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 04c8bb5..09d05d0 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>3.2.10-incubating-SNAPSHOT</version> + <version>3.2.11-incubating-SNAPSHOT</version> </parent> <artifactId>rya.spark</artifactId>
