Skip to content

Commit 29d96f4

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents ce291cb + f624865 commit 29d96f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-from-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
run: |
8888
gh_pr_up() {
89-
gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@"
89+
gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || (git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@")
9090
}
9191
gh_pr_up -B "${{ steps.main.outputs.current_branch }}" \
9292
--title "Update from template" \

sessionize-java-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-javadoc-plugin</artifactId>
191-
<version>3.6.0</version>
191+
<version>3.6.2</version>
192192
<executions>
193193
<execution>
194194
<id>attach-javadocs</id>
@@ -298,7 +298,7 @@
298298
<plugin>
299299
<groupId>org.apache.maven.plugins</groupId>
300300
<artifactId>maven-clean-plugin</artifactId>
301-
<version>3.3.1</version>
301+
<version>3.3.2</version>
302302
<executions>
303303
<execution>
304304
<id>pre-generation-clean</id>

0 commit comments

Comments
 (0)