[
https://issues.apache.org/jira/browse/APEXCORE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336897#comment-16336897
]
ASF GitHub Bot commented on APEXCORE-803:
-----------------------------------------
vrozov closed pull request #592: APEXCORE-803 Replace outdated version number.
URL: https://github.com/apache/apex-core/pull/592
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/apex_development_setup.md b/docs/apex_development_setup.md
index 7e9b257d81..f520ba75f3 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.
-
-
-
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Update archetype version number in setup guide
> ----------------------------------------------
>
> Key: APEXCORE-803
> URL: https://issues.apache.org/jira/browse/APEXCORE-803
> Project: Apache Apex Core
> Issue Type: Task
> Components: Documentation
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Trivial
> Fix For: 3.7.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)