Skip to content

Commit

Permalink
release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Sep 7, 2024
1 parent b7c9ca5 commit 0438002
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__1.2.4 (SNAPSHOT)__
__1.2.4 (07-sep-2024)__

- added `ADOPTIUM_API` provider for ADOPTIUM API REST calls [#15](https://github.com/raydac/mvn-jlink/issues/14)
- fixed pattern to extract build version and extensions for ADOPTION provider [#14](https://github.com/raydac/mvn-jlink/issues/15)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Changelog

__1.2.4 (SNAPSHOT)__
__1.2.4 (07-sep-2024)__

- added `ADOPTIUM_API` provider for ADOPTIUM API REST calls [#15](https://github.com/raydac/mvn-jlink/issues/14)
- fixed pattern to extract build version and extensions for ADOPTION
Expand Down
4 changes: 2 additions & 2 deletions mvn-jlink-tests/mvn-jlink-test-sapmachine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
<artifactId>mvn-jlink-wrapper</artifactId>
<executions>
<execution>
<id>cache-jdk-13</id>
<id>cache-jdk-21</id>
<goals>
<goal>cache-jdk</goal>
</goals>
<configuration>
<provider>SAPMACHINE</provider>
<providerConfig>
<type>jdk</type>
<version>13.0.1</version>
<version>22.0.2</version>
<arch>x64</arch>
</providerConfig>
<jdkCachePath>${project.build.directory}${file.separator}jlinkCache</jdkCachePath>
Expand Down
2 changes: 1 addition & 1 deletion mvn-jlink-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<artifactId>mvn-jlink-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mvn-jlink-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<artifactId>mvn-jlink-wrapper</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
<packaging>pom</packaging>

<name>Maven Jlink plugin</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
</prerequisites>

<properties>
<mvnjlink.test.version>1.2.4-SNAPSHOT</mvnjlink.test.version>
<mvnjlink.test.version>1.2.4</mvnjlink.test.version>
<meta.version>1.1.3</meta.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 0438002

Please sign in to comment.