You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/01/15 14:44:14 UTC

[plc4x] branch develop updated: - Try to fix the deployment issue.

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new da43590  - Try to fix the deployment issue.
da43590 is described below

commit da435905e3d4fb901206c28e794407c6657fb61b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Jan 15 15:44:07 2021 +0100

    - Try to fix the deployment issue.
---
 plc4j/integrations/apache-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/integrations/apache-kafka/pom.xml b/plc4j/integrations/apache-kafka/pom.xml
index 7a46b85..7dc6405 100644
--- a/plc4j/integrations/apache-kafka/pom.xml
+++ b/plc4j/integrations/apache-kafka/pom.xml
@@ -162,7 +162,7 @@
             <configuration>
               <artifacts>
                 <artifact>
-                  <file>${project.build.directory}/components/packages/${project.artifactId}-${project.version}.zip</file>
+                  <file>${project.build.directory}/components/packages/plc4x-${project.artifactId}-${project.version}.zip</file>
                   <type>zip</type>
                   <classifier>standalone</classifier>
                 </artifact>