Skip to content

Commit

Permalink
prepared for JavaPOS 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kuniss committed May 1, 2016
1 parent c7aee4b commit 0513768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ task wrapper(type: Wrapper) {

def artifactName = 'javapos'
def groupId='org.javapos'
def uposVersion = '1.11'
def uposVersion = '1.12'
version="${uposVersion}.2" // the last part after dot is the build/release version

// dependency versions
def javaposContractsVersion = "$uposVersion.0"
def javaposControlsVersion = "$uposVersion.0"
def javaposContractsVersion = "$uposVersion.2"
def javaposControlsVersion = "$uposVersion.2"
def jclVersion = '2.2.0'


Expand Down

0 comments on commit 0513768

Please sign in to comment.