You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/02/07 10:42:31 UTC

[avro] branch branch-1.11 updated: Bump archetype-plugin.version from 3.2.0 to 3.2.1 in /lang/java (#1524)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new e6201e7  Bump archetype-plugin.version from 3.2.0 to 3.2.1 in /lang/java (#1524)
e6201e7 is described below

commit e6201e79bc701df4100bacaa35dffc501f2b1350
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 7 12:42:07 2022 +0200

    Bump archetype-plugin.version from 3.2.0 to 3.2.1 in /lang/java (#1524)
    
    Bumps `archetype-plugin.version` from 3.2.0 to 3.2.1.
    
    Updates `archetype-packaging` from 3.2.0 to 3.2.1
    - [Release notes](https://github.com/apache/maven-archetype/releases)
    - [Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.2.0...maven-archetype-3.2.1)
    
    Updates `maven-archetype-plugin` from 3.2.0 to 3.2.1
    - [Release notes](https://github.com/apache/maven-archetype/releases)
    - [Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.2.0...maven-archetype-3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.archetype:archetype-packaging
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugins:maven-archetype-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 62e337e8e04a653730c6630f27d9f24181922ff6)
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index a56f23f..c16f4a2 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -61,7 +61,7 @@
     <grpc.version>1.44.0</grpc.version>
     <zstd-jni.version>1.5.1-1</zstd-jni.version>
     <!-- version properties for plugins -->
-    <archetype-plugin.version>3.2.0</archetype-plugin.version>
+    <archetype-plugin.version>3.2.1</archetype-plugin.version>
     <bundle-plugin-version>5.1.4</bundle-plugin-version>
     <exec-plugin.version>3.0.0</exec-plugin.version>
     <file-management.version>3.0.0</file-management.version>