Skip to content

Commit f3ad698

Browse files
committed
Merge branch 'develop'
2 parents 92ea318 + fb8d2db commit f3ad698

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

.github/workflows/java8-maven.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ jobs:
8484
- name: Dryrun release assets with Maven
8585
run: mvn -B -ntp install -DskipTests=true -P full-release -Djreleaser.dryrun=true
8686
env:
87-
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87+
JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
8888
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.MAVEN_GPG_PUBLIC_KEY }}
8989
JRELEASER_GPG_SECRET_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
9090
JRELEASER_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
91-
JRELEASER_SCOOP_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
9291

9392
release-job:
9493
needs: build-and-test-job
@@ -130,8 +129,7 @@ jobs:
130129
- name: Release assets with Maven
131130
run: mvn -B -ntp install -DskipTests=true -P full-release
132131
env:
133-
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132+
JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
134133
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.MAVEN_GPG_PUBLIC_KEY }}
135134
JRELEASER_GPG_SECRET_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
136135
JRELEASER_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
137-
JRELEASER_SCOOP_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.nbbrd.sandbox</groupId>
77
<artifactId>sandbox-parent</artifactId>
8-
<version>1.17.0</version>
8+
<version>1.17.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>sandbox</name>

sandbox-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sandbox-parent</artifactId>
77
<groupId>com.github.nbbrd.sandbox</groupId>
8-
<version>1.17.0</version>
8+
<version>1.17.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sandbox-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sandbox-parent</artifactId>
77
<groupId>com.github.nbbrd.sandbox</groupId>
8-
<version>1.17.0</version>
8+
<version>1.17.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>com.github.nbbrd.sandbox</groupId>
2727
<artifactId>sandbox-api</artifactId>
28-
<version>1.17.0</version>
28+
<version>1.17.1</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.github.nbbrd.sandbox</groupId>
3232
<artifactId>sandbox-impl</artifactId>
33-
<version>1.17.0</version>
33+
<version>1.17.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>info.picocli</groupId>

sandbox-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sandbox-parent</artifactId>
77
<groupId>com.github.nbbrd.sandbox</groupId>
8-
<version>1.17.0</version>
8+
<version>1.17.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.github.nbbrd.sandbox</groupId>
2121
<artifactId>sandbox-api</artifactId>
22-
<version>1.17.0</version>
22+
<version>1.17.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.github.lalyos</groupId>

0 commit comments

Comments
 (0)