Note 1.6.4 release and JVM version requirements.

Handy that we moved to Java 6 with the 1.6 series and can move to Java 7 with
the 1.7 series.
This commit is contained in:
Michael Bayne
2017-09-17 10:41:10 -07:00
parent 167ea2c5d5
commit 1580a0b36f
+8 -2
View File
@@ -43,8 +43,8 @@ applications.
The latest version of Getdown can be obtained thusly: The latest version of Getdown can be obtained thusly:
* Download the pre-built jar file from Maven Central: * Download the pre-built jar file from Maven Central:
[getdown-1.6.2.jar](http://repo2.maven.org/maven2/com/threerings/getdown/1.6.2/getdown-1.6.2.jar) [getdown-1.6.4.jar](http://repo2.maven.org/maven2/com/threerings/getdown/1.6.4/getdown-1.6.4.jar)
* Obtain the jar artifact via Maven with the following identifier: `com.threerings:getdown:1.6.2`. * Obtain the jar artifact via Maven with the following identifier: `com.threerings:getdown:1.6.4`.
* [Check out the code](https://github.com/threerings/getdown) and build it yourself. * [Check out the code](https://github.com/threerings/getdown) and build it yourself.
You can also: You can also:
@@ -52,6 +52,12 @@ You can also:
* View the [javadoc documentation] online. * View the [javadoc documentation] online.
* Browse the [source code] online. * Browse the [source code] online.
## JVM Version Requirements
* Getdown version 1.7.x (not yet released) requires Java 7 VM or newer.
* Getdown version 1.6.x requires Java 6 VM or newer.
* Getdown version 1.5 and earlier requires Java 5 VM or newer.
## Building ## Building
Getdown is built with Maven in the standard ways. Invoke the following commands, for fun and Getdown is built with Maven in the standard ways. Invoke the following commands, for fun and