You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/27 17:39:04 UTC

[maven-shared-utils] branch master updated: Bump maven-shared-components from 36 to 37

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new a9ac97b  Bump maven-shared-components from 36 to 37
a9ac97b is described below

commit a9ac97bd82d9eefbc730985dcf8616a71de02289
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 27 16:24:00 2022 +0000

    Bump maven-shared-components from 36 to 37
    
    Bumps [maven-shared-components](https://github.com/apache/maven-parent) from 36 to 37.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-shared-components
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d72691..6f5d735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>36</version>
+    <version>37</version>
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>