You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/12/05 13:57:52 UTC

[streampipes] branch dev updated: Rename artifact `integration` to `streampipes-integration-tests`.

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new a0a9909ed Rename artifact `integration` to `streampipes-integration-tests`.
a0a9909ed is described below

commit a0a9909ed7e822554c5a69bf409f413f4d351183
Author: Zike Yang <zi...@apache.org>
AuthorDate: Mon Dec 5 21:03:55 2022 +0800

    Rename artifact `integration` to `streampipes-integration-tests`.
---
 streampipes-integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-integration-tests/pom.xml b/streampipes-integration-tests/pom.xml
index 98e9fb32c..ab727fe68 100644
--- a/streampipes-integration-tests/pom.xml
+++ b/streampipes-integration-tests/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>integration</artifactId>
+    <artifactId>streampipes-integration-tests</artifactId>
     <name>StreamPipes Integration Tests</name>
 
     <properties>