Skip to content

Commit

Permalink
Release WDK V1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yinan-symphony committed Apr 18, 2023
1 parent 8f7b715 commit c6b8e42
Showing 1 changed file with 1 addition and 1 deletion.
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.0-SNAPSHOT'
ext.projectVersion = '1.6.1'

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 c6b8e42

Please sign in to comment.