POM version fix. Closes #281
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/544ffddf Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/544ffddf Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/544ffddf Branch: refs/heads/master Commit: 544ffddf43e1ba1df13fd364fe0bb102caff3025 Parents: 1675f71 Author: jdasch <[email protected]> Authored: Mon Mar 12 09:59:33 2018 -0400 Committer: David W. Lotts <[email protected]> Committed: Tue Mar 20 13:30:23 2018 -0400 ---------------------------------------------------------------------- extras/rya.streams/query-manager/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/544ffddf/extras/rya.streams/query-manager/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.streams/query-manager/pom.xml b/extras/rya.streams/query-manager/pom.xml index afb0386..fc1a358 100644 --- a/extras/rya.streams/query-manager/pom.xml +++ b/extras/rya.streams/query-manager/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>3.2.12-incubating-SNAPSHOT</version> + <version>3.2.13-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -290,4 +290,4 @@ under the License. </plugin> </plugins> </build> -</project> \ No newline at end of file +</project>
