This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch updates
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git


The following commit(s) were added to refs/heads/updates by this push:
     new 7470032  a
7470032 is described below

commit 747003205db780bb8ed7fd0c600eac6abb889429
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Mar 26 19:08:58 2023 +0200

    a
---
 pom.xml | 36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index aec175a..52de47b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,9 +65,10 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <scmVersion>2.0.0</scmVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
+    <scmVersion>2.0.0</scmVersion>
+    <releaseVersion>3.0.0</releaseVersion>
     <sitePluginVersion>3.12.1</sitePluginVersion>
     <antrunPluginVersion>3.1.0</antrunPluginVersion>
     <projectInfoReportsPluginVersion>3.4.2</projectInfoReportsPluginVersion>
@@ -80,10 +81,15 @@ under the License.
   </properties>
 
   <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.release</groupId>
+      <artifactId>maven-release-api</artifactId>
+      <version>${releaseVersion}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.release</groupId>
       <artifactId>maven-release-manager</artifactId>
-      <version>3.0.0</version>
+      <version>${releaseVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -103,6 +109,18 @@ under the License.
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-settings-builder</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
@@ -113,6 +131,11 @@ under the License.
       <artifactId>maven-shared-utils</artifactId>
       <version>3.3.4</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.5.1</version>
+    </dependency>
     <!-- remove with maven-shared-utils upgrade -->
     <dependency>
       <groupId>commons-io</groupId>
@@ -131,13 +154,10 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-gitexe</artifactId>
-      <version>${scmVersion}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-svnexe</artifactId>
+      <artifactId>maven-scm-providers-standard</artifactId>
       <version>${scmVersion}</version>
+      <type>pom</type>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>

Reply via email to