Skip to content

Commit 83a399e

Browse files
authored
Updated version/branches info.
1 parent 93aa526 commit 83a399e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ Norconex Commons Lang
44
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Norconex_commons-lang&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Norconex_commons-lang)
55
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=Norconex_commons-lang&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=Norconex_commons-lang)
66
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=Norconex_commons-lang&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=Norconex_commons-lang)
7+
[![Java CI with Maven](https://github.com/Norconex/commons-lang/actions/workflows/ci.yml/badge.svg)](https://github.com/Norconex/commons-lang/actions/workflows/ci.yml)
78

89
Generic library complementing the Java APi with useful utilities.
910

1011
https://opensource.norconex.com/commons/lang/
1112

12-
Minimum java version by branches:
13-
14-
```
15-
master: Java 11+
16-
2.x-branch: Java 1.8
17-
1.x-branch: Java 1.7
18-
```
13+
Version/branches:
14+
-----------------
1915

16+
| Project Version | Branch | Minimum Java |
17+
| :----------------- | :----------- | :------------- |
18+
| `3.0.0-SNAPSHOT` | `master` | `17` |
19+
| `2.x` | `2.x-branch` | `1.8` |
20+
| `1.x` | `1.x-branch` | `1.7` |

0 commit comments

Comments
 (0)