Skip to content

Commit

Permalink
Merge branch 'release/0.7' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bannmann committed Nov 19, 2023
2 parents 734d841 + 4c47452 commit 06ee3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
key: talos-maven-repo

- name: Build
uses: docker://incub8softwarelabs/talos:preview
uses: docker://incub8softwarelabs/talos:latest
env:
# Talos-specific variables
TALOS_MAVEN_DEBUG: ${{ secrets.TALOS_MAVEN_DEBUG }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.github.bannmann.restflow</groupId>
<artifactId>restflow</artifactId>
<version>0.6</version>
<version>0.7</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Fluent API for Java 11 HTTP Client with JSON-B support</description>
Expand Down

0 comments on commit 06ee3fd

Please sign in to comment.