summaryrefslogtreecommitdiff
path: root/src/build
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-04-03 11:39:32 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-04-03 12:21:10 +0200
commit2ba045368cf039cade862b8d4141d03659eb5bd8 (patch)
tree3ed518ba9e7452c7f30476593318565eaa0159dd /src/build
parentceb99257ae98e5bc3603132445582517b3a425b7 (diff)
downloadscala-2ba045368cf039cade862b8d4141d03659eb5bd8.tar.gz
scala-2ba045368cf039cade862b8d4141d03659eb5bd8.tar.bz2
scala-2ba045368cf039cade862b8d4141d03659eb5bd8.zip
Further tweak version of continuations plugin in scala-dist.pom
While we must use full version, rather than the cross version (12720e699), we need to use latest non-snapshot version. This should avoid failures like: https://jenkins.scala-ide.org:8496/jenkins/view/Scala%20Xsource%20flag%20nightlies/job/Akka/63/console Such as: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.scala-lang.plugins#scala-continuations-plugin_2.11.0-SNAPSHOT;1.0.1: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: sbt.ResolveException: unresolved dependency: org.scala-lang.plugins#scala-continuations-plugin_2.11.0-SNAPSHOT;1.0.1:
Diffstat (limited to 'src/build')
-rw-r--r--src/build/maven/scala-dist-pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/maven/scala-dist-pom.xml b/src/build/maven/scala-dist-pom.xml
index 83ebc263c0..22a24dea21 100644
--- a/src/build/maven/scala-dist-pom.xml
+++ b/src/build/maven/scala-dist-pom.xml
@@ -41,7 +41,8 @@
</dependency>
<dependency>
<groupId>org.scala-lang.plugins</groupId>
- <artifactId>scala-continuations-plugin_@VERSION@</artifactId> <!-- plugins are fully cross-versioned -->
+ <!-- plugins are fully cross-versioned. But, we don't publish with 2.11.0-SNAPSHOT, instead use full version of the last non-snapshot version -->
+ <artifactId>scala-continuations-plugin_@SCALA_FULL_VERSION@</artifactId>
<version>@CONTINUATIONS_PLUGIN_VERSION@</version>
</dependency>
<!-- duplicated from scala-compiler, where it's optional,