Skip to content

Commit

Permalink
ICU-22533 Don't mention 'Release Candidate' in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Nov 10, 2023
1 parent fa6a466 commit 091fcf6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/processes/release/tasks/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,7 @@ The command requires a version number string that follows the typical Java / Mav
In other words, the above `versions:set-property` step should be executed at the same time
`mvn versions:set -DnewVersion=74.0.1-SNAPSHOT` is executed.

4. Update the `api.doc.version` property.
Edit the root pom file at `icu4j/pom.xml` and manually make this change:

* Before the RC release, ensure that the property includes the phrase "Release Candidate".
```
<api.doc.version>${icu.major.version} Release Candidate</api.doc.version>
```
* For the final GA release, ensure that the property only includes the major version number.
```
<api.doc.version>${icu.major.version}</api.doc.version>
```

5. Update the following variables in `icu4j/releases_tools/shared.sh`
4. Update the following variables in `icu4j/releases_tools/shared.sh`

* `artifact_version` - The version used in the Maven `pom.xml` files. You can alternatively produce this value by running `mvn help:evaluate -Dexpression=project.version -q -DforceStdout`.
* `github_rel_version` - The version used in the name of the GitHub downloadable artifacts. For example "73_2" or "74rc".
Expand Down

1 comment on commit 091fcf6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 091fcf6 Previous: fa6a466 Ratio
TestCharsetEncoderICU 0.911956277222411 ns/iter 0.4333817927210855 ns/iter 2.10

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.