[axis-axis2-java-core] branch master updated: Bump jettison from 1.5.0 to 1.5.1
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/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new b942f92fcb Bump jettison from 1.5.0 to 1.5.1 b942f92fcb is described below commit b942f92fcb52ce1c42b8284765d089aa5b34480c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Sep 23 13:06:48 2022 + Bump jettison from 1.5.0 to 1.5.1 Bumps [jettison](https://github.com/jettison-json/jettison) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/jettison-json/jettison/releases) - [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.0...jettison-1.5.1) --- updated-dependencies: - dependency-name: org.codehaus.jettison:jettison dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/json/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 35c31a4d67..189edf50b3 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -55,7 +55,7 @@ org.codehaus.jettison jettison -1.5.0 +1.5.1 org.apache.axis2
[axis-axis2-java-core] 02/02: Update resolver-proxy-maven-plugin
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/axis-axis2-java-core.git commit 0977dacacb18f5bed81a586b3e84fe95bd7365b9 Author: Andreas Veithen AuthorDate: Sat Sep 24 21:51:03 2022 + Update resolver-proxy-maven-plugin --- modules/distribution/pom.xml | 2 +- modules/tool/axis2-aar-maven-plugin/pom.xml | 2 +- modules/tool/axis2-java2wsdl-maven-plugin/pom.xml | 2 +- modules/tool/axis2-repo-maven-plugin/pom.xml | 2 +- modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 2d571fa849..f8e1c61abb 100755 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -553,7 +553,7 @@ -com.github.veithen.invoker +com.github.veithen.maven resolver-proxy-maven-plugin diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml b/modules/tool/axis2-aar-maven-plugin/pom.xml index 5b6f115605..be86efd735 100644 --- a/modules/tool/axis2-aar-maven-plugin/pom.xml +++ b/modules/tool/axis2-aar-maven-plugin/pom.xml @@ -137,7 +137,7 @@ -com.github.veithen.invoker +com.github.veithen.maven resolver-proxy-maven-plugin diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml index c783224283..a3c396ac68 100644 --- a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml +++ b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml @@ -131,7 +131,7 @@ -com.github.veithen.invoker +com.github.veithen.maven resolver-proxy-maven-plugin diff --git a/modules/tool/axis2-repo-maven-plugin/pom.xml b/modules/tool/axis2-repo-maven-plugin/pom.xml index aad2694385..c6e95c5526 100644 --- a/modules/tool/axis2-repo-maven-plugin/pom.xml +++ b/modules/tool/axis2-repo-maven-plugin/pom.xml @@ -131,7 +131,7 @@ -com.github.veithen.invoker +com.github.veithen.maven resolver-proxy-maven-plugin diff --git a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml index c2687ef7fe..7a33a84ff9 100644 --- a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml +++ b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml @@ -203,7 +203,7 @@ -com.github.veithen.invoker +com.github.veithen.maven resolver-proxy-maven-plugin diff --git a/pom.xml b/pom.xml index 8c4b1d414e..e152b06c03 100644 --- a/pom.xml +++ b/pom.xml @@ -1204,9 +1204,9 @@ 0.4.1 -com.github.veithen.invoker +com.github.veithen.maven resolver-proxy-maven-plugin -0.1.3 +0.4.0 maven-invoker-plugin
[axis-axis2-java-core] branch master updated (b942f92fcb -> 0977dacacb)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from b942f92fcb Bump jettison from 1.5.0 to 1.5.1 new c40f9efed0 Update Java versions new 0977dacacb Update resolver-proxy-maven-plugin The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/ci.yml | 2 +- modules/distribution/pom.xml | 2 +- modules/tool/axis2-aar-maven-plugin/pom.xml | 2 +- modules/tool/axis2-java2wsdl-maven-plugin/pom.xml | 2 +- modules/tool/axis2-repo-maven-plugin/pom.xml | 2 +- modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-)
[axis-axis2-java-core] 01/02: Update Java versions
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/axis-axis2-java-core.git commit c40f9efed0008e596a01589a48915bbad7c72c1c Author: Andreas Veithen AuthorDate: Sat Sep 24 21:12:44 2022 + Update Java versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16eaba8969..4c3048fd9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: build: strategy: matrix: -java: [ 11, 17, 18 ] +java: [ 11, 17, 19 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-18.04 steps: