forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes in version number in tag, publish and md5.
- Loading branch information
1 parent
48a2d43
commit e0e531b
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ sftp $sourceforge_username,[email protected] << EOT | |
cd /home/frs/project/g/ge/geonetwork/GeoNetwork_opensource | ||
mkdir v${version} | ||
cd v${version} | ||
put docs/changes/changes{$version}-0.txt | ||
put docs/changes/changes${version}-0.txt | ||
put release/target/GeoNetwork*/geonetwork-bundle*.zip* | ||
put web/target/geonetwork.war* | ||
put datastorages/*/target/*.zip | ||
|
@@ -53,3 +53,4 @@ EOT | |
# Deploy to osgeo repository (requires credentials in ~/.m2/settings.xml) | ||
mvn deploy -DskipTests -Drelease | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters