diff --git a/archetypes/alfresco-allinone-archetype/pom.xml b/archetypes/alfresco-allinone-archetype/pom.xml
index b377024a..f03b12e1 100644
--- a/archetypes/alfresco-allinone-archetype/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/pom.xml
@@ -11,7 +11,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.1.0-SNAPSHOT
+ 4.2.0-SNAPSHOT
../../pom.xml
diff --git a/archetypes/alfresco-platform-jar-archetype/pom.xml b/archetypes/alfresco-platform-jar-archetype/pom.xml
index 36f43b70..9319398f 100644
--- a/archetypes/alfresco-platform-jar-archetype/pom.xml
+++ b/archetypes/alfresco-platform-jar-archetype/pom.xml
@@ -12,7 +12,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.1.0-SNAPSHOT
+ 4.2.0-SNAPSHOT
../../pom.xml
diff --git a/archetypes/alfresco-share-jar-archetype/pom.xml b/archetypes/alfresco-share-jar-archetype/pom.xml
index cccb1984..ddb981d7 100644
--- a/archetypes/alfresco-share-jar-archetype/pom.xml
+++ b/archetypes/alfresco-share-jar-archetype/pom.xml
@@ -14,7 +14,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.1.0-SNAPSHOT
+ 4.2.0-SNAPSHOT
../../pom.xml
diff --git a/archetypes/archetypes-it/pom.xml b/archetypes/archetypes-it/pom.xml
index cabb92ca..0f7be0b6 100644
--- a/archetypes/archetypes-it/pom.xml
+++ b/archetypes/archetypes-it/pom.xml
@@ -17,7 +17,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.1.0-SNAPSHOT
+ 4.2.0-SNAPSHOT
../../pom.xml
diff --git a/docs/getting-started.md b/docs/getting-started.md
index e1bf8cee..e8fcbf82 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -118,7 +118,7 @@ Choose archetype:
* `org.alfresco.maven.archetype:alfresco-platform-jar-archetype`
* `org.alfresco.maven.archetype:alfresco-share-jar-archetype`
-3. Choose the latest version, such as 4.1.0.
+3. Choose the latest version, such as 4.2.0.
```
Choose org.alfresco.maven.archetype:alfresco-allinone-archetype version:
@@ -134,6 +134,7 @@ Choose org.alfresco.maven.archetype:alfresco-allinone-archetype version:
10: 3.0.1
11: 4.0.0
12: 4.1.0
+13: 4.2.0
```
4. Next you will be prompted for additional values, like groupId, artifactId, and package, as shown below:
@@ -162,7 +163,7 @@ If everything has been configured correctly, you should see something similar to
```
[INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: alfresco-allinone-archetype:4.1.0-SNAPSHOT
+[INFO] Using following parameters for creating project from Archetype: alfresco-allinone-archetype:4.2.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: com.acme
[INFO] Parameter: artifactId, Value: my-all-in-one
diff --git a/modules/alfresco-rad/pom.xml b/modules/alfresco-rad/pom.xml
index bf44c08d..f8a9fca0 100644
--- a/modules/alfresco-rad/pom.xml
+++ b/modules/alfresco-rad/pom.xml
@@ -10,7 +10,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.1.0-SNAPSHOT
+ 4.2.0-SNAPSHOT
../../pom.xml
diff --git a/plugins/alfresco-maven-plugin/pom.xml b/plugins/alfresco-maven-plugin/pom.xml
index 27fb2fee..da71dba3 100644
--- a/plugins/alfresco-maven-plugin/pom.xml
+++ b/plugins/alfresco-maven-plugin/pom.xml
@@ -8,7 +8,7 @@
org.alfresco.maven
alfresco-sdk-aggregator
- 4.1.0-SNAPSHOT
+ 4.2.0-SNAPSHOT
../../pom.xml
diff --git a/pom.xml b/pom.xml
index 66bf6529..cadf9869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.alfresco.maven
alfresco-sdk-aggregator
- 4.1.0-SNAPSHOT
+ 4.2.0-SNAPSHOT
Alfresco SDK
This aggregator Project builds all modules required for the Alfresco SDK
pom
@@ -30,7 +30,7 @@
scm:git:${scm.url.base}.git
scm:git:${scm.url.base}
${scm.url.base}
- alfresco-sdk-aggregator-4.1.0-SNAPSHOT
+ alfresco-sdk-aggregator-4.2.0-SNAPSHOT
@@ -503,4 +503,4 @@
-->
-
+
\ No newline at end of file