From 5f3acd195807c871acb104b18dc8ea7c40ab1c66 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 16 Dec 2015 22:51:11 -0800 Subject: Fix site versions --- site/jekyll/_data/current.json | 2 +- site/jekyll/downloads/_snippet.md | 7 ----- site/jekyll/downloads/index.html | 66 --------------------------------------- site/jekyll/downloads/index.md | 8 ++--- 4 files changed, 5 insertions(+), 78 deletions(-) delete mode 100644 site/jekyll/downloads/_snippet.md delete mode 100644 site/jekyll/downloads/index.html 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 ---- -

Latest Version {{site.data.releases.current.version}}

-
-
-

Sbt Coordinates

-

Add the following to the build configuration:

- {% include_relative _snippet.md %} -

Archives

-
    - {% for download in site.data.releases.current.downloads %} -
  • - {{download.name}} - {% for link in download.links %} - {{link.name}} - {% endfor %} -
  • - {% endfor %} -
-
-
-

Supported Platforms*

- - - - - - - - {% for platform in site.data.releases.current.platforms %} - - - - {% endfor %} - -
KernelArchitecture
{{platform.kernel}}{{platform.arch}}
-

*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.

-
-
- -

Release Notes

-

Consult the release notes for important changes.

- -

Requirements

-

Flow depends on Akka 2.4 and requires a Java runtime version of 1.8.

- -

Previous Versions

-{% for release_hash in site.data.releases.previous %} -{% assign release = release_hash[1] %} -

{{release.version}}

- -{% endfor %} -

Older Releases

-Archived releases are available in GitHub releases. 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) -- cgit v1.2.3