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/07/14 12:38:29 UTC

[maven-archetype] 01/01: Merge pull request #53 from apache/deps

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

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

commit cd454696cb05ed7b32dad929ecd80bec8288c944
Merge: 3b41f4b e4eed30
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Jul 14 08:38:20 2020 -0400

    Merge pull request #53 from apache/deps
    
    declare dependencies

 maven-archetype-plugin/pom.xml | 33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

diff --cc maven-archetype-plugin/pom.xml
index aa50320,73d1cad..67009d6
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@@ -134,8 -150,9 +150,9 @@@
      <dependency>
        <groupId>org.apache.maven.shared</groupId>
        <artifactId>maven-script-interpreter</artifactId>
 -      <version>1.0</version>
 +      <version>1.2</version>
      </dependency>
+     
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>