Skip to content

Commit 62c53be

Browse files
committed
Merge pull request #32 from retronym/release/2.10.3
Release/2.10.3
2 parents a7e66e5 + bcea1cf commit 62c53be

File tree

5 files changed

+35
-24
lines changed

5 files changed

+35
-24
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
release-notes*.md
2+
target

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "scala-release-note-generator"
22

3-
scalaVersion := "2.10.0-RC3"
3+
scalaVersion := "2.10.2"
44

55
libraryDependencies += "org.pegdown" % "pegdown" % "1.2.0"
66

hand-written.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
We are very happy to announce the RC3 release of Scala 2.10.3! If no serious blocking issues are found this will become the final 2.10.3 version.
1+
We are very happy to announce the final release of Scala 2.10.3! <!-- If no serious blocking issues are found this will become the final 2.10.3 version. -->
22

33
<!-- Substitute both version numbers here! -->
4-
The release is available for download from [scala-lang.org](http://scala-lang.org/download/2.10.3-RC3.html) or from [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.10.3-RC3%22).
4+
The release is available for download from [scala-lang.org](http://scala-lang.org/download/2.10.3.html) or from [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.10.3%22).
55

66
The Scala team and contributors [fixed 50 issues since 2.10.2](https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12215)!
77

0 commit comments

Comments
 (0)