Skip to content

Commit 9f87e85

Browse files
authored
chore(enterprise/content): Update Download Page with 7.22.0
Related-to: camunda/camunda-bpm-platform#4273
1 parent 4c2cf7f commit 9f87e85

File tree

2 files changed

+8
-83
lines changed

2 files changed

+8
-83
lines changed

enterprise/content/download.md

+5-80
Original file line numberDiff line numberDiff line change
@@ -72,91 +72,16 @@ downloads:
7272
- war
7373

7474
selected:
75-
branch: "7.21"
76-
version: "7.21.4"
75+
branch: "7.22"
76+
version: "7.22.0"
7777
server: "run"
7878

7979
branches:
8080
- branch: "7.22"
8181
releases:
82-
- number: "7.22.0-alpha6"
83-
note: "https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue+is%3Aclosed+reason%3A%22completed%22+label%3Aversion%3A7.22.0-alpha6"
84-
date: "2024.09.23"
85-
excludeservers:
86-
- "wildfly"
87-
- "wildfly11"
88-
- "wildfly10"
89-
- "wildfly8"
90-
- "glassfish"
91-
- "ibm-was"
92-
- "ibm-was-85"
93-
- "ibm-was9"
94-
- "jboss"
95-
excludeformats:
96-
- "war"
97-
- number: "7.22.0-alpha5"
98-
note: "https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue+is%3Aclosed+reason%3A%22completed%22+label%3Aversion%3A7.22.0-alpha5"
99-
date: "2024.09.10"
100-
excludeservers:
101-
- "wildfly"
102-
- "wildfly11"
103-
- "wildfly10"
104-
- "wildfly8"
105-
- "glassfish"
106-
- "ibm-was"
107-
- "ibm-was-85"
108-
- "ibm-was9"
109-
- "jboss"
110-
excludeformats:
111-
- "war"
112-
- number: "7.22.0-alpha4"
113-
note: "https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue+is%3Aclosed+reason%3A%22completed%22+label%3Aversion%3A7.22.0-alpha4"
114-
date: "2024.08.13"
115-
excludeservers:
116-
- "wildfly"
117-
- "wildfly11"
118-
- "wildfly10"
119-
- "wildfly8"
120-
- "glassfish"
121-
- "ibm-was"
122-
- "ibm-was-85"
123-
- "ibm-was9"
124-
- "jboss"
125-
excludeformats:
126-
- "war"
127-
- number: "7.22.0-alpha3"
128-
note: "https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue+is%3Aclosed+reason%3A%22completed%22+label%3Aversion%3A7.22.0-alpha3"
129-
date: "2024.07.02"
130-
excludeservers:
131-
- "wildfly"
132-
- "wildfly11"
133-
- "wildfly10"
134-
- "wildfly8"
135-
- "glassfish"
136-
- "ibm-was"
137-
- "ibm-was-85"
138-
- "ibm-was9"
139-
- "jboss"
140-
excludeformats:
141-
- "war"
142-
- number: "7.22.0-alpha2"
143-
note: "https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue+is%3Aclosed+reason%3A%22completed%22+label%3Aversion%3A7.22.0-alpha2+"
144-
date: "2024.06.11"
145-
excludeservers:
146-
- "wildfly"
147-
- "wildfly11"
148-
- "wildfly10"
149-
- "wildfly8"
150-
- "glassfish"
151-
- "ibm-was"
152-
- "ibm-was-85"
153-
- "ibm-was9"
154-
- "jboss"
155-
excludeformats:
156-
- "war"
157-
- number: "7.22.0-alpha1"
158-
note: "https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue++is%3Aclosed+label%3Aversion%3A7.22.0-alpha1"
159-
date: "2024.05.14"
82+
- number: "7.22.0"
83+
note: "https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue+is%3Aclosed+label%3Aversion%3A7.22.0"
84+
date: "2024.10.08"
16085
excludeservers:
16186
- "wildfly"
16287
- "wildfly11"

test/HttpRedirectionTest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
https://docs.camunda.org:
44
/:
5-
target: /manual/7.21/
5+
target: /manual/7.22/
66
status: 307
77
/manual/:
8-
target: /manual/7.21/
8+
target: /manual/7.22/
99
status: 307
1010
/optimize/:
1111
target: /optimize/latest/
1212
status: 301
1313
/manual/reference/bpmn20:
14-
target: /manual/7.21/reference/bpmn20
14+
target: /manual/7.22/reference/bpmn20
1515
status: 307
1616
/get-started/javaee6:
1717
target: /get-started/archive/javaee7

0 commit comments

Comments
 (0)