diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/oldAPI/Base.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/v0/Base.java
similarity index 99%
rename from rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/oldAPI/Base.java
rename to rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/v0/Base.java
index 8ac6329aa2..207957d9df 100644
--- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/oldAPI/Base.java
+++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/v0/Base.java
@@ -24,7 +24,7 @@
* along with Alfresco. If not, see .
* #L%
*/
-package org.alfresco.rest.core.oldAPI;
+package org.alfresco.rest.core.v0;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/oldAPI/Search.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/v0/Search.java
similarity index 98%
rename from rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/oldAPI/Search.java
rename to rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/v0/Search.java
index d7f510ac3e..acd4dffae5 100644
--- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/oldAPI/Search.java
+++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/v0/Search.java
@@ -24,7 +24,7 @@
* along with Alfresco. If not, see .
* #L%
*/
-package org.alfresco.rest.oldAPI;
+package org.alfresco.rest.v0;
import java.text.MessageFormat;
import java.util.ArrayList;
@@ -32,7 +32,7 @@ import java.util.Arrays;
import java.util.List;
import org.alfresco.dataprep.AlfrescoHttpClientFactory;
-import org.alfresco.rest.core.oldAPI.Base;
+import org.alfresco.rest.core.v0.Base;
import org.apache.http.NameValuePair;
import org.apache.http.client.utils.URLEncodedUtils;
import org.apache.http.message.BasicNameValuePair;