You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2021/08/20 08:05:35 UTC

[incubator-streampipes-website] branch dev updated: [STREAMPIPES-407] Update archetype command in tutorials

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

riemer 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 cd26be7  [STREAMPIPES-407] Update archetype command in tutorials
cd26be7 is described below

commit cd26be73497dbb2944393fd93f9a8c0e5bfcb971
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Aug 20 10:05:17 2021 +0200

    [STREAMPIPES-407] Update archetype command in tutorials
---
 documentation/docs/06_extend-tutorial-data-processors.md            | 6 +++---
 documentation/docs/06_extend-tutorial-data-sinks.md                 | 4 ++--
 documentation/docs/06_extend-tutorial-data-sources.md               | 4 ++--
 .../version-0.68.0/06_extend-tutorial-data-processors.md            | 4 ++--
 .../versioned_docs/version-0.68.0/06_extend-tutorial-data-sinks.md  | 4 ++--
 .../version-0.68.0/06_extend-tutorial-data-sources.md               | 4 ++--
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/documentation/docs/06_extend-tutorial-data-processors.md b/documentation/docs/06_extend-tutorial-data-processors.md
index cc38d01..c8c8894 100644
--- a/documentation/docs/06_extend-tutorial-data-processors.md
+++ b/documentation/docs/06_extend-tutorial-data-processors.md
@@ -28,11 +28,11 @@ The algorithm outputs every location event once the position has entered the geo
 ## Project setup
 
 To create new projects from scratch, several Maven archetypes exist to start developing.
-Enter the following command to create a new project based ongit st the StreamPipes ``Processors-Flink`` archetype:
+Enter the following command to create a new project based on the StreamPipes ``Processors-Flink`` archetype:
 
 ```
-mvn archetype:generate -DarchetypeGroupId=org.streampipes \
--DarchetypeArtifactId=streampipes-archetype-pe-processors-flink -DarchetypeVersion=0.67.0 \
+mvn archetype:generate -DarchetypeGroupId=org.apache.streampipes \
+-DarchetypeArtifactId=streampipes-archetype-pe-processors-flink -DarchetypeVersion=0.68.0 \
 -DgroupId=org.streampipes.tutorial -DartifactId=geofence-tutorial -DclassNamePrefix=Geofencing -DpackageName=geofencing
 ```
 
diff --git a/documentation/docs/06_extend-tutorial-data-sinks.md b/documentation/docs/06_extend-tutorial-data-sinks.md
index 8db3f91..cf6cb38 100644
--- a/documentation/docs/06_extend-tutorial-data-sinks.md
+++ b/documentation/docs/06_extend-tutorial-data-sinks.md
@@ -22,8 +22,8 @@ We'll create a new project using the provided sinks-standalone-jvm Maven archety
 Enter the following command to create a new project based on the StreamPipes ``Sinks-JVM`` archetype:
 
 ```
-mvn archetype:generate -DarchetypeGroupId=org.streampipes \
--DarchetypeArtifactId=streampipes-archetype-pe-sinks-jvm -DarchetypeVersion=0.67.0 \
+mvn archetype:generate -DarchetypeGroupId=org.apache.streampipes \
+-DarchetypeArtifactId=streampipes-archetype-pe-sinks-jvm -DarchetypeVersion=0.68.0 \
 -DgroupId=org.streampipes.tutorial -DartifactId=sink-tutorial -DclassNamePrefix=Rest -DpackageName=geofencing
 ```
 
diff --git a/documentation/docs/06_extend-tutorial-data-sources.md b/documentation/docs/06_extend-tutorial-data-sources.md
index 51ec336..13a6cdf 100644
--- a/documentation/docs/06_extend-tutorial-data-sources.md
+++ b/documentation/docs/06_extend-tutorial-data-sources.md
@@ -31,8 +31,8 @@ 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 \
--DarchetypeVersion=0.67.0 -DgroupId=my.groupId \
+-DarchetypeGroupId=org.apache.streampipes -DarchetypeArtifactId=streampipes-archetype-pe-sources \
+-DarchetypeVersion=0.68.0 -DgroupId=my.groupId \
 -DartifactId=my-source -DclassNamePrefix=MySource -DpackageName=mypackagename
 ```
 
diff --git a/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-processors.md b/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-processors.md
index 5e90430..101c105 100644
--- a/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-processors.md
+++ b/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-processors.md
@@ -32,8 +32,8 @@ To create new projects from scratch, several Maven archetypes exist to start dev
 Enter the following command to create a new project based ongit st the StreamPipes ``Processors-Flink`` archetype:
 
 ```
-mvn archetype:generate -DarchetypeGroupId=org.streampipes \
--DarchetypeArtifactId=streampipes-archetype-pe-processors-flink -DarchetypeVersion=0.67.0 \
+mvn archetype:generate -DarchetypeGroupId=org.apache.streampipes \
+-DarchetypeArtifactId=streampipes-archetype-pe-processors-flink -DarchetypeVersion=0.68.0 \
 -DgroupId=org.streampipes.tutorial -DartifactId=geofence-tutorial -DclassNamePrefix=Geofencing -DpackageName=geofencing
 ```
 
diff --git a/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sinks.md b/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sinks.md
index 2b08355..c51df53 100644
--- a/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sinks.md
+++ b/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sinks.md
@@ -23,8 +23,8 @@ We'll create a new project using the provided sinks-standalone-jvm Maven archety
 Enter the following command to create a new project based on the StreamPipes ``Sinks-JVM`` archetype:
 
 ```
-mvn archetype:generate -DarchetypeGroupId=org.streampipes \
--DarchetypeArtifactId=streampipes-archetype-pe-sinks-jvm -DarchetypeVersion=0.67.0 \
+mvn archetype:generate -DarchetypeGroupId=org.apache.streampipes \
+-DarchetypeArtifactId=streampipes-archetype-pe-sinks-jvm -DarchetypeVersion=0.68.0 \
 -DgroupId=org.streampipes.tutorial -DartifactId=sink-tutorial -DclassNamePrefix=Rest -DpackageName=geofencing
 ```
 
diff --git a/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sources.md b/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sources.md
index 02a53e1..6986929 100644
--- a/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sources.md
+++ b/documentation/website/versioned_docs/version-0.68.0/06_extend-tutorial-data-sources.md
@@ -32,8 +32,8 @@ 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 \
--DarchetypeVersion=0.67.0 -DgroupId=my.groupId \
+-DarchetypeGroupId=org.apache.streampipes -DarchetypeArtifactId=streampipes-archetype-pe-sources \
+-DarchetypeVersion=0.68.0 -DgroupId=my.groupId \
 -DartifactId=my-source -DclassNamePrefix=MySource -DpackageName=mypackagename
 ```