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 2019/05/16 20:39:39 UTC

[unomi] branch master updated: Change router packaging to KAR to make it consistent with all other packages.

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 b5e289c  Change router packaging to KAR to make it consistent with all other packages.
b5e289c is described below

commit b5e289c3dab999646247885f5c50bad3f0323daf
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Thu May 16 22:39:33 2019 +0200

    Change router packaging to KAR to make it consistent with all other packages.
---
 extensions/router/router-karaf-feature/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/router/router-karaf-feature/pom.xml b/extensions/router/router-karaf-feature/pom.xml
index 839e4d9..7618c7f 100644
--- a/extensions/router/router-karaf-feature/pom.xml
+++ b/extensions/router/router-karaf-feature/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>unomi-router-karaf-feature</artifactId>
     <name>Apache Unomi :: Extensions :: Router :: Apache Karaf Feature</name>
     <description>Apache Karaf feature for the Apache Unomi Context Server extension</description>
-    <packaging>feature</packaging>
+    <packaging>kar</packaging>
     <dependencies>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>