This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5128711 Bump org.apache.maven.plugins:maven-scm-publish-plugin
5128711 is described below
commit 51287112f19b80140f8d341f245b20b18cbf8b7f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 21 04:24:19 2024 +0000
Bump org.apache.maven.plugins:maven-scm-publish-plugin
Bumps
[org.apache.maven.plugins:maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin)
from 3.2.1 to 3.3.0.
-
[Commits](https://github.com/apache/maven-scm-publish-plugin/compare/maven-scm-publish-plugin-3.2.1...maven-scm-publish-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-publish-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9b25609..18f8199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
<configuration>
<tryUpdate>false</tryUpdate>
</configuration>