Skip to content

Commit c9c66d1

Browse files
committed
[1.0.0] - 2025-03-16
1 parent 25e58af commit c9c66d1

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

Diff for: .github/workflows/deploy_maven_package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ name: CI deploy maven package
1111
on:
1212
push:
1313
branches:
14-
- deploy
14+
- branch-deploy
1515

1616
jobs:
1717
build:
1818

1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@main
2323
- name: Set up JDK 11
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@main
2525
with:
2626
java-version: '11'
2727
distribution: 'corretto'
2828
cache: maven
2929
- name: Release Maven package
30-
uses: samuelmeuli/action-maven-publish@v1
30+
uses: samuelmeuli/action-maven-publish@master
3131
with:
3232
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3333
gpg_passphrase: ${{ secrets.PASSPHRASE }}

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-03-16
11+
1012
### Added
1113

1214
- MapConstructorFail

Diff for: fj-test-helper-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-test-helper</artifactId>
10-
<version>0.5.2</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<name>fj-test-helper-core</name>

Diff for: fj-test-helper-java-jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-test-helper</artifactId>
10-
<version>0.5.2</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<name>fj-test-helper-java-jaxrs</name>

Diff for: fj-test-helper8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-test-helper</artifactId>
10-
<version>0.5.2</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<name>fj-test-helper8</name>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>0.5.2</version>
14+
<version>1.0.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-test-helper</name>

0 commit comments

Comments
 (0)