Skip to content

Commit 61fb9a5

Browse files
committed
Use 2.11.5-SNAPSHOT for star until 2.11.5 is released.
1 parent 0581a7c commit 61fb9a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ TODO:
304304
</artifact:dependencies>
305305

306306
<artifact:remoteRepository id="sonatype-release" url="https://oss.sonatype.org/content/repositories/releases"/>
307+
<artifact:remoteRepository id="sonatype-snapshot" url="https://oss.sonatype.org/content/repositories/snapshots"/>
307308
<artifact:remoteRepository id="extra-repo" url="${extra.repo.url}"/>
308309

309310
<!-- prepare, for each of the names below, the property "@{name}.cross", set to the

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# when adding new properties that influence a release,
55
# also add them to the update.versions mechanism in build.xml,
66
# which is used by scala-release-2.11.x in scala/jenkins-scripts
7-
starr.version=2.11.2
7+
starr.version=2.11.5-SNAPSHOT
88
starr.use.released=1
99

1010
# These are the versions of the modules that go with this release.

0 commit comments

Comments
 (0)