Documentation - Update root README file

This commit is contained in:
Jose Luis Osorno
2019-01-17 12:05:45 +01:00
parent 62dc99e9c6
commit 7c4fc7a700
3 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ application server. This section outlines the steps needed to configure Alfresco
and to troubleshoot issues by stepping through the code line by line.
Here we assume you have already generated an Alfresco project using the Alfresco SDK. If you don't have a project already, follow the steps in
[Getting started with Alfresco SDK 3.0](../../getting-started.md) to learn how to generate it in a few easy steps.
[Getting started with Alfresco SDK 4.0](../../getting-started.md) to learn how to generate it in a few easy steps.
@@ -18,6 +18,7 @@ When editing `pom.xml` you will see a number of properties that define the Alfre
<alfresco.platform.version>6.0.7-ga</alfresco.platform.version>
<alfresco.share.version>6.0.c</alfresco.share.version>
```
**(confirmation required)**
Before continuing, always remember to start from a newly generated SDK project before changing the version numbers. We do not recommend changing the versions
using developed customizations or source code.