summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-03-16 11:58:38 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-03-16 12:09:35 -0400
commit1ca609715206679b41e72c012fa62641f4695175 (patch)
tree505a94ecec49ca8edb71fd5b2dfe529cdfb3141a /build.xml
parent49b3e840ef06ff294fccb590919b66f427594e20 (diff)
downloadscala-1ca609715206679b41e72c012fa62641f4695175.tar.gz
scala-1ca609715206679b41e72c012fa62641f4695175.tar.bz2
scala-1ca609715206679b41e72c012fa62641f4695175.zip
Fixed sha to not have the 'g' for git.
Swapped 'r' to 'v' now that I've had more coffee and sleep.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7d05f02e2e..51cd2372ca 100644
--- a/build.xml
+++ b/build.xml
@@ -306,7 +306,7 @@ INITIALISATION
value="${maven.version.number}-${git.commit.date}-${git.commit.drift}-${git.commit.sha}"/>
<property
name="osgi.version.number"
- value="${version.major}.${version.minor}.${version.patch}.r${git.commit.date}${version.suffix}-${git.commit.sha}"/>
+ value="${version.major}.${version.minor}.${version.patch}.v${git.commit.date}${version.suffix}-${git.commit.sha}"/>
<!-- And print-out what we are building -->