I just downloaded the latest GeoNetwork source code, and then go to the branch: 2.10.3
$>git checkout 2.10.3
I am now supposed to be in the branch 2.10.3 now. However, after I did the followings: $>mvn clean install $>mvn package assembly:assembly
I got "geonetwork-3.1.0-SNAPSHOT-war.zip" under ./target/releases.
I would expect to have a zip file "geonetwork-2.10.3-SNAPSHOT-war.zip".
Anything I missed or not doing correctly?
Thanks a lot.
Chopin