|
41 | 41 | <description>Maven Plugin that allows accessing different SCMs.</description>
|
42 | 42 |
|
43 | 43 | <properties>
|
44 |
| - <mavenVersion>2.2.1</mavenVersion> |
| 44 | + <mavenVersion>3.2.5</mavenVersion> |
45 | 45 | </properties>
|
46 | 46 |
|
47 | 47 | <prerequisites>
|
|
51 | 51 | <dependencies>
|
52 | 52 | <dependency>
|
53 | 53 | <groupId>org.apache.maven</groupId>
|
54 |
| - <artifactId>maven-project</artifactId> |
| 54 | + <artifactId>maven-plugin-api</artifactId> |
55 | 55 | <version>${mavenVersion}</version>
|
| 56 | + <scope>provided</scope> |
56 | 57 | </dependency>
|
57 | 58 | <dependency>
|
58 | 59 | <groupId>org.apache.maven</groupId>
|
59 |
| - <artifactId>maven-settings</artifactId> |
| 60 | + <artifactId>maven-compat</artifactId> |
60 | 61 | <version>${mavenVersion}</version>
|
| 62 | + <scope>provided</scope> |
61 | 63 | </dependency>
|
62 | 64 | <dependency>
|
63 | 65 | <groupId>org.apache.maven</groupId>
|
64 |
| - <artifactId>maven-plugin-api</artifactId> |
| 66 | + <artifactId>maven-settings</artifactId> |
65 | 67 | <version>${mavenVersion}</version>
|
| 68 | + <scope>provided</scope> |
66 | 69 | </dependency>
|
67 | 70 | <dependency>
|
68 | 71 | <groupId>org.apache.maven.scm</groupId>
|
|
119 | 122 | <dependency>
|
120 | 123 | <groupId>org.apache.maven.plugin-testing</groupId>
|
121 | 124 | <artifactId>maven-plugin-testing-harness</artifactId>
|
122 |
| - <version>1.2</version> |
| 125 | + <version>3.3.0</version> |
123 | 126 | <scope>test</scope>
|
124 | 127 | </dependency>
|
125 | 128 | <dependency>
|
126 | 129 | <groupId>org.apache.maven.scm</groupId>
|
127 | 130 | <artifactId>maven-scm-provider-svntest</artifactId>
|
128 | 131 | <scope>test</scope>
|
129 | 132 | </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> |
135 | 138 | </dependencies>
|
136 | 139 |
|
137 | 140 | <build>
|
|
0 commit comments