Change the name of the version relationship to something more intutative

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@92115 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2014-12-10 03:37:40 +00:00
parent 9c07772037
commit a3a565513a

View File

@@ -74,7 +74,7 @@
<associations>
<child-association name="rmc:supersedes">
<title>SupersededBy__Supersedes</title>
<title>Superseded By__Supersedes</title>
<source>
<mandatory>false</mandatory>
<many>true</many>
@@ -87,7 +87,7 @@
</child-association>
<child-association name="rmc:obsoletes">
<title>ObsoletedBy__Obsoletes</title>
<title>Obsoleted By__Obsoletes</title>
<source>
<mandatory>false</mandatory>
<many>true</many>
@@ -100,7 +100,7 @@
</child-association>
<child-association name="rmc:versions">
<title>VersionedBy__Versions</title>
<title>Next Version__Previous Version</title>
<source>
<mandatory>false</mandatory>
<many>true</many>