From 517b20859ea61852511639597a4fe38cd34fe344 Mon Sep 17 00:00:00 2001 From: Jose Luis Osorno Date: Mon, 25 Mar 2019 16:20:41 +0100 Subject: [PATCH] Documentation - Update Alfresco versions --- docs/advanced-topics/switching-versions.md | 5 ++--- docs/advanced-topics/working-with-enterprise/README.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/advanced-topics/switching-versions.md b/docs/advanced-topics/switching-versions.md index f6f0d24c..9d27c8db 100644 --- a/docs/advanced-topics/switching-versions.md +++ b/docs/advanced-topics/switching-versions.md @@ -15,10 +15,9 @@ to use. When editing `pom.xml` you will see a number of properties that define the Alfresco Content Services platform version and the Alfresco Share version, such as: ``` -6.0.7-ga -6.0.c +6.1.2-ga +6.1.0-RC3 ``` -**(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. diff --git a/docs/advanced-topics/working-with-enterprise/README.md b/docs/advanced-topics/working-with-enterprise/README.md index e532c5b2..d894de7a 100644 --- a/docs/advanced-topics/working-with-enterprise/README.md +++ b/docs/advanced-topics/working-with-enterprise/README.md @@ -54,10 +54,9 @@ The configuration of the Enterprise version is straightforward when using the `p You'll need to update the following settings in the `pom.xml` file: ``` -6.0.0.2 -6.0 +6.1.0 +6.1.0 ``` -**(confirmation required)** Making use of the Alfresco SDK 4.0 it is no longer required the configuration of the Alfresco Surf versions. The inclusion of the BOM and the custom Docker images will take care of that task automatically for you.