Skip to content

Commit

Permalink
Version 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Dec 1, 2024
1 parent 6f139ea commit 269ad67
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.63)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.64)
[![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-analysis.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml)
Expand Down Expand Up @@ -31,7 +31,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore17</artifactId>
<version>1.63</version>
<version>1.64</version>
</dependency>
...
</dependencies>
Expand All @@ -40,7 +40,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
implementation 'com.github.javadev:underscore17:1.63'
implementation 'com.github.javadev:underscore17:1.64'
```

### Usage
Expand Down
8 changes: 4 additions & 4 deletions pom-central17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore17</artifactId>
<packaging>jar</packaging>
<version>1.63</version>
<version>1.64</version>
<name>java 17 port of Underscore.js</name>
<description>The java 17 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java17</url>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -129,13 +129,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.3,)</version>
<version>[1.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom-central21.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore21</artifactId>
<packaging>jar</packaging>
<version>1.63</version>
<version>1.64</version>
<name>java 21 port of Underscore.js</name>
<description>The java 21 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java17</url>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -129,13 +129,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.3,)</version>
<version>[1.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom-pack17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore17</artifactId>
<packaging>jar</packaging>
<version>1.63</version>
<version>1.64</version>
<name>java 17 port of Underscore.js</name>
<description>The java 17 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java17</url>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -238,13 +238,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.3,)</version>
<version>[1.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore17</artifactId>
<packaging>jar</packaging>
<version>1.63-SNAPSHOT</version>
<version>1.64-SNAPSHOT</version>
<name>java 17 port of Underscore.js</name>
<description>The java 17 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java17</url>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -189,19 +189,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.3,)</version>
<version>[1.11.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 269ad67

Please sign in to comment.