[axis-axis2-java-core] branch dependabot/maven/maven.version-3.8.6 created (now 780ebae0c5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/maven.version-3.8.6 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 780ebae0c5 Bump maven.version from 3.8.5 to 3.8.6 No new revisions were added by this update.
[axis-axis2-java-core] branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.3.0 created (now 06d77be045)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.3.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 06d77be045 Bump plexus-archiver from 4.2.7 to 4.3.0 No new revisions were added by this update.
[axis-axis2-java-core] branch dependabot/maven/org.apache.xmlbeans-xmlbeans-5.1.0 created (now ba4891d52d)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.xmlbeans-xmlbeans-5.1.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at ba4891d52d Bump xmlbeans from 3.0.1 to 5.1.0 No new revisions were added by this update.
[axis-axis2-java-core] branch dependabot/maven/tomcat.version-10.0.22 created (now e07918c696)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/tomcat.version-10.0.22 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at e07918c696 Bump tomcat.version from 10.0.21 to 10.0.22 No new revisions were added by this update.
[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.1.0 created (now 630b6c820c)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.1.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 630b6c820c Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 No new revisions were added by this update.
svn commit: r55102 - /dev/axis/axis2/java/core/1.8.1/ /release/axis/axis2/java/core/1.8.1/
Author: robertlazarski Date: Mon Jun 13 18:13:34 2022 New Revision: 55102 Log: 1.8.1 release Added: release/axis/axis2/java/core/1.8.1/ - copied from r55101, dev/axis/axis2/java/core/1.8.1/ Removed: dev/axis/axis2/java/core/1.8.1/
[axis-axis2-java-core] branch master updated (b6388e8e5d -> 97fbda935c)
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from b6388e8e5d [maven-release-plugin] prepare for next development iteration add 97fbda935c comment back in tidy-maven-plugin with FIXME comment, something is broke in systests/echo/pom.xml but I couldn't easily figure it out 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: update 'Publish the site' section for git instead of svn in release-process.md
This is an automated email from the ASF dual-hosted git repository. robertlazarski 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 efc3cb52ba update 'Publish the site' section for git instead of svn in release-process.md efc3cb52ba is described below commit efc3cb52ba3d90dab1e33fbb9ca5345e4d639667 Author: Robert Lazarski AuthorDate: Mon Jun 13 15:16:23 2022 -0400 update 'Publish the site' section for git instead of svn in release-process.md --- src/site/markdown/release-process.md | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/site/markdown/release-process.md b/src/site/markdown/release-process.md index da6b3eb854..64989c5f83 100644 --- a/src/site/markdown/release-process.md +++ b/src/site/markdown/release-process.md @@ -214,11 +214,11 @@ If the vote passes, execute the following steps: 3. Publish the site: -svn co --depth=immediates https://svn.apache.org/repos/asf/axis/site/axis2/java/ axis2-site -cd axis2-site -svn rm core -svn mv core-staging core -svn commit +git clone https://gitbox.apache.org/repos/asf/axis-site.git +git rm -r core +git mv core-staging core +git commit -am "Axis2 X.Y.Z site" +git push It may take several hours before everything has been synchronized. Before proceeding, check that