Skip to content

Commit 01d812b

Browse files
committed
[MPOM-259] Upgrade maven-scm-publish-plugin to 3.1.0
1 parent 6b05d1a commit 01d812b

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -258,29 +258,7 @@ under the License.
258258
<plugin>
259259
<groupId>org.apache.maven.plugins</groupId>
260260
<artifactId>maven-scm-publish-plugin</artifactId>
261-
<version>3.0.0</version>
262-
<dependencies><!-- TODO remove these overridden dependencies when upgrading to 3.1.0, see MSCMPUB-37 -->
263-
<dependency>
264-
<groupId>org.apache.maven.scm</groupId>
265-
<artifactId>maven-scm-api</artifactId>
266-
<version>1.11.2</version>
267-
</dependency>
268-
<dependency>
269-
<groupId>org.apache.maven.scm</groupId>
270-
<artifactId>maven-scm-provider-gitexe</artifactId>
271-
<version>1.11.2</version>
272-
</dependency>
273-
<dependency>
274-
<groupId>org.apache.maven.scm</groupId>
275-
<artifactId>maven-scm-provider-svn-commons</artifactId>
276-
<version>1.11.2</version>
277-
</dependency>
278-
<dependency>
279-
<groupId>org.apache.maven.scm</groupId>
280-
<artifactId>maven-scm-provider-svnexe</artifactId>
281-
<version>1.11.2</version>
282-
</dependency>
283-
</dependencies>
261+
<version>3.1.0</version>
284262
</plugin>
285263
<plugin>
286264
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)