Skip to content

Commit

Permalink
Fixed update-scala to use the new osgi.version.number string.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos committed Mar 23, 2012
1 parent eb37bb5 commit 684a051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-scala.sh
Expand Up @@ -58,7 +58,7 @@ function get_version() {
# It replaces the maven-style qualifier (2.10.0-M2) with a . (2.10.0.M2)
#
function get_properties_version() {
unzip -c "$1" "$2.properties" | grep "version.number" | cut -d = -f 2 | sed 's/\([0-9]\)-M/\1.M/'
unzip -c "$1" "$2.properties" | grep "osgi.version.number" | cut -d = -f 2 # | sed 's/\([0-9]\)-M/\1.M/'
}

latest_file=""
Expand Down

0 comments on commit 684a051

Please sign in to comment.