Skip to content

Commit 96101af

Browse files
committed
Update Maven Scm Plugin to Maven 3.2.5
1 parent 5a716cb commit 96101af

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

maven-scm-plugin/pom.xml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<description>Maven Plugin that allows accessing different SCMs.</description>
4242

4343
<properties>
44-
<mavenVersion>2.2.1</mavenVersion>
44+
<mavenVersion>3.2.5</mavenVersion>
4545
</properties>
4646

4747
<prerequisites>
@@ -51,18 +51,21 @@
5151
<dependencies>
5252
<dependency>
5353
<groupId>org.apache.maven</groupId>
54-
<artifactId>maven-project</artifactId>
54+
<artifactId>maven-plugin-api</artifactId>
5555
<version>${mavenVersion}</version>
56+
<scope>provided</scope>
5657
</dependency>
5758
<dependency>
5859
<groupId>org.apache.maven</groupId>
59-
<artifactId>maven-settings</artifactId>
60+
<artifactId>maven-compat</artifactId>
6061
<version>${mavenVersion}</version>
62+
<scope>provided</scope>
6163
</dependency>
6264
<dependency>
6365
<groupId>org.apache.maven</groupId>
64-
<artifactId>maven-plugin-api</artifactId>
66+
<artifactId>maven-settings</artifactId>
6567
<version>${mavenVersion}</version>
68+
<scope>provided</scope>
6669
</dependency>
6770
<dependency>
6871
<groupId>org.apache.maven.scm</groupId>
@@ -119,19 +122,19 @@
119122
<dependency>
120123
<groupId>org.apache.maven.plugin-testing</groupId>
121124
<artifactId>maven-plugin-testing-harness</artifactId>
122-
<version>1.2</version>
125+
<version>3.3.0</version>
123126
<scope>test</scope>
124127
</dependency>
125128
<dependency>
126129
<groupId>org.apache.maven.scm</groupId>
127130
<artifactId>maven-scm-provider-svntest</artifactId>
128131
<scope>test</scope>
129132
</dependency>
130-
<dependency>
131-
<groupId>org.apache.maven.scm</groupId>
132-
<artifactId>maven-scm-provider-gittest</artifactId>
133-
<scope>test</scope>
134-
</dependency>
133+
<dependency>
134+
<groupId>org.apache.maven.scm</groupId>
135+
<artifactId>maven-scm-provider-gittest</artifactId>
136+
<scope>test</scope>
137+
</dependency>
135138
</dependencies>
136139

137140
<build>

0 commit comments

Comments
 (0)