Skip to content

Commit b5b30bb

Browse files
authored
Remove v2.x.x branch support as it reaches OES (#1020)
* Remove references in docs docs * Removed from CI * Remove docs publication * Extra: updated site v3-migration-guide to mention Java 11 requirement
1 parent 6e59442 commit b5b30bb

File tree

7 files changed

+10
-37
lines changed

7 files changed

+10
-37
lines changed

.github/dependabot.yml

-26
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,3 @@ updates:
2727
update-types:
2828
- "version-update:semver-major"
2929
- "version-update:semver-minor"
30-
- package-ecosystem: "maven"
31-
directory: "/"
32-
schedule:
33-
interval: "weekly"
34-
labels:
35-
- "dependencies"
36-
commit-message:
37-
prefix: "(v2.2.x)"
38-
target-branch: "v2.2.x"
39-
ignore:
40-
- dependency-name: org.apache.maven:*
41-
- dependency-name: org.apache.maven.plugin-tools:*
42-
- dependency-name: org.apache.maven.doxia:*
43-
- dependency-name: org.codehaus.plexus:*
44-
- dependency-name: commons-io:commons-io
45-
- dependency-name: org.mockito:mockito-core
46-
update-types:
47-
- "version-update:semver-major"
48-
- dependency-name: org.glassfish.jaxb:jaxb-runtime
49-
update-types:
50-
- "version-update:semver-major"
51-
- "version-update:semver-minor"
52-
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
53-
update-types:
54-
- "version-update:semver-major"
55-
- "version-update:semver-minor"

.github/workflows/build.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ on:
33
push:
44
branches:
55
- main
6-
- 2.2.x
76
paths-ignore:
87
- '*.adoc'
98
- docs/**
109
pull_request:
1110
branches:
1211
- main
13-
- 2.2.x
1412
paths-ignore:
1513
- '*.adoc'
1614
- docs/**

.github/workflows/deploy-docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- v2.2.x
76
paths: [ 'docs/**' ]
87
permissions: read-all
98
jobs:

README.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ You can find examples ready to copy-paste in the {uri-examples}[Asciidoctor Mave
141141
asciidoctor-maven-plugin comes in two versions with support for Maven 3.8.8+ and 3.9.x versions.
142142

143143
* Version 3.x.x: current development branch.
144-
This is the recommended version, new features and fixes will be added as minor/patch releases.
145-
* Version 2.2.x: maintenance branch.
146-
Fixes will be released as patch versions up until 31st January 2025.
144+
New features and fixes will be added as minor/patch releases.
147145

148146
== Contributing
149147

docs/modules/plugin/pages/compatibility-matrix.adoc

-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ Versions not listed below are not supported, please consider upgrading.
2323
|v2.x.x, v3.x.x
2424
|Yes
2525

26-
|v2.2.x
27-
|v2.x.x
28-
|Yes (EOL Dec, 2015)
29-
3026
|===

docs/modules/plugin/pages/v3-migration-guide.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Users of the site module see xref:site-integration:v3-migration-guide.adoc[v3 mi
2121

2222
Minimal Java version is 11.
2323

24-
For anyone in need of a Java 8 compatible release, v2.5.x of the plugin will be supported for some time after v3.0.x release.
2524
Note this also imposes versions on dependencies, for example:
2625

2726
* Only AsciidoctorJ v2.5.x

docs/modules/site-integration/pages/v3-migration-guide.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ The old Doxia module embedded in `asciidocto-maven-plugin` library it's now an i
1818

1919
== Changes
2020

21+
=== Minimal Java version
22+
23+
Minimal Java version is 11.
24+
25+
Note this also imposes versions on dependencies, for example:
26+
27+
* Only AsciidoctorJ v2.5.x
28+
* Only asciidoctorj-diagram previous v2.2.8
29+
2130
=== Site plugin module renamed
2231

2332
The https://maven.apache.org/doxia/[Doxia] module has been extracted into a separated subproject named `{doxia-compatible-module-name}`.

0 commit comments

Comments
 (0)