This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f46cbf9 Bump org.apache.maven.scm:maven-scm-* from 2.0.0 to 2.0.1 f46cbf9 is described below commit f46cbf9ded080dd6e8bb9855e2b7605785189289 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 23 14:53:51 2023 -0400 Bump org.apache.maven.scm:maven-scm-* from 2.0.0 to 2.0.1 --- pom.xml | 2 +- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ec98f4..8fbf448 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <maven-scm.version>2.0.0</maven-scm.version> + <maven-scm.version>2.0.1</maven-scm.version> <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7104420..5b36b4c 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,6 +28,8 @@ <body> <release version="1.8.2" date="20YY-MM-DD" description="Version 1.8.2"> + <!-- UPDATES --> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.scm:maven-scm-* from 2.0.0 to 2.0.1.</action> </release> <release version="1.8.1" date="2023-06-25" description="Version 1.8.1"> <!-- FIXES -->