Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jun 4, 2021
1 parent e5c4559 commit b7b0c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven'

def SRU = "2020"

version = "SNAPSHOT-SRU${SRU}-9.1.7"
version = "SRU${SRU}-9.1.7"
group 'com.prowidesoftware'

sourceCompatibility = '1.8'
Expand Down Expand Up @@ -225,7 +225,7 @@ task writePom {

dependencies {
// included build (keep in sync with the latest Prowide Core version, this goes to Maven transitive dependency)
api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.4'
api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.5'
implementation 'org.apache.commons:commons-lang3:3.8.1'
implementation 'com.google.code.gson:gson:2.8.2'
}
Expand Down

0 comments on commit b7b0c8a

Please sign in to comment.