Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Feb 27, 2024
1 parent 896c70e commit db7ce31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
underscore-kotlin
=================
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore-kotlin.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore-kotlin/1.4)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore-kotlin.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore-kotlin/1.5)
[![Java CI with Maven](https://github.com/kotlindev/underscore-kotlin/actions/workflows/maven.yml/badge.svg)](https://github.com/kotlindev/underscore-kotlin/actions/workflows/maven.yml)
[![javadoc](https://javadoc.io/badge2/com.github.javadev/underscore-kotlin/javadoc.svg)](https://javadoc.io/doc/com.github.javadev/underscore-kotlin)

Expand All @@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore-kotlin</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
...
</dependencies>
Expand All @@ -28,7 +28,7 @@ To configure your Maven project, add the following code to your pom.xml file:
Gradle configuration:

```groovy
implementation 'com.github.javadev:underscore-kotlin:1.4'
implementation 'com.github.javadev:underscore-kotlin:1.5'
```

### Usage
Expand Down
8 changes: 4 additions & 4 deletions pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.4</version>
<version>1.5</version>
<name>kotlin port of Underscore.js</name>
<description>The kotlin port of Underscore.js</description>
<url>https://github.com/kotlindev/underscore-kotlin</url>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.1,)</version>
<version>[5.10.2,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -241,13 +241,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.1,)</version>
<version>[5.10.2,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.1,)</version>
<version>[1.10.2,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 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>underscore-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
<name>kotlin port of Underscore.js</name>
<description>The kotlin port of Underscore.js</description>
<url>https://github.com/kotlindev/underscore-kotlin</url>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.1,)</version>
<version>[5.10.2,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -198,13 +198,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.1,)</version>
<version>[5.10.2,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.1,)</version>
<version>[1.10.2,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit db7ce31

Please sign in to comment.