You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/14 15:15:23 UTC

[cxf] branch main updated: Bump docker-maven-plugin from 0.4.9 to 1.2.2 (#1137)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new ace8b89629 Bump docker-maven-plugin from 0.4.9 to 1.2.2 (#1137)
ace8b89629 is described below

commit ace8b89629eb561b6e5b4dbb86eaad50190744e7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 14 10:15:14 2023 -0500

    Bump docker-maven-plugin from 0.4.9 to 1.2.2 (#1137)
    
    Bumps [docker-maven-plugin](https://github.com/spotify/docker-maven-plugin) from 0.4.9 to 1.2.2.
    - [Release notes](https://github.com/spotify/docker-maven-plugin/releases)
    - [Changelog](https://github.com/spotify/docker-maven-plugin/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/spotify/docker-maven-plugin/compare/v0.4.9...v1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.spotify:docker-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 distribution/src/main/release/samples/jaxws_spring_boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
index 910e61359f..8c20700774 100644
--- a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
@@ -88,7 +88,7 @@
             <plugin>
                 <groupId>com.spotify</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
-                <version>0.4.9</version>
+                <version>1.2.2</version>
                 <configuration>
                     <imageName>${project.groupId}/${project.artifactId}</imageName>
                     <baseImage>frolvlad/alpine-oraclejdk8:slim</baseImage>