You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/08/22 08:23:02 UTC

[unomi] branch master updated: Fix typo in marker

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new bfd9196  Fix typo in marker
bfd9196 is described below

commit bfd91965c9c78cb6c41b12e369061ab2b0e55ad9
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Sat Aug 22 10:22:53 2020 +0200

    Fix typo in marker
---
 kar/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kar/src/main/feature/feature.xml b/kar/src/main/feature/feature.xml
index ca39b7c..451d9fb 100644
--- a/kar/src/main/feature/feature.xml
+++ b/kar/src/main/feature/feature.xml
@@ -90,7 +90,7 @@
         <bundle>mvn:org.apache.unomi/manual/${project.version}</bundle>
     </feature>
 
-    <feature name="unomi-rest-ui" description="Enables Swagger UI to browse the REST API" version="${project.version">
+    <feature name="unomi-rest-ui" description="Enables Swagger UI to browse the REST API" version="${project.version}">
         <feature>unomi-kar</feature>
         <bundle start-level="85">mvn:org.webjars/swagger-ui/3.23.8</bundle>
     </feature>