You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/06/25 21:08:30 UTC

[maven-site] branch master updated: added missing version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33921a7  added missing version
33921a7 is described below

commit 33921a7712fee584422bb9028ae93a5a0b92f0a5
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jun 25 23:08:26 2019 +0200

    added missing version
---
 content/apt/guides/mini/guide-creating-archetypes.apt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/mini/guide-creating-archetypes.apt b/content/apt/guides/mini/guide-creating-archetypes.apt
index fb4fe74..044d56c 100644
--- a/content/apt/guides/mini/guide-creating-archetypes.apt
+++ b/content/apt/guides/mini/guide-creating-archetypes.apt
@@ -69,8 +69,9 @@ Guide to Creating Archetypes
   <build>
     <extensions>
       <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
+         <groupId>org.apache.maven.archetype</groupId>
+         <artifactId>archetype-packaging</artifactId>
+	 <version>3.1.1</version>
        </extension>
      </extensions>
    </build>