diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | scripts/mvn-phase-lib.sh | 2 |
2 files changed, 1 insertions, 5 deletions
@@ -35,11 +35,7 @@ limitations under the License. <modules> <module>onap-dcae-cbs-docker-client</module> <module>onap-dcae-dcaepolicy-lib</module> - <module>python-discovery-client</module> - <module>python-dockering</module> - <module>dcaeapplib</module> <module>scripts</module> - <module>eelf-logger</module> </modules> <properties> diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh index ce70471..a8e6f62 100644 --- a/scripts/mvn-phase-lib.sh +++ b/scripts/mvn-phase-lib.sh @@ -52,7 +52,7 @@ fi export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml} -RELEASE_TAG=${MVN_RELEASE_TAG:-R6} +RELEASE_TAG=${MVN_RELEASE_TAG:-R7} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi |