This is an automated email from the ASF dual-hosted git repository.
more pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new d5943c6d0 KNOX-2888 - Update gateway-version to 2.1.0 in build.xml
(#735)
d5943c6d0 is described below
commit d5943c6d0bb29cf9f82882fca80c1fd64b103817
Author: Sandeep Moré <[email protected]>
AuthorDate: Tue Mar 14 22:06:37 2023 -0400
KNOX-2888 - Update gateway-version to 2.1.0 in build.xml (#735)
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index c424cf427..23a8772a2 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@ Release build file for the Apache Knox Gateway
<property name="gateway-project" value="knox"/>
<property name="gateway-artifact" value="knox"/>
<property name="knoxshell-artifact" value="knoxshell"/>
-<property name="gateway-version" value="2.0.0-SNAPSHOT"/>
+<property name="gateway-version" value="2.1.0-SNAPSHOT"/>
<property name="release-manager" value="kminder"/>
<property name="gateway-home" value="${gateway-artifact}-${gateway-version}"/>