diff --git a/README.md b/README.md index 8ecc91a..f01079f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ underscore-java17 ================= -[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.70) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.71) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/underscore-java17/blob/main/LICENSE) [![Java CI](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml) [![CodeQL](https://github.com/javadev/underscore-java17/actions/workflows/codeql.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/codeql.yml) @@ -31,7 +31,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev underscore17 - 1.70 + 1.71 ... @@ -40,7 +40,7 @@ To configure your Maven project, add the following code to your pom.xml file: Gradle configuration: ```groovy -implementation 'com.github.javadev:underscore17:1.70' +implementation 'com.github.javadev:underscore17:1.71' ``` ### Usage diff --git a/pom-central17.xml b/pom-central17.xml index 50667e2..4ae4537 100644 --- a/pom-central17.xml +++ b/pom-central17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.70 + 1.71 java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17 @@ -123,6 +123,36 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + generate-checksums + verify + + + + + + + + + + + + + + + + + + run + + + + diff --git a/pom-central21.xml b/pom-central21.xml index 1385d8d..b5065c3 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -4,7 +4,7 @@ com.github.javadev underscore21 jar - 1.70 + 1.71 java 21 port of Underscore.js The java 21 port of Underscore.js https://github.com/javadev/underscore-java17 @@ -123,6 +123,36 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + generate-checksums + verify + + + + + + + + + + + + + + + + + + run + + + + diff --git a/pom-pack17.xml b/pom-pack17.xml index 0072436..e6e0fc0 100644 --- a/pom-pack17.xml +++ b/pom-pack17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.70 + 1.71 java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17 diff --git a/pom.xml b/pom.xml index fd0313f..622db4a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.70-SNAPSHOT + 1.71-SNAPSHOT java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17