Repository: incubator-rya Updated Branches: refs/heads/master 7a733121d -> c82021393
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/4a1057da Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/4a1057da Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/4a1057da Branch: refs/heads/master Commit: 4a1057daa723adbd50bcf35a2ceba7c29365c1a2 Parents: 770bd7e Author: jdasch <[email protected]> Authored: Mon Mar 12 09:59:33 2018 -0400 Committer: David W. Lotts <[email protected]> Committed: Mon Mar 19 14:51:20 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/4a1057da/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>
