This is an automated email from the ASF dual-hosted git repository.
smolnar 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 309189882 Fix Ozone version (#899)
309189882 is described below
commit 30918988292b4a9dfd6bdd0f4d524fd318e69baf
Author: Zita Dombi <[email protected]>
AuthorDate: Tue Apr 9 13:14:52 2024 +0200
Fix Ozone version (#899)
---
.../src/main/resources/services/ozone-scm/1.4.0/service.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gateway-service-definitions/src/main/resources/services/ozone-scm/1.4.0/service.xml
b/gateway-service-definitions/src/main/resources/services/ozone-scm/1.4.0/service.xml
index 9968ef13a..e6a2b148f 100644
---
a/gateway-service-definitions/src/main/resources/services/ozone-scm/1.4.0/service.xml
+++
b/gateway-service-definitions/src/main/resources/services/ozone-scm/1.4.0/service.xml
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<service role="OZONE-SCM" name="ozone-scm" version="1.2.0">
+<service role="OZONE-SCM" name="ozone-scm" version="1.4.0">
<metadata>
<type>UI</type>
<context>/ozone-scm/index.html?host={{BACKEND_HOST}}</context>