Skip to content

Commit 837e9d8

Browse files
committed
Introduced version 1.47
1 parent 2ff2a20 commit 837e9d8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
underscore-java17
22
=================
33

4-
[![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)
4+
[![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)
55
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/underscore-java17/blob/main/LICENSE)
66
[![Java CI](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml)
77
[![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)
@@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven:
2828
<dependency>
2929
<groupId>com.github.javadev</groupId>
3030
<artifactId>underscore17</artifactId>
31-
<version>1.46</version>
31+
<version>1.47</version>
3232
</dependency>
3333
...
3434
</dependencies>
@@ -37,7 +37,7 @@ Include the following in your `pom.xml` for Maven:
3737
Gradle:
3838

3939
```groovy
40-
implementation 'com.github.javadev:underscore17:1.46'
40+
implementation 'com.github.javadev:underscore17:1.47'
4141
```
4242

4343
### Usage

pom-central17.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore17</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.46</version>
7+
<version>1.47</version>
88
<name>java 17 port of Underscore.js</name>
99
<description>The java 17 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>

pom-pack17.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore17</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.46</version>
7+
<version>1.47</version>
88
<name>java 17 port of Underscore.js</name>
99
<description>The java 17 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>
@@ -28,7 +28,7 @@
2828
</scm>
2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<java.home.openjdk17>../../programs/jdk-17.0.1</java.home.openjdk17>
31+
<java.home.openjdk17>C:/Program Files/Java/jdk-17</java.home.openjdk17>
3232
</properties>
3333
<ciManagement>
3434
<system>GitHub Actions</system>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-gpg-plugin</artifactId>
225-
<version>1.4</version>
225+
<version>1.6</version>
226226
<executions>
227227
<execution>
228228
<id>sign-artifacts</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore11</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.46-SNAPSHOT</version>
7+
<version>1.47-SNAPSHOT</version>
88
<name>java 17 port of Underscore.js</name>
99
<description>The java 17 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>

0 commit comments

Comments
 (0)