Skip to content

Commit 5fa0c08

Browse files
committed
Remove mention of CLIRR, it's obsolete
1 parent 599c7c5 commit 5fa0c08

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/main/resources/commons-xdoc-templates/vote-txt-template.txt

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These are the artifacts and their hashes:
3636
@SHA512LIST@
3737

3838

39-
I have tested this with ***'mvn clean install site'*** using:
39+
I have tested this with 'mvn' and 'mvn clean install site' using:
4040
***
4141
Use the output from "mvn -version" for each combination you tested.
4242
Windows: ver
@@ -51,9 +51,6 @@ Site:
5151
@SITEURL@/index.html
5252
(note some *relative* links are broken and the @VERSION@ directories are not yet created - these will be OK once the site is deployed.)
5353

54-
*** CLIRR Report (compared to @BC@):
55-
@SITEURL@/clirr-report.html
56-
5754
*** JApiCmp Report (compared to @BC@):
5855
@SITEURL@/japicmp.html
5956

@@ -93,7 +90,7 @@ Validating a release candidate
9390

9491
These guidelines are NOT complete.
9592

96-
Requirements: Git, Java, Maven.
93+
Requirements: Git, Java, and Maven.
9794

9895
You can validate a release from a release candidate (RC) tag as follows.
9996

@@ -114,14 +111,6 @@ mvn apache-rat:check
114111

115112
3) Check binary compatibility
116113

117-
Older components still use Apache Clirr:
118-
119-
This step is not required if the site includes a Clirr report page which you then must check.
120-
121-
mvn clirr:check
122-
123-
Newer components use JApiCmp with the japicmp Maven Profile:
124-
125114
This step is not required if the site includes a JApiCmp report page which you then must check.
126115

127116
mvn install -DskipTests -P japicmp japicmp:cmp

0 commit comments

Comments
 (0)