Update scripts in tools folder for release THIRTEEN
Change-Id: I4f8759eaea83f2e110f1c0ff4c7f59b7e184e2ee
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tools/newbranch.sh b/tools/newbranch.sh
index ad6e8d6..ccefd99 100755
--- a/tools/newbranch.sh
+++ b/tools/newbranch.sh
@@ -26,7 +26,7 @@
USER="$3"
tag_message="Start of $BRANCH"
-modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA tests"
+modules="common devops IM LCM MON N2VC NBI NG-UI NG-SA osmclient RO PLA POL SOL003 SOL005 tests"
list=""
for i in $modules; do
if [ "$1" == "$i" -o "$1" == "all" ]; then