1.10.1
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
apply plugin:'java'
|
||||
apply plugin: 'maven'
|
||||
defaultTasks 'build'
|
||||
version='1.10.0'
|
||||
version='1.10.1'
|
||||
description='Java implementation of the ISO 8583 protocol, focused on making the creation, edition and reading of ISO8583 messages as simple and flexible as possible.'
|
||||
sourceCompatibility=6
|
||||
targetCompatibility=6
|
||||
@@ -17,9 +17,9 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.slf4j:slf4j-api:1.7.5'
|
||||
compile 'org.slf4j:slf4j-api:1.7.6'
|
||||
testCompile 'junit:junit:4.11'
|
||||
testRuntime 'org.slf4j:slf4j-simple:1.7.5'
|
||||
testRuntime 'org.slf4j:slf4j-simple:1.7.6'
|
||||
}
|
||||
|
||||
tasks.javadoc.options.use=true
|
||||
@@ -56,7 +56,7 @@ uploadArchives {
|
||||
beforeDeployment { MavenDeployment deployment ->
|
||||
signing.signPom(deployment)
|
||||
}
|
||||
repository(url:'http://oss.sonatype.org/service/local/staging/deploy/maven2/') {
|
||||
repository(url:'https://oss.sonatype.org/service/local/staging/deploy/maven2/') {
|
||||
authentication(userName:nexusUsername, password:nexusPassword)
|
||||
}
|
||||
pom.project {
|
||||
|
||||
Reference in New Issue
Block a user