Skip to content

Commit 07944cd

Browse files
authored
Update README.md
1 parent e396c88 commit 07944cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ underscore-java17
77
[![CodeQL](https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/javadev/underscore-java11/actions/workflows/codeql-analysis.yml)
88
[![Semgrep](https://github.com/javadev/underscore-java17/actions/workflows/semgrep.yml/badge.svg)](https://github.com/javadev/underscore-java11/actions/workflows/semgrep.yml)
99
[![codecov](https://codecov.io/gh/javadev/underscore-java17/branch/master/graph/badge.svg)](https://codecov.io/gh/javadev/underscore-java11)
10-
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=javadev_underscore-java17&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=javadev_underscore-java17)
10+
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=javadev_underscore-java11&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=javadev_underscore-java17)
1111
[![javadoc](https://javadoc.io/badge2/com.github.javadev/underscore17/javadoc.svg)](https://javadoc.io/doc/com.github.javadev/underscore17)
12-
[![Build Status](https://dev.azure.com/javadevazure/underscore-java/_apis/build/status/javadev.underscore-java17?branchName=main)](https://dev.azure.com/javadevazure/underscore-java/_build/latest?definitionId=5&branchName=main)
12+
[![Build Status](https://dev.azure.com/javadevazure/underscore-java/_apis/build/status/javadev.underscore-java11?branchName=main)](https://dev.azure.com/javadevazure/underscore-java/_build/latest?definitionId=5&branchName=main)
1313
![Java Version](https://img.shields.io/badge/java-%3E%3D%2017-success)
1414
[![](https://img.shields.io/github/forks/javadev/underscore-java17)](https://github.com/javadev/underscore-java17/fork)
1515

@@ -26,8 +26,8 @@ Include the following in your `pom.xml` for Maven:
2626
<dependencies>
2727
<dependency>
2828
<groupId>com.github.javadev</groupId>
29-
<artifactId>underscore11</artifactId>
30-
<version>1.38</version>
29+
<artifactId>underscore17</artifactId>
30+
<version>1.39</version>
3131
</dependency>
3232
...
3333
</dependencies>
@@ -36,7 +36,7 @@ Include the following in your `pom.xml` for Maven:
3636
Gradle:
3737

3838
```groovy
39-
implementation 'com.github.javadev:underscore11:1.38'
39+
implementation 'com.github.javadev:underscore17:1.39'
4040
```
4141

4242
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).

0 commit comments

Comments
 (0)