Skip to content

Commit

Permalink
Correct snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Aug 12, 2021
1 parent baea39a commit aee3eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
prerelease: true
name: 7.1.0.RC1
tag: v7.1.0.RC1
version: 7.1.0.RC1
name: 7.1.0
tag: v7.1.0
version: 7.1.0
# Otherwise:
- name: Export Gradle Properties
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mongoJavaServerVersion=1.28.0
mongodbDriverVersion=4.3.1
mongodbRxDriverVersion=1.10.0
pluginGrailsVersion=5.0.0.M2
projectVersion=7.1.1-SNAPSHOT
projectVersion=7.1.0-SNAPSHOT
seleniumSafariDriverVersion=3.14.0
seleniumVersion=3.14.0
spockVersion=2.0-groovy-3.0
Expand Down

0 comments on commit aee3eeb

Please sign in to comment.