[axis-axis2-java-core] branch dependabot/maven/jetty.version-9.4.38.v20210224 created (now fc3a89e)

2021-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/jetty.version-9.4.38.v20210224
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at fc3a89e  Bump jetty.version from 9.4.36.v20210114 to 9.4.38.v20210224

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/com.github.veithen.maven-jacoco-report-maven-plugin-0.3.0 created (now d245066)

2021-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.github.veithen.maven-jacoco-report-maven-plugin-0.3.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at d245066  Bump jacoco-report-maven-plugin from 0.2.0 to 0.3.0

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/com.sun.mail-jakarta.mail-1.6.6 created (now 265782b)

2021-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.sun.mail-jakarta.mail-1.6.6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 265782b  Bump jakarta.mail from 1.6.5 to 1.6.6

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (5def781 -> 573c09a)

2021-02-27 Thread veithen
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 5def781  Bump maven-common-artifact-filters from 3.1.1 to 3.2.0
 add 573c09a  Bump jacoco-report-maven-plugin from 0.2.0 to 0.3.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch master updated (573c09a -> 260c3dc)

2021-02-27 Thread veithen
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 573c09a  Bump jacoco-report-maven-plugin from 0.2.0 to 0.3.0
 add 260c3dc  Bump jakarta.mail from 1.6.5 to 1.6.6

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch master updated (260c3dc -> 4b8e200)

2021-02-27 Thread veithen
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 260c3dc  Bump jakarta.mail from 1.6.5 to 1.6.6
 add 4b8e200  Bump jetty.version from 9.4.36.v20210114 to 9.4.38.v20210224

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch master updated (4b8e200 -> a26a24e)

2021-02-27 Thread veithen
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 4b8e200  Bump jetty.version from 9.4.36.v20210114 to 9.4.38.v20210224
 add a26a24e  Bump mockito-core from 3.7.7 to 3.8.0

No new revisions were added by this update.

Summary of changes:
 modules/jaxws/pom.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[axis-axis2-java-core] branch master updated: Retry failed downloads from Maven repositories

2021-02-27 Thread veithen
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 5da39a0  Retry failed downloads from Maven repositories
5da39a0 is described below

commit 5da39a0431f790182a8df5e0b34ecf64ec7f3889
Author: Andreas Veithen 
AuthorDate: Sat Feb 27 13:19:33 2021 +

Retry failed downloads from Maven repositories
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b391f7c..7beb3d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,9 @@ on:
   pull_request:
 branches: [ '*' ]
 
+env:
+  MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 
-Dmaven.wagon.http.retryHandler.count=3
+
 jobs:
   build:
 strategy:



[axis-axis2-java-core] branch master updated: Remove unnecessary dependency

2021-02-27 Thread veithen
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 5195df7  Remove unnecessary dependency
5195df7 is described below

commit 5195df73ba0cb83167554a3cf15e8c008da119ce
Author: Andreas Veithen 
AuthorDate: Sat Feb 27 13:37:38 2021 +

Remove unnecessary dependency
---
 modules/jibx/pom.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/modules/jibx/pom.xml b/modules/jibx/pom.xml
index 6a4f2ac..e33bb12 100644
--- a/modules/jibx/pom.xml
+++ b/modules/jibx/pom.xml
@@ -59,11 +59,6 @@
 jibx-run
 
 
-org.apache.ant
-ant
-test
-
-
 ${project.groupId}
 axis2-testutils
 ${project.version}