From 69fe8e049c078c297367b275acfe2d1b4191028d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 21 Dec 2009 14:29:41 +0100 Subject: The latest on the master branch is from now on called 'EDGE' and not 'HEAD'. --- doc/changelog.markdown | 2 +- doc/publishing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 1c1f1304..de3f102f 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,7 +1,7 @@ Lombok Changelog ---------------- -### v0.9.3 +### v0.9.3 (edge) * Eclipse: `@Data` and other annotations now don't throw errors when you include fields with bounded wildcard generics, such as `List`. [Issue #84](http://code.google.com/p/projectlombok/issues/detail?id=84) * plugins and `@SneakyThrows`: Resolving types in annotations now works better especially for classes that aren't in the core java libraries. [Issue #88](http://code.google.com/p/projectlombok/issues/detail?id=88) diff --git a/doc/publishing.txt b/doc/publishing.txt index 6a61b73a..01a2c294 100644 --- a/doc/publishing.txt +++ b/doc/publishing.txt @@ -10,4 +10,4 @@ Step #4: git push && git push --tags Step #5: ant publish-all -Step #6: Change src/core/lombok/core/Version.java to "0.8.2-HEAD", and commit this. +Step #6: Change src/core/lombok/core/Version.java to "0.8.2-EDGE", and commit this. -- cgit