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/20 13:48:55 UTC

[cxf] branch main updated: Bump cxf.tycho.version from 3.0.2 to 3.0.3 (#1146)

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 0f2a3fdf5a Bump cxf.tycho.version from 3.0.2 to 3.0.3 (#1146)
0f2a3fdf5a is described below

commit 0f2a3fdf5ac92e4789f8099b75fe2fc841fdb048
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 20 08:48:47 2023 -0500

    Bump cxf.tycho.version from 3.0.2 to 3.0.3 (#1146)
    
    Bumps `cxf.tycho.version` from 3.0.2 to 3.0.3.
    
    Updates `tycho-maven-plugin` from 3.0.2 to 3.0.3
    - [Release notes](https://github.com/eclipse/tycho/releases)
    - [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.3/RELEASE_NOTES.md)
    - [Commits](https://github.com/eclipse/tycho/compare/tycho-3.0.2...tycho-3.0.3)
    
    Updates `tycho-packaging-plugin` from 3.0.2 to 3.0.3
    - [Release notes](https://github.com/eclipse/tycho/releases)
    - [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.3/RELEASE_NOTES.md)
    - [Commits](https://github.com/eclipse/tycho/compare/tycho-3.0.2...tycho-3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.tycho:tycho-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.tycho:tycho-packaging-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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 46c358c8b4..5521bee40e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -242,7 +242,7 @@
         <cxf.servicemix.jsoup.version>1.5.2_2</cxf.servicemix.jsoup.version>
         <cxf.servicemix.specs.jaxb.version>2.3_2</cxf.servicemix.specs.jaxb.version>
         <cxf.servicemix.specs.version>2.9.0</cxf.servicemix.specs.version>
-        <cxf.tycho.version>3.0.2</cxf.tycho.version>
+        <cxf.tycho.version>3.0.3</cxf.tycho.version>
         <cxf.wsdl4j.bundle.version>1.6.3_1</cxf.wsdl4j.bundle.version>
         <cxf.xerces.bundle.version>2.12.2_1</cxf.xerces.bundle.version>
         <cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version>