Skip to content

Commit

Permalink
Introduced version 1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Jun 1, 2023
1 parent 2ff2a20 commit 837e9d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,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.46)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.47)
[![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 All @@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore17</artifactId>
<version>1.46</version>
<version>1.47</version>
</dependency>
...
</dependencies>
Expand All @@ -37,7 +37,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
implementation 'com.github.javadev:underscore17:1.46'
implementation 'com.github.javadev:underscore17:1.47'
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion 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.46</version>
<version>1.47</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
6 changes: 3 additions & 3 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.46</version>
<version>1.47</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 All @@ -28,7 +28,7 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.home.openjdk17>../../programs/jdk-17.0.1</java.home.openjdk17>
<java.home.openjdk17>C:/Program Files/Java/jdk-17</java.home.openjdk17>
</properties>
<ciManagement>
<system>GitHub Actions</system>
Expand Down Expand Up @@ -222,7 +222,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore11</artifactId>
<packaging>jar</packaging>
<version>1.46-SNAPSHOT</version>
<version>1.47-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

0 comments on commit 837e9d8

Please sign in to comment.