Skip to content

Commit 35dcd5c

Browse files
cstamasmichael-o
authored andcommitted
[SCM-978] Upgrade Maven to 3.2.5 (#136)
This closes #136
1 parent 0f8b375 commit 35dcd5c

File tree

2 files changed

+13
-26
lines changed

2 files changed

+13
-26
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>

maven-scm-plugin/src/it/scm-781/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ under the License.
2929
<artifactId>simple</artifactId>
3030
<version>1.0-yolo-SNAPSHOT</version>
3131

32-
<properties>
33-
<maven.scm.provider.svn.implementation>javasvn</maven.scm.provider.svn.implementation>
34-
</properties>
35-
3632
<scm>
3733
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk</connection>
3834
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk</developerConnection>
@@ -45,18 +41,6 @@ under the License.
4541
<groupId>org.apache.maven.plugins</groupId>
4642
<artifactId>maven-scm-plugin</artifactId>
4743
<version>@project.version@</version>
48-
<dependencies>
49-
<dependency>
50-
<groupId>com.google.code.maven-scm-provider-svnjava</groupId>
51-
<artifactId>maven-scm-provider-svnjava</artifactId>
52-
<version>2.1.1</version>
53-
</dependency>
54-
<dependency>
55-
<groupId>org.tmatesoft.svnkit</groupId>
56-
<artifactId>svnkit</artifactId>
57-
<version>1.8.11</version>
58-
</dependency>
59-
</dependencies>
6044
</plugin>
6145
</plugins>
6246
</pluginManagement>

0 commit comments

Comments
 (0)