diff --git a/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
index 3bb4f433..8aaefd63 100644
--- a/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
@@ -68,8 +68,6 @@
junit
junit
- 4.8.1
- test
diff --git a/poms/alfresco-sdk-parent/pom.xml b/poms/alfresco-sdk-parent/pom.xml
index 7ca40ab7..70eeffb2 100644
--- a/poms/alfresco-sdk-parent/pom.xml
+++ b/poms/alfresco-sdk-parent/pom.xml
@@ -115,6 +115,7 @@
1.1.2-SNAPSHOT
1.3.174
1.5
+ 4.11
@@ -463,6 +464,12 @@
${h2-support.version}
test
+
+ junit
+ junit
+ ${junit.version}
+ test
+
org.alfresco.maven
@@ -728,18 +735,12 @@
alfresco.version
The SDK is supported only for Alfresco 4.1.2+ and 4.2+ versions
- ^(4\.1\.[2-9]|4\.[2-9]|[5-9]).*
-
-
-
- alfresco.groupId
- You need to select an Alfresco Edition (Community / Enterprise) by setting alfresco.groupId=org.alfresco|org.alfresco.enterprise
- (org\.alfresco|org\.alfresco\.enterprise)
+ ^4\.3\..*
- [1.6.0,)
- Alfresco 4.1+ requires Java 6
+ [1.7.0,)
+ Alfresco 4.3+ requires Java 7
true