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 2021/06/15 10:00:17 UTC

[incubator-streampipes-website] branch dev updated: Update groupId of streampipes-archetype-pe-sources

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/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new a9dd22e  Update groupId of streampipes-archetype-pe-sources
     new 6a3c9d6  Merge pull request #18 from obermeier/dev
a9dd22e is described below

commit a9dd22e67f05eaf2fb4abd7229e7fee8e81f84ca
Author: Stefan Obermeier <ob...@users.noreply.github.com>
AuthorDate: Tue Jun 15 00:14:45 2021 +0200

    Update groupId of streampipes-archetype-pe-sources
---
 .../versioned_docs/version-0.67.0/06_extend-tutorial-data-sources.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/website/versioned_docs/version-0.67.0/06_extend-tutorial-data-sources.md b/documentation/website/versioned_docs/version-0.67.0/06_extend-tutorial-data-sources.md
index e498aab..8ec1ba4 100644
--- a/documentation/website/versioned_docs/version-0.67.0/06_extend-tutorial-data-sources.md
+++ b/documentation/website/versioned_docs/version-0.67.0/06_extend-tutorial-data-sources.md
@@ -32,7 +32,7 @@ Enter the following command in a command line of your choice (Apache Maven needs
 
 ```
 mvn archetype:generate \
--DarchetypeGroupId=org.streampipes -DarchetypeArtifactId=streampipes-archetype-pe-sources \
+-DarchetypeGroupId=org.apache.streampipes -DarchetypeArtifactId=streampipes-archetype-pe-sources \
 -DarchetypeVersion=0.67.0 -DgroupId=my.groupId \
 -DartifactId=my-source -DclassNamePrefix=MySource -DpackageName=mypackagename
 ```