diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devguide/ajc.adoc | 6 | ||||
-rw-r--r-- | docs/release/README-1.9.21.adoc | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/docs/devguide/ajc.adoc b/docs/devguide/ajc.adoc index 72f2112b6..578c9ce6c 100644 --- a/docs/devguide/ajc.adoc +++ b/docs/devguide/ajc.adoc @@ -178,11 +178,11 @@ Limitations which apply to both LTW and CTW modes include: <Directory> defaults to the current working dir. // AspectJ_JDK_Update: increment max. version and, if necessary, min. version -`-source <[1.3 to 21]>`:: +`-source <[1.3 to 22]>`:: Set source file Java language level -`-target <[1.3 to 21]>`:: +`-target <[1.3 to 22]>`:: Set classfile Java bytecode level -`-<[1.3 to 21]>`:: +`-<[1.3 to 22]>`:: Set compiler compliance level. Implies identical `-source` and `-target` levels. E.g., `-11` implies `-source 11` and `-target 11`. diff --git a/docs/release/README-1.9.21.adoc b/docs/release/README-1.9.21.adoc index a3bfc5394..48a35cbe0 100644 --- a/docs/release/README-1.9.21.adoc +++ b/docs/release/README-1.9.21.adoc @@ -2,9 +2,6 @@ :doctype: book :leveloffset: +1 -// AspectJ_JDK_Update: Each a.b.c release needs a new release notes document. For a.b.c.d minors, the existing a.b.c -// document can be updated. After copying this document, remove the comment from the previous one. - The releases 1.9.21, 1.9.21.1 and 1.9.21.2 are described together in this document. = AspectJ 1.9.21.2 |