summaryrefslogtreecommitdiff
path: root/src/build/pack.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-03-16 01:30:30 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-03-16 12:09:19 -0400
commit49b3e840ef06ff294fccb590919b66f427594e20 (patch)
treea8a7584a60665e01e793669c4b44bdc2cec75e42 /src/build/pack.xml
parent1d8037bbf56b303d69cd3e8faafc05fc5fc5db3e (diff)
downloadscala-49b3e840ef06ff294fccb590919b66f427594e20.tar.gz
scala-49b3e840ef06ff294fccb590919b66f427594e20.tar.bz2
scala-49b3e840ef06ff294fccb590919b66f427594e20.zip
Fixed maven deployment issues for new versioning scheme.
Diffstat (limited to 'src/build/pack.xml')
-rw-r--r--src/build/pack.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/build/pack.xml b/src/build/pack.xml
index 0b3cee563a..e79895e3a8 100644
--- a/src/build/pack.xml
+++ b/src/build/pack.xml
@@ -315,9 +315,6 @@ MAIN DISTRIBUTION SBAZ
<copy tofile="${dists.dir}/maven/${version.number}/build.xml"
file="${src.dir}/build/maven/maven-deploy.xml"/>
<!-- export properties for use when deploying -->
- <!-- TODO - Fix this setup, now that we have a final maven-version... ->
- <property name="maven.snapshot.version.number"
- value="${version.major}.${version.minor}.${version.patch}-SNAPSHOT"/>
<echoproperties destfile="${dists.dir}/maven/${version.number}/build.properties"/>
</target>