You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/30 22:14:37 UTC

[maven-shared-io] branch compat created (now 5bfed5f)

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

elharo pushed a change to branch compat
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


      at 5bfed5f  limit maven-compat to test scope

This branch includes the following new commits:

     new 5bfed5f  limit maven-compat to test scope

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-shared-io] 01/01: limit maven-compat to test scope

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch compat
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit 5bfed5ffac6f6c0385139f96771033f703db501b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Jun 30 18:14:18 2020 -0400

    limit maven-compat to test scope
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 25e7c15..0b97ad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-compat</artifactId>
       <version>${mavenVersion}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>