Skip to content

Commit

Permalink
Bumped release versions (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
symphony-elias authored Oct 16, 2020
1 parent 881d2d0 commit 43c1b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext.projectVersion = '1.4.0-SNAPSHOT'
ext.projectVersion = '1.4.0.BETA'
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')

ext.symphonyRepoUrl = project.properties['symphonyRepoUrl'] ?: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
Expand Down
2 changes: 1 addition & 1 deletion symphony-bdk-legacy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = 'Symphony Java BDK Legacy Module'

ext.projectVersion = '1.3.0-SNAPSHOT'
ext.projectVersion = '1.3.0'
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')

ext.symphonyRepoUrl = project.properties['symphonyRepoUrl'] ?: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
Expand Down

0 comments on commit 43c1b22

Please sign in to comment.