diff --git a/pom.xml b/pom.xml
index 44fe923443..45394536ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
acs-community-packaging
Alfresco Content Services Community Packaging
- 6.0-SNAPSHOT
+ 6.0.a-SNAPSHOT
pom
diff --git a/war/pom.xml b/war/pom.xml
index 81413bcfde..6486c4afbf 100644
--- a/war/pom.xml
+++ b/war/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
acs-community-packaging
- 6.0-SNAPSHOT
+ 6.0.a-SNAPSHOT
../pom.xml
@@ -215,6 +215,25 @@
8
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 3.0.0
+
+
+ validate
+
+ parse-version
+
+
+
+
maven-dependency-plugin
diff --git a/war/src/main/resources/alfresco/version.properties b/war/src/main/resources/alfresco/version.properties
index 5243b3857d..216ccff4ab 100644
--- a/war/src/main/resources/alfresco/version.properties
+++ b/war/src/main/resources/alfresco/version.properties
@@ -4,9 +4,9 @@
# Version label
-version.major=5
-version.minor=3
-version.revision=0
+version.major=@parsedVersion.majorVersion@
+version.minor=@parsedVersion.minorVersion@
+version.revision=@parsedVersion.qualifier@
version.label=
# Edition label
diff --git a/zip/pom.xml b/zip/pom.xml
index 759839e6c2..ee8a2cc871 100644
--- a/zip/pom.xml
+++ b/zip/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
acs-community-packaging
- 6.0-SNAPSHOT
+ 6.0.a-SNAPSHOT
../pom.xml