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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git


The following commit(s) were added to refs/heads/master by this push:
     new aa885b3b2 Cleanups with latest parent
aa885b3b2 is described below

commit aa885b3b290128cf42ceef21abbd2a1b1ce5a38f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jan 24 10:12:03 2026 +0100

    Cleanups with latest parent
    
    - remove overridden versions
    - remove ignore rules for checkstyle, when not violated now
    - remove snapshot repositories
---
 maven-scm-plugin/pom.xml             |  1 -
 maven-scm-plugin/src/it/settings.xml | 11 -----------
 pom.xml                              | 25 ++-----------------------
 3 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml
index 16b02be4d..f501f9db2 100644
--- a/maven-scm-plugin/pom.xml
+++ b/maven-scm-plugin/pom.xml
@@ -212,7 +212,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>3.9.1</version>
         <configuration>
           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
           <cloneClean>true</cloneClean>
diff --git a/maven-scm-plugin/src/it/settings.xml 
b/maven-scm-plugin/src/it/settings.xml
index 709fdfd54..8bf981754 100644
--- a/maven-scm-plugin/src/it/settings.xml
+++ b/maven-scm-plugin/src/it/settings.xml
@@ -38,17 +38,6 @@ under the License.
             <enabled>true</enabled>
           </snapshots>
         </repository>
-        <repository>
-          <id>apache.snapshots</id>
-          <name>Apache Snapshot Repository</name>
-          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </repository>
       </repositories>
       <pluginRepositories>
         <pluginRepository>
diff --git a/pom.xml b/pom.xml
index e92158637..bee5faffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm.git</developerConnection>
-    <tag>maven-scm-2.2.1</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-scm/tree/${project.scm.tag}</url>
   </scm>
 
@@ -173,10 +173,8 @@
     <slf4jVersion>1.7.36</slf4jVersion>
     <version.plexus-utils>3.6.0</version.plexus-utils>
     <maven.site.path>scm-archives/scm-LATEST</maven.site.path>
-    
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
-    <checkstyle.failOnViolation>true</checkstyle.failOnViolation>
+    
<checkstyle.violation.ignore>ParameterNumber,InnerAssignment</checkstyle.violation.ignore>
     
<project.build.outputTimestamp>2025-09-19T15:43:30Z</project.build.outputTimestamp>
-    <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
   </properties>
 
   <dependencyManagement>
@@ -308,19 +306,6 @@
     </dependencies>
   </dependencyManagement>
 
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <id>apache.snapshots</id>
-      <url>https://repository.apache.org/content/groups/snapshots-group/</url>
-    </repository>
-  </repositories>
-
   <build>
     <pluginManagement>
       <plugins>
@@ -433,12 +418,6 @@
                   
<packages>org.apache.maven.scm.provider.svn*:org.apache.maven.scm.providers.svn*</packages>
                 </group>
               </groups>
-              <tags>
-                <tag>
-                  <name>plexus.component</name>
-                  <placement>X</placement>
-                </tag>
-              </tags>
             </configuration>
             <reportSets>
               <reportSet>

Reply via email to