Skip to content

Commit

Permalink
[BP] Fix add-schema script, schema groupId added in services pom.xml …
Browse files Browse the repository at this point in the history
…should be org.geonetwork-opensource.schemas, not org.geonetwork-opensource (geonetwork#5613)
  • Loading branch information
josegar74 committed Jul 19, 2021
1 parent ed8560d commit c2700ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-schema.sh
Original file line number Diff line number Diff line change
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 c2700ca

Please sign in to comment.