Skip to content

Commit

Permalink
Release v1.6.2
Browse files Browse the repository at this point in the history
Yong Sheng Tan authored Jun 15, 2023
1 parent 209a7f4 commit 5c7fed9
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
@@ -5,7 +5,7 @@ plugins {

group = 'org.finos.symphony.wdk'

ext.projectVersion = '1.7.0-SNAPSHOT'
ext.projectVersion = '1.6.2'

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'

0 comments on commit 5c7fed9

Please sign in to comment.