Skip to content

Commit

Permalink
[MRELEASE-1074] Upgrade Maven SCM to 1.12.2
Browse files Browse the repository at this point in the history
This closes #91
  • Loading branch information
michael-o committed Jan 1, 2022
1 parent ac76d69 commit 309652b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
</site>
</distributionManagement>

<contributors>
<contributor>
<name>John R Fallows</name>
Expand All @@ -87,7 +87,7 @@
</contributors>

<properties>
<scmVersion>1.11.3</scmVersion>
<scmVersion>1.12.2</scmVersion>
<javaVersion>8</javaVersion>
<mavenVersion>3.0</mavenVersion>
<maven.site.path>maven-release-archives/maven-release-LATEST</maven.site.path>
Expand Down Expand Up @@ -118,7 +118,7 @@
</plugins>
</pluginManagement>
</build>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -157,7 +157,7 @@
<artifactId>maven-settings</artifactId>
<version>${mavenVersion}</version>
</dependency>

<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
Expand All @@ -166,7 +166,7 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.8</version> <!-- watch it!! With a newer version, unittests will fail!! -->
<version>${scmVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 309652b

Please sign in to comment.