Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperjj committed Oct 29, 2016
1 parent 7e85d94 commit bb8aac1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.2.5'
version = '1.2.6'

group = "me.doubledutch"
archivesBaseName = "lazyjson"
Expand Down Expand Up @@ -57,11 +57,11 @@ check{
dependsOn jacocoTestReport
}

/*

signing {
sign configurations.archives
}
*/


jar {
def versionFile = file('./src/main/resources/lazyjson_version.properties')
Expand All @@ -82,7 +82,7 @@ jar {
attributes 'Implementation-Title': 'LazyJSON Library', 'Implementation-Version': version
}
}
/*

uploadArchives {
repositories {
mavenDeployer {
Expand Down Expand Up @@ -128,4 +128,3 @@ uploadArchives {
}
}
}
*/
8 changes: 4 additions & 4 deletions src/main/resources/lazyjson_version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Oct 11 11:05:27 PDT 2016
BUILD_VERSION=1.2.5
BUILD_DATE=2016-10-11T18\:05\:27Z
BUILD_NUMBER=625
#Sat Oct 29 14:39:48 PDT 2016
BUILD_VERSION=1.2.6
BUILD_DATE=2016-10-29T21\:39\:48Z
BUILD_NUMBER=656

0 comments on commit bb8aac1

Please sign in to comment.