Skip to content

Commit

Permalink
Fix add-schema script, schema groupId added in services pom.xml shoul…
Browse files Browse the repository at this point in the history
…d be org.geonetwork-opensource.schemas, not org.geonetwork-opensource (#5613)
  • Loading branch information
josegar74 committed Apr 26, 2021
1 parent ae3f9aa commit 2f78f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-schema.sh
Expand Up @@ -145,7 +145,7 @@ then
line=$(grep -n '</dependencies>' 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"
Expand Down

0 comments on commit 2f78f31

Please sign in to comment.