diff --git a/README.md b/README.md index c1c38d4..ba02a54 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ In pom.xml: ```xml - com.github.starkbank + com.starkbank starkbank-ecdsa - 0.0.1-SNAPSHOT + 1.0.0 ``` diff --git a/build.gradle b/build.gradle index 1422c0f..cb263db 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { plugins { id 'java' id 'maven' - id 'net.saliman.cobertura' version '3.0.0' + id 'maven-publish' id 'com.github.kt3k.coveralls' version '2.8.2' } @@ -29,16 +29,11 @@ group = GROUP version = VERSION_NAME - tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:all" << "-Xlint:-options" << "-Xlint:-processing" options.encoding = 'UTF-8' } -//compileJava { -// options.compilerArgs << "-Werror" -//} - configurations.all { } @@ -47,8 +42,8 @@ repositories { } dependencies { - testCompile group: 'junit', name: 'junit', version:'4.12' - testCompile group: 'org.mockito', name: 'mockito-core', version:'2.22.0' + testCompile group: 'junit', name: 'junit', version: '4.12' + testCompile group: 'org.mockito', name: 'mockito-core', version: '2.22.0' } jar { @@ -67,9 +62,3 @@ test { exceptionFormat "full" } } - -cobertura { - coverageFormats = ['html', 'xml'] // coveralls plugin depends on xml format report - coverageIgnoreTrivial = true // ignore getters/setters in coverage report - coverageIgnoreMethodAnnotations = ["java.lang.Deprecated"] -} diff --git a/gradle.properties b/gradle.properties index 3544a6b..6844816 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -GROUP=com.github.starkbank -VERSION_NAME=0.0.1-SNAPSHOT +GROUP=com.starkbank +VERSION_NAME=1.0.0 POM_URL=https://github.com/starkbank/ecdsa-java POM_SCM_URL=git@github.com:starkbank/ecdsa-java.git diff --git a/pom.xml b/pom.xml index 05772e8..91dfa7b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - com.github.starkbank + com.starkbank ecdsa-java - 0.0.1-SNAPSHOT + 1.0.0 1.7 1.7