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-apache-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new d573224  Bump org.apache.maven:maven-parent from 42 to 43 (#20)
d573224 is described below

commit d57322491c47d24db9804e92faffcafd1b435e23
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 20:02:37 2024 +0100

    Bump org.apache.maven:maven-parent from 42 to 43 (#20)
    
    * Bump org.apache.maven:maven-parent from 42 to 43
    
    Bumps 
[org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 42 
to 43.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-parent
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    * cleanups - use version from parent
    
    ---------
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Slawomir Jaranowski <s.jaranow...@gmail.com>
---
 pom.xml                          | 2 +-
 resources-bundles-sample/pom.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index eaef47c..4fff0a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>42</version>
+    <version>43</version>
     <relativePath />
   </parent>
 
diff --git a/resources-bundles-sample/pom.xml b/resources-bundles-sample/pom.xml
index 9faad69..5d120ca 100644
--- a/resources-bundles-sample/pom.xml
+++ b/resources-bundles-sample/pom.xml
@@ -61,7 +61,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.7.0</version>
         <executions>
           <execution>
             <goals>

Reply via email to