You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2018/01/24 04:57:17 UTC

[apex-core] branch master updated: APEXCORE-803 Replace outdated archetype version number.

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

vrozov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fb580f  APEXCORE-803 Replace outdated archetype version number.
4fb580f is described below

commit 4fb580fdfb4abf4c29f85a2662a2982b64ee6ae8
Author: Thomas Weise <th...@apache.org>
AuthorDate: Wed Jan 17 22:47:47 2018 -0800

    APEXCORE-803 Replace outdated archetype version number.
---
 docs/apex_development_setup.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/docs/apex_development_setup.md b/docs/apex_development_setup.md
index 7e9b257..f520ba7 100644
--- a/docs/apex_development_setup.md
+++ b/docs/apex_development_setup.md
@@ -62,7 +62,7 @@ Confirm by running the following commands and comparing with output that show in
 Creating New Apex Project
 -------------------------------------------------------------------------------
 
-After development tools are configured, you can now use the maven archetype to create a basic Apache Apex project.  **Note:** When executing the commands below, replace `3.4.0` by [latest available version](http://apex.apache.org/downloads.html) of Apache Apex.
+After development tools are configured, you can now use the maven archetype to create a basic Apache Apex project.  **Note:** When executing the commands below, you can optionally replace `RELEASE` with a [specific version](http://apex.apache.org/downloads.html) of Apache Apex.
 
 
 * **Windows** - Create a new Windows command file called `newapp.cmd` by copying the lines below, and execute it.  When you run this file, the properties will be displayed and you will be prompted with `` Y: :``; just press **Enter** to complete the project generation.  The caret (^) at the end of some lines indicates that a continuation line follows. 
@@ -72,7 +72,7 @@ After development tools are configured, you can now use the maven archetype to c
         setlocal
         mvn archetype:generate ^
          -DarchetypeGroupId=org.apache.apex ^
-         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0 ^
+         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=RELEASE ^
          -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp ^
          -Dversion=1.0-SNAPSHOT
         endlocal
@@ -82,7 +82,7 @@ After development tools are configured, you can now use the maven archetype to c
 
         mvn archetype:generate \
          -DarchetypeGroupId=org.apache.apex \
-         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0 \
+         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=RELEASE \
          -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp \
          -Dversion=1.0-SNAPSHOT
 
@@ -159,6 +159,3 @@ Sandbox
 -------------------------------------------------------------------------------
 
 To jump-start development with Apex, please refer to the [Downloads](https://apex.apache.org/downloads.html) section of the Apache Apex website, which provides a list of 3rd party Apex binary packages and sandbox environments.
-
-
-

-- 
To stop receiving notification emails like this one, please contact
vrozov@apache.org.