diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-share-jar/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-share-jar/pom.xml
index 5a1cfbe4..f4929634 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-share-jar/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-share-jar/pom.xml
@@ -26,10 +26,6 @@
classes
-
- org.alfresco.surf
- spring-surf-api
-
diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/integration-tests/src/test/properties/local/alfresco-global.properties b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/integration-tests/src/test/properties/local/alfresco-global.properties
index 610ae967..baa03d42 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/integration-tests/src/test/properties/local/alfresco-global.properties
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/integration-tests/src/test/properties/local/alfresco-global.properties
@@ -60,7 +60,7 @@ integrity.failOnError=true
# Alfresco Repository PostgreSQL Database configuration.
# The PostgreSQL Driver is brought in via the tomcat7-maven-plugin as a dependency.
db.driver=org.postgresql.Driver
-db.url=jdbc:postgresql://localhost:5432/alfrescoaio
+db.url=jdbc:postgresql://localhost:5432/alfresco
db.username=alfresco
db.password=alfresco
db.pool.initial=10
diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
index 38480503..b147c9a9 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
@@ -26,12 +26,13 @@
org.alfresco
+ acs-community-packaging
6.0.7-ga
- 6.0.7-ga
+ 6.0.c
@@ -72,10 +73,9 @@
${alfresco.groupId}
- alfresco-repository
+ alfresco-remote-api
-
org.alfresco.maven
@@ -95,7 +95,7 @@
-->
${alfresco.groupId}
- alfresco-platform-distribution
+ ${alfresco.bomDependencyArtifactId}
${alfresco.platform.version}
pom
import
@@ -124,20 +124,6 @@
provided
-
-
- org.alfresco.surf
- spring-surf
- ${alfresco.surf.version}
- provided
-
-
- org.alfresco.surf
- spring-surf-api
- ${alfresco.surf.version}
- provided
-
diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/src/test/properties/local/alfresco-global.properties b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/src/test/properties/local/alfresco-global.properties
index 46b9f37e..eaa0d13f 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/src/test/properties/local/alfresco-global.properties
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/src/test/properties/local/alfresco-global.properties
@@ -57,7 +57,7 @@ integrity.failOnError=true
# Alfresco Repository PostgreSQL Database configuration.
# The PostgreSQL Driver is brought in via the tomcat7-maven-plugin as a dependency.
db.driver=org.postgresql.Driver
-db.url=jdbc:postgresql://localhost:5432/alfrescoaio
+db.url=jdbc:postgresql://localhost:5432/alfresco
db.username=alfresco
db.password=alfresco
db.pool.initial=10