Cloud release: change version to 5.0-SNAPSHOT (again) in pom.xml and 5.0.0 in version.properties

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@91328 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-11-28 11:05:30 +00:00
parent 3348fea724
commit a0e9cb0530
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
version.major=5 version.major=5
version.minor=0 version.minor=0
version.revision=0 version.revision=0
version.label=c version.label=
# Edition label # Edition label

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>alfresco-parent</artifactId> <artifactId>alfresco-parent</artifactId>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<version>5.0.c</version> <version>5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>