diff --git a/add-schema.sh b/add-schema.sh index 7646c1a5146..2a268428530 100755 --- a/add-schema.sh +++ b/add-schema.sh @@ -145,7 +145,7 @@ then line=$(grep -n '' services/pom.xml | cut -d: -f1) finalLine=$(($line - 1)) - projectGroupId='${project.groupId}' + projectGroupId='org.geonetwork-opensource.schemas' gnSchemasVersion='${project.version}' echo "Adding schema ${schema} resources to service/pom.xml"