Skip to content

Commit f3f577b

Browse files
committed
Fix URL to search.maven.org
The query is now: g:"org.scala-lang" AND v:"2.10.3-RC3" The "AND" is new.
1 parent 1e32356 commit f3f577b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hand-written.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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.
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%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-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).
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

release-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<body>
66
<h3>Scala 2.10.3-RC3 is now available!</h3>
77
<p>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.</p>
8-
<!-- Substitute both version numbers here! --><p>The release is available for download from <a href="http://scala-lang.org/download/2.10.3-RC3.html">scala-lang.org</a> or from <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20v%3A%222.10.3-RC3%22">Maven Central</a>.</p><p>The Scala team and contributors <a href="https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12215">fixed 50 issues since 2.10.2</a>!</p><p>In total, <a href="https://github.com/scala/scala/issues?milestone=17&state=closed">63 RC1 pull requests</a>, <a href="https://github.com/scala/scala/issues?milestone=23&state=closed">19 RC2 pull requests</a> and <a href="https://github.com/scala/scala/issues?milestone=24&state=closed">2 RC3 pull requests</a> were opened on <a href="https://github.com/scala/scala">GitHub</a> of which 72 were merged after having been <a href="https://github.com/typesafehub/ghpullrequest-validator">tested</a> and reviewed.</p>
8+
<!-- Substitute both version numbers here! --><p>The release is available for download from <a href="http://scala-lang.org/download/2.10.3-RC3.html">scala-lang.org</a> or from <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.10.3-RC3%22">Maven Central</a>.</p><p>The Scala team and contributors <a href="https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12215">fixed 50 issues since 2.10.2</a>!</p><p>In total, <a href="https://github.com/scala/scala/issues?milestone=17&state=closed">63 RC1 pull requests</a>, <a href="https://github.com/scala/scala/issues?milestone=23&state=closed">19 RC2 pull requests</a> and <a href="https://github.com/scala/scala/issues?milestone=24&state=closed">2 RC3 pull requests</a> were opened on <a href="https://github.com/scala/scala">GitHub</a> of which 72 were merged after having been <a href="https://github.com/typesafehub/ghpullrequest-validator">tested</a> and reviewed.</p>
99
<!--break--><h3>Known Issues</h3><p>Before reporting a bug, please have a look at these <a href="https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12216">known issues</a>.</p><h3>Scala IDE for Eclipse</h3><p>The Scala IDE with Scala 2.10.3-RC2 built right in is available through the following update-site:</p>
1010
<ul>
1111
<li><a href="http://download.scala-ide.org/sdk/e38/scala210/dev/site/">for Eclipse 4.2/4.3 (Juno/Kepler)</a></li>

0 commit comments

Comments
 (0)