summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:48:08 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 19:25:58 +0000
commitf6fa7fa631bd7c860347c453b0412120c38718f7 (patch)
treebdf4251c74d6719909e7b1a7f70d82cfc7a816fc
parent09f97857486905d051a9a77566ea9113b7aa9541 (diff)
R7 tag/path update
Change-Id: I57aca87792009093db5f7927a104491860994a5c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2201 Issue-ID: DCAEGEN2-2202 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r--pom.xml4
-rw-r--r--scripts/mvn-phase-lib.sh2
2 files changed, 1 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d85871c..4100701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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