Repository: knox Updated Branches: refs/heads/v1.2.0 c291b4cb3 -> 5b7b64731
Fix gateway-service-livy pom Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/5b7b6473 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/5b7b6473 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/5b7b6473 Branch: refs/heads/v1.2.0 Commit: 5b7b6473182d6607a0c72d2ddce5ebf138e36b60 Parents: c291b4c Author: Kevin Risden <[email protected]> Authored: Thu Nov 15 08:55:39 2018 -0500 Committer: Kevin Risden <[email protected]> Committed: Thu Nov 15 08:55:44 2018 -0500 ---------------------------------------------------------------------- gateway-service-livy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/5b7b6473/gateway-service-livy/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-livy/pom.xml b/gateway-service-livy/pom.xml index 7aa9fa3..d57a763 100644 --- a/gateway-service-livy/pom.xml +++ b/gateway-service-livy/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-livy</artifactId>
