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/08/29 11:40:23 UTC

[maven-dependency-plugin] 01/01: update snapshot dependency to non-snapshot

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

elharo pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit af98e585a57d5405902b32a722f91a2073971cd5
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Aug 29 07:40:05 2020 -0400

    update snapshot dependency to non-snapshot
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 21ca2d0..309bf0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-analyzer</artifactId>
-      <version>1.11.3-SNAPSHOT</version>
+      <version>1.11.3</version>
       <exclusions>
         <exclusion>
           <artifactId>maven-project</artifactId>