@@ -307,6 +307,7 @@ TODO:
307
307
308
308
<artifact : remoteRepository id =" sonatype-release" url =" https://oss.sonatype.org/content/repositories/releases" />
309
309
<artifact : remoteRepository id =" extra-repo" url =" ${ extra.repo.url } " />
310
+ <artifact : remoteRepository id =" scala-release-temp" url =" https://scala-ci.typesafe.com/artifactory/scala-release-temp/" />
310
311
311
312
<!-- prepare, for each of the names below, the property "@{name}.cross", set to the
312
313
necessary cross suffix (usually something like "_2.11.0-M6". -->
@@ -330,12 +331,14 @@ TODO:
330
331
-->
331
332
<artifact : remoteRepository refid =" sonatype-release" />
332
333
<artifact : remoteRepository refid =" extra-repo" />
334
+ <artifact : remoteRepository refid =" scala-release-temp" />
333
335
<dependency groupId =" org.scala-lang.modules" artifactId =" scala-partest${ partest.cross } " version =" ${ partest.version.number } " />
334
336
</artifact : dependencies >
335
337
<copy-deps project =" partest" />
336
338
337
339
<artifact : dependencies pathId =" scalacheck.classpath" filesetId =" scalacheck.fileset" versionsId =" scalacheck.versions" >
338
340
<artifact : remoteRepository refid =" extra-repo" />
341
+ <artifact : remoteRepository refid =" scala-release-temp" />
339
342
<dependency groupId =" org.scalacheck" artifactId =" scalacheck${ scalacheck.cross } " version =" ${ scalacheck.version.number } " />
340
343
</artifact : dependencies >
341
344
@@ -348,6 +351,7 @@ TODO:
348
351
must specify sourcesFilesetId, javadocFilesetId to download these types of artifacts -->
349
352
<artifact : dependencies pathId =" external-modules.deps.classpath" sourcesFilesetId =" external-modules.sources.fileset" javadocFilesetId =" external-modules.javadoc.fileset" >
350
353
<artifact : remoteRepository refid =" extra-repo" />
354
+ <artifact : remoteRepository refid =" scala-release-temp" />
351
355
<dependency groupId =" org.scala-lang.modules" artifactId =" scala-xml${ scala-xml.cross } " version =" ${ scala-xml.version.number } " />
352
356
<dependency groupId =" org.scala-lang.modules" artifactId =" scala-parser-combinators${ scala-parser-combinators.cross } " version =" ${ scala-parser-combinators.version.number } " />
353
357
<dependency groupId =" org.scala-lang.modules" artifactId =" scala-swing${ scala-swing.cross } " version =" ${ scala-swing.version.number } " />
@@ -376,6 +380,7 @@ TODO:
376
380
<echo message =" Using Scala ${ starr.version } for STARR." />
377
381
<artifact : dependencies pathId =" starr.compiler.path" filesetId =" starr.fileset" >
378
382
<artifact : remoteRepository refid =" extra-repo" />
383
+ <artifact : remoteRepository refid =" scala-release-temp" />
379
384
<dependency groupId =" org.scala-lang" artifactId =" scala-library" version =" ${ starr.version } " />
380
385
<dependency groupId =" org.scala-lang" artifactId =" scala-reflect" version =" ${ starr.version } " />
381
386
<dependency groupId =" org.scala-lang" artifactId =" scala-compiler" version =" ${ starr.version } " />
0 commit comments