Skip to content

Commit

Permalink
prepared for JavaPOS 1.8 release
Browse files Browse the repository at this point in the history
additionally, corrected to get library version into POM
  • Loading branch information
kuniss committed Apr 27, 2016
1 parent aac4e5c commit c9b5e4b
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 @@ -23,9 +23,9 @@ task wrapper(type: Wrapper) {

def artifactName = 'javapos'
def groupId='org.javapos'
def uposVersion = '1.7'
def uposVersion = '1.8'
def jclVersion = '2.2.0'
def version="${uposVersion}.2" // the last part after dot is the build/release version
version="${uposVersion}.0" // the last part after dot is the build/release version


///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit c9b5e4b

Please sign in to comment.