You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/31 14:14:43 UTC

[streampipes] branch dev updated: Bump maven-archetype-plugin from 3.0.1 to 3.2.1 (#982)

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

bossenti 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 3b9423953 Bump maven-archetype-plugin from 3.0.1 to 3.2.1 (#982)
3b9423953 is described below

commit 3b9423953d04f6c1eca89af4a9e92e2a415d0a74
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 31 15:14:39 2022 +0100

    Bump maven-archetype-plugin from 3.0.1 to 3.2.1 (#982)
    
    Bumps [maven-archetype-plugin](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.plugins:maven-archetype-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 8aa8daa5c..f5561fbb0 100644
--- a/archetypes/streampipes-archetype-extensions-jvm/pom.xml
+++ b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
@@ -43,7 +43,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
index 309ec8600..3da1bdac9 100644
--- a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
@@ -43,7 +43,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
index 4ec56af7e..7ff24cd37 100644
--- a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
@@ -43,7 +43,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/streampipes-commons/pom.xml b/streampipes-commons/pom.xml
index 64222efdd..8642f565e 100644
--- a/streampipes-commons/pom.xml
+++ b/streampipes-commons/pom.xml
@@ -57,7 +57,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>