diff --git a/bake.bat b/bake.bat index f05de27..788487b 100644 --- a/bake.bat +++ b/bake.bat @@ -1,2 +1,3 @@ @echo off +:: set JAVA_HOME=%_JAVA8_HOME% %JBAKE_HOME%\jbake .\src\main\jbake ..\unitsofmeasurement.github.io \ No newline at end of file diff --git a/src/main/jbake/content/2014/edr.md b/src/main/jbake/content/2014/edr.md new file mode 100644 index 0000000..82b4bec --- /dev/null +++ b/src/main/jbake/content/2014/edr.md @@ -0,0 +1,14 @@ +title=Early Draft +date=2014-12-29 +type=post +tags=java, iot, m2m, jcp, jsr, edr +status=published +~~~~~~ + +Today, the Java Community Process published the Early Draft Release of JSR 363 for Review: +https://jcp.org/aboutJava/communityprocess/edr/jsr363/index.html. + +Corresponding GitHub release tags for API are: +https://github.com/unitsofmeasurement/unit-api/releases/tag/0.7 +and for the RI: +https://github.com/unitsofmeasurement/unit-ri/releases/tag/0.7 \ No newline at end of file