Skip to content

Commit

Permalink
Release v1.6.4 (#285)
Browse files Browse the repository at this point in the history
* Upgrade federation client to 1.0.7

* Bump version to 1.6.4
  • Loading branch information
yinan-symphony authored Jan 24, 2024
1 parent 1864463 commit a840769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
env:
VERSION: 1.0.5
VERSION: 1.0.7
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = 'org.finos.symphony.wdk'

ext.projectVersion = '1.6.3'
ext.projectVersion = '1.6.4'

ext.mavenRepoUrl = ext.projectVersion.endsWith('SNAPSHOT') ? 'https://oss.sonatype.org/content/repositories/snapshots/' : 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
ext.mavenRepoUsername = project.properties['mavenRepoUsername'] ?: 'Symphony artifactory user'
Expand Down

0 comments on commit a840769

Please sign in to comment.