aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-16 22:51:11 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-16 22:51:11 -0800
commit5f3acd195807c871acb104b18dc8ea7c40ab1c66 (patch)
tree6e1eda53b4ed1e469d76669bbf618f7058403d0b
parent86eaa28114494a442e8a9ea818339bc29859775e (diff)
downloadakka-serial-5f3acd195807c871acb104b18dc8ea7c40ab1c66.tar.gz
akka-serial-5f3acd195807c871acb104b18dc8ea7c40ab1c66.tar.bz2
akka-serial-5f3acd195807c871acb104b18dc8ea7c40ab1c66.zip
Fix site versions
-rw-r--r--site/jekyll/_data/current.json2
-rw-r--r--site/jekyll/downloads/_snippet.md7
-rw-r--r--site/jekyll/downloads/index.html66
-rw-r--r--site/jekyll/downloads/index.md8
4 files changed, 5 insertions, 78 deletions
diff --git a/site/jekyll/_data/current.json b/site/jekyll/_data/current.json
index 663de22..d38861f 100644
--- a/site/jekyll/_data/current.json
+++ b/site/jekyll/_data/current.json
@@ -1,5 +1,5 @@
{
- "version": "2.4.0-M11",
+ "version": "2.4.0-M1",
"native_version": {
"major": "3",
"minor": "0",
diff --git a/site/jekyll/downloads/_snippet.md b/site/jekyll/downloads/_snippet.md
deleted file mode 100644
index a873958..0000000
--- a/site/jekyll/downloads/_snippet.md
+++ /dev/null
@@ -1,7 +0,0 @@
-{% highlight scala %}
-//main artifact
-libraryDependencies += "com.github.jodersky" %% "flow" % "{{site.data.releases.current.version}}"
-
-//(optional) "fat" jar containing native libraries
-libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.data.releases.current.version}}" % "runtime"
-{% endhighlight %}
diff --git a/site/jekyll/downloads/index.html b/site/jekyll/downloads/index.html
deleted file mode 100644
index 6b79b1a..0000000
--- a/site/jekyll/downloads/index.html
+++ /dev/null
@@ -1,66 +0,0 @@
----
-layout: page
-title: Downloads
----
-<h2>Latest Version <small>{{site.data.releases.current.version}}</small></h2>
-<div class="row">
- <div class="col-lg-8">
- <h3>Sbt Coordinates</h3>
- <p>Add the following to the build configuration:</p>
- {% include_relative _snippet.md %}
- <h3>Archives</h3>
- <ul>
- {% for download in site.data.releases.current.downloads %}
- <li>
- {{download.name}}
- {% for link in download.links %}
- <a href="{{link.url}}">{{link.name}}</a>
- {% endfor %}
- </li>
- {% endfor %}
- </ul>
- </div>
- <div class="col-lg-4">
- <h3>Supported Platforms*</h3>
- <table class="table">
- <thead>
- <tr>
- <th>Kernel</th><th>Architecture</th>
- </tr>
- </thead>
- <tbody>
- {% for platform in site.data.releases.current.platforms %}
- <tr>
- <td>{{platform.kernel}}</td><td>{{platform.arch}}</td>
- </tr>
- {% endfor %}
- </tbody>
- </table>
- <p class="small">*These are the platforms for which a native library is included in the release.
- Flow is POSIX compatible so it can be built for a lot more platforms.</p>
- </div>
-</div>
-
-<h2>Release Notes</h2>
-<p>Consult the <a href="https://github.com/jodersky/flow/blob/master/CHANGELOG.md">release notes</a> for important changes.</p>
-
-<h2>Requirements</h2>
-<p>Flow depends on Akka 2.4 and requires a Java runtime version of 1.8.</p>
-
-<h2>Previous Versions</h2>
-{% for release_hash in site.data.releases.previous %}
-{% assign release = release_hash[1] %}
-<h3>{{release.version}}</h3>
-<ul>
- {% for download in release.downloads %}
- <li>
- {{download.name}}
- {% for link in download.links %}
- <a href="{{link.url}}">{{link.name}}</a>
- {% endfor %}
- </li>
- {% endfor %}
-</ul>
-{% endfor %}
-<h3>Older Releases</h3>
-Archived releases are available in <a href="https://github.com/jodersky/flow/releases">GitHub releases</a>.
diff --git a/site/jekyll/downloads/index.md b/site/jekyll/downloads/index.md
index 55e6791..918a674 100644
--- a/site/jekyll/downloads/index.md
+++ b/site/jekyll/downloads/index.md
@@ -23,12 +23,12 @@ libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.data.curr
### Archives
- Main Jar
-[.jar (scala 2.11)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.4.0-RC1/flow_2.11-2.4.0-RC1.jar)
-[.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.4.0-RC1/flow_2.11-2.4.0-RC1.jar.asc)
+[.jar (scala 2.11)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.4.0-M1/flow_2.11-2.4.0-M1.jar)
+[.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.4.0-M1/flow_2.11-2.4.0-M1.jar.asc)
- Native Jar
-[.jar](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.4.0-RC1/flow-native-2.4.0-RC1.jar)
-[.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.4.0-RC1/flow-native-2.4.0-RC1.jar.asc)
+[.jar](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.4.0-M1/flow-native-2.4.0-M1.jar)
+[.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.4.0-M1/flow-native-2.4.0-M1.jar.asc)
</div>