diff --git a/pom.xml b/pom.xml
index 7130943297..91503a11ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.alfresco
alfresco-rm
pom
- 3.0.0-SNAPSHOT
+ 3.0.1_test-SNAPSHOT
Alfresco Records Management
http://www.alfresco.org/
@@ -18,7 +18,8 @@
scm:git:https://git.alfresco.com/records-management/records-management.git
scm:git:https://git.alfresco.com/records-management/records-management.git
https://git.alfresco.com/records-management/records-management
-
+ HEAD
+
JIRA
diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml
index 1033c353a4..260145e561 100644
--- a/rm-automation/pom.xml
+++ b/rm-automation/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
alfresco-rm
- 3.0.0-SNAPSHOT
+ 3.0.1_test-SNAPSHOT
diff --git a/rm-automation/rm-automation-community-rest-api/pom.xml b/rm-automation/rm-automation-community-rest-api/pom.xml
index 36080c3d8e..231257f1f3 100644
--- a/rm-automation/rm-automation-community-rest-api/pom.xml
+++ b/rm-automation/rm-automation-community-rest-api/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
alfresco-rm-automation
- 3.0.0-SNAPSHOT
+ 3.0.1_test-SNAPSHOT
diff --git a/rm-community/pom.xml b/rm-community/pom.xml
index d20b147c15..ca86425698 100644
--- a/rm-community/pom.xml
+++ b/rm-community/pom.xml
@@ -8,7 +8,7 @@
org.alfresco
alfresco-rm
- 3.0.0-SNAPSHOT
+ 3.0.1_test-SNAPSHOT
diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml
index 1bee1bcb8e..69bab838ed 100644
--- a/rm-community/rm-community-repo/pom.xml
+++ b/rm-community/rm-community-repo/pom.xml
@@ -9,7 +9,7 @@
org.alfresco
alfresco-rm-community
- 3.0.0-SNAPSHOT
+ 3.0.1_test-SNAPSHOT
diff --git a/rm-community/rm-community-rest-api-explorer/pom.xml b/rm-community/rm-community-rest-api-explorer/pom.xml
index 3dad123d3c..e8f08a7cbf 100644
--- a/rm-community/rm-community-rest-api-explorer/pom.xml
+++ b/rm-community/rm-community-rest-api-explorer/pom.xml
@@ -7,7 +7,7 @@
org.alfresco
alfresco-rm-community
- 3.0.0-SNAPSHOT
+ 3.0.1_test-SNAPSHOT
diff --git a/scripts/cleanImages.sh b/scripts/cleanImages.sh
index 874723aa6f..b0607ba391 100644
--- a/scripts/cleanImages.sh
+++ b/scripts/cleanImages.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
set -x
echo $imagesToBeDeleted
diff --git a/scripts/stopDockerContainers.sh b/scripts/stopDockerContainers.sh
deleted file mode 100644
index bc5b56b2ff..0000000000
--- a/scripts/stopDockerContainers.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-set -e # exit if commands fails
-set -x # trace what gets exe
-
-docker-compose ps
-docker-compose kill
-docker-compose rm -fv
\ No newline at end of file
diff --git a/scripts/startAlfresco.sh b/scripts/waitForAlfrescoToStart.sh
similarity index 72%
rename from scripts/startAlfresco.sh
rename to scripts/waitForAlfrescoToStart.sh
index 85dc63a9ff..59c7e40733 100644
--- a/scripts/startAlfresco.sh
+++ b/scripts/waitForAlfrescoToStart.sh
@@ -1,12 +1,4 @@
#!/usr/bin/env bash
-set -e # exit if commands fails
-set -x # trace what gets exe
-
-docker info
-docker-compose --version
-echo "Starting Alfresco with AGS amps applied in Docker container"
-docker-compose ps
-docker-compose up -d
WAIT_INTERVAL=1
COUNTER=0