Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1864463

Browse files
author
Yong Sheng Tan
committed
Release v1.6.3
1 parent 2a2390e commit 1864463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
group = 'org.finos.symphony.wdk'
77

8-
ext.projectVersion = '1.7.0-SNAPSHOT'
8+
ext.projectVersion = '1.6.3'
99

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

0 commit comments

Comments
 (0)