Skip to content

Commit

Permalink
updated to the right dependency versions which exist
Browse files Browse the repository at this point in the history
  • Loading branch information
denis.kuniss committed May 12, 2016
1 parent 7ea50f4 commit 2daa8f1
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 @@ -24,7 +24,7 @@ task wrapper(type: Wrapper) {

def artifactName = 'javapos-config-editor'
def groupId='org.javapos'
def version='2.3.0-RC3'
def version='2.3.0'


///////////////////////////////////////////////////////////////////////////////
Expand All @@ -45,7 +45,7 @@ repositories {
dependencies {
compile 'xerces:xerces:1.2.3'
compile 'org.javapos:javapos-contracts:1.6.0'
compile "org.javapos:javapos-config-loader:$version"
compile "org.javapos:javapos-config-loader:2.3.1"
}


Expand Down

0 comments on commit 2daa8f1

Please sign in to comment.