You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/07/05 23:53:46 UTC

[ws-axiom] branch master updated: Bump p2-maven-connector from 0.5.1 to 0.6.0

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new bf5e6ceca Bump p2-maven-connector from 0.5.1 to 0.6.0
bf5e6ceca is described below

commit bf5e6cecacfebdd03b0567d4d396545a56125268
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jul 5 23:40:31 2022 +0000

    Bump p2-maven-connector from 0.5.1 to 0.6.0
    
    Bumps [p2-maven-connector](https://github.com/veithen/p2-maven-connector) from 0.5.1 to 0.6.0.
    - [Release notes](https://github.com/veithen/p2-maven-connector/releases)
    - [Commits](https://github.com/veithen/p2-maven-connector/compare/0.5.1...0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.veithen.maven:p2-maven-connector
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 systests/psychopath-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/psychopath-tests/pom.xml b/systests/psychopath-tests/pom.xml
index 94cc6d3e2..f23e33dcb 100644
--- a/systests/psychopath-tests/pom.xml
+++ b/systests/psychopath-tests/pom.xml
@@ -73,7 +73,7 @@
             <extension>
                 <groupId>com.github.veithen.maven</groupId>
                 <artifactId>p2-maven-connector</artifactId>
-                <version>0.5.1</version>
+                <version>0.6.0</version>
             </extension>
         </extensions>
     </build>