Skip to content

Commit

Permalink
@releng Update README with upcoming release informations
Browse files Browse the repository at this point in the history
  • Loading branch information
bpauli committed May 9, 2019
1 parent 2bfa73b commit 68031a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Or use your mvn skills:
mvn archetype:generate \
-DarchetypeGroupId=com.adobe.granite.archetypes \
-DarchetypeArtifactId=aem-project-archetype \
-DarchetypeVersion=18
-DarchetypeVersion=19

Where 18 is the archetype version number that you want to use (see archetype versions below).
Where 19 is the archetype version number that you want to use (see archetype versions below).

### Available properties

Expand Down Expand Up @@ -117,7 +117,7 @@ Then change to the directory in which you want to create the project and run:
mvn archetype:generate \
-DarchetypeGroupId=com.adobe.granite.archetypes \
-DarchetypeArtifactId=aem-project-archetype \
-DarchetypeVersion=19-SNAPSHOT
-DarchetypeVersion=20-SNAPSHOT
Side note: The profile "adobe-public" must be activated when using profiles like "autoInstallPackage" mentioned above.
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Archetype Version | AEM Version
15 | 6.4, 6.3 + SP2
16 | 6.4, 6.3 + SP2
17 | 6.4, 6.3 + SP2
18 | 6.5, 6.4, 6.3 + SP3
18 | 6.5, 6.4, 6.3 + SP3
19 | 6.5, 6.4, 6.3 + SP3

0 comments on commit 68031a7

Please sign in to comment.