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 2023/01/03 06:45:31 UTC

[streampipes] branch dev updated: Bump archetype-packaging from 3.0.1 to 3.2.1

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 bfeb0a49a Bump archetype-packaging from 3.0.1 to 3.2.1
bfeb0a49a is described below

commit bfeb0a49ac8e695d9c56466fb1945008fd309547
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 3 02:13:28 2023 +0000

    Bump archetype-packaging from 3.0.1 to 3.2.1
    
    Bumps [archetype-packaging](https://github.com/apache/maven-archetype) from 3.0.1 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-archetype/releases)
    - [Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.0.1...maven-archetype-3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.archetype:archetype-packaging
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 archetypes/streampipes-archetype-extensions-jvm/pom.xml      | 2 +-
 archetypes/streampipes-archetype-pe-processors-flink/pom.xml | 2 +-
 archetypes/streampipes-archetype-pe-sinks-flink/pom.xml      | 2 +-
 streampipes-commons/pom.xml                                  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archetypes/streampipes-archetype-extensions-jvm/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
index f5561fbb0..2359e1c01 100644
--- a/archetypes/streampipes-archetype-extensions-jvm/pom.xml
+++ b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
@@ -35,7 +35,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>3.0.1</version>
+                <version>3.2.1</version>
             </extension>
         </extensions>
 
diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
index 3da1bdac9..0d60d6bc6 100644
--- a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
@@ -35,7 +35,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>3.0.1</version>
+                <version>3.2.1</version>
             </extension>
         </extensions>
 
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
index 7ff24cd37..95e441f6b 100644
--- a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
@@ -35,7 +35,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>3.0.1</version>
+                <version>3.2.1</version>
             </extension>
         </extensions>
 
diff --git a/streampipes-commons/pom.xml b/streampipes-commons/pom.xml
index 8642f565e..2660ff378 100644
--- a/streampipes-commons/pom.xml
+++ b/streampipes-commons/pom.xml
@@ -49,7 +49,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>3.0.1</version>
+                <version>3.2.1</version>
             </extension>
         </extensions>