Skip to content

Commit

Permalink
Update site with 3.x and 4.x branches #155
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 3, 2016
1 parent dea8f66 commit 6ac8d32
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 5 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<skipTests>true</skipTests>
<github.site.upload.skip>true</github.site.upload.skip>
<lettuce-release-version>4.1.Final</lettuce-release-version>
<lettuce3-release-version>3.4.Final</lettuce3-release-version>
<netty-version>4.0.34.Final</netty-version>
</properties>

Expand Down
21 changes: 17 additions & 4 deletions src/site/markdown/download.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ Download lettuce
lettuce is distributed under the
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).

The link in the Mirrors column should display a list of available mirrors with a
default selection based on your inferred location. If you do not see that page,
try a different browser. The checksum and signature are links to
the originals on the main distribution server.
The checksum and signature are links to the originals on the main distribution server.


lettuce 3.x
-----------

| | Download | Checksum | Signature |
| ----------------- |:-------------|:-------------|:-------------|
| lettuce (jar) | [lettuce-${lettuce3-release-version}.jar](http://search.maven.org/remotecontent?filepath=biz/paluch/redis/lettuce/${lettuce3-release-version}/lettuce-${lettuce3-release-version}.jar)|[lettuce-${lettuce3-release-version}.jar.md5](http://search.maven.org/remotecontent?filepath=biz/paluch/redis/lettuce/${lettuce3-release-version}/lettuce-${lettuce3-release-version}.jar.md5)|[lettuce-${lettuce3-release-version}.jar.asc](http://search.maven.org/remotecontent?filepath=biz/paluch/redis/lettuce/${lettuce3-release-version}/lettuce-${lettuce3-release-version}.jar.asc)|
| lettuce shaded (jar) | [lettuce-${lettuce3-release-version}-shaded.jar](http://search.maven.org/remotecontent?filepath=biz/paluch/redis/lettuce/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-shaded.jar)|[lettuce-${lettuce3-release-version}-shaded.jar.md5](http://search.maven.org/remotecontent?filepath=biz/paluch/redis/lettuce/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-shaded.jar.md5)|[lettuce-${lettuce3-release-version}-shaded.jar.asc](http://search.maven.org/remotecontent?filepath=biz/paluch/redis/lettuce/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-shaded.jar.asc)|
| lettuce binary (zip) | [lettuce-${lettuce3-release-version}-bin.zip](https://github.com/mp911de/lettuce/releases/download/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-bin.zip)|[lettuce-${lettuce3-release-version}-bin.zip.md5](https://github.com/mp911de/lettuce/releases/download/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-bin.zip.md5)|[lettuce-${lettuce3-release-version}-bin.zip.asc](https://github.com/mp911de/lettuce/releases/download/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-bin.zip.asc)|
| lettuce binary (tar.gz) | [lettuce-${lettuce3-release-version}-bin.tar.gz](https://github.com/mp911de/lettuce/releases/download/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-bin.tar.gz)|[lettuce-${lettuce3-release-version}-bin.tar.gz.md5](https://github.com/mp911de/lettuce/releases/download/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-bin.tar.gz.md5)|[lettuce-${lettuce3-release-version}-bin.tar.gz.asc](https://github.com/mp911de/lettuce/releases/download/${lettuce3-release-version}/lettuce-${lettuce3-release-version}-bin.tar.gz.asc)|


lettuce 4.x
-----------

| | Download | Checksum | Signature |
| ----------------- |:-------------|:-------------|:-------------|
Expand All @@ -17,6 +29,7 @@ Download lettuce
| lettuce binary (tar.gz) | [lettuce-${lettuce-release-version}-bin.tar.gz](https://github.com/mp911de/lettuce/releases/download/${lettuce-release-version}/lettuce-${lettuce-release-version}-bin.tar.gz)|[lettuce-${lettuce-release-version}-bin.tar.gz.md5](https://github.com/mp911de/lettuce/releases/download/${lettuce-release-version}/lettuce-${lettuce-release-version}-bin.tar.gz.md5)|[lettuce-${lettuce-release-version}-bin.tar.gz.asc](https://github.com/mp911de/lettuce/releases/download/${lettuce-release-version}/lettuce-${lettuce-release-version}-bin.tar.gz.asc)|



It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures.

The PGP signatures can be verified using PGP or GPG. First download the
Expand Down
23 changes: 23 additions & 0 deletions src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,29 @@ I'm developing and maintaining actively the fork of https://github.com/wg/lettuc

[![Join the chat at https://gitter.im/mp911de/lettuce](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mp911de/lettuce) [![Build Status](https://travis-ci.org/mp911de/lettuce.svg)](https://travis-ci.org/mp911de/lettuce) [![Coverage Status](https://img.shields.io/coveralls/mp911de/lettuce.svg)](https://coveralls.io/r/mp911de/lettuce) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/biz.paluch.redis/lettuce/badge.svg)](https://maven-badges.herokuapp.com/maven-central/biz.paluch.redis/lettuce)

- - -

3.x and 4.x
------------
lettuce is available in two major versions. The 3.x stream and the 4.x stream. Both streams are maintained.

After this release, the 4.x branch will be promoted to the default branch.
Following rules should give a guidance for the stream in which a particular change is done:

**Changes affecting both streams**

* New Redis commands (such as HSTRLEN)
* Bugfixes

**Changes for the 4.x stream only**

* New Redis paradigms
* Enriching the API (such as multi-key command execution in the Cluster API)
* Technical improvements to the client (such as the Reactive API)

The 3.x stream will be maintained at least until end of 2016.

- - -

How to get
-------------
Expand Down
3 changes: 2 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
</menu>

<menu name="Project Documentation">
<item name="JavaDoc (current)" href="docs/api/releases/latest/index.html"/>
<item name="JavaDoc (3.x)" href="docs/api/releases/latest-3.x/index.html"/>
<item name="JavaDoc (4.x)" href="docs/api/releases/latest-4.x/index.html"/>
<item name="JavaDoc (archive)" href="docs/api/releases/"/>
</menu>

Expand Down

0 comments on commit 6ac8d32

Please sign in to comment.