We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b32c31 commit a9e9c82Copy full SHA for a9e9c82
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java'
3
id 'maven-publish'
4
id 'jacoco'
5
- id "org.sonarqube" version "5.1.0.4882"
+ id "org.sonarqube" version "6.0.1.5171"
6
}
7
8
repositories {
@@ -39,7 +39,7 @@ test {
39
finalizedBy jacocoTestReport
40
41
42
-jar.archiveFileName = "vertx-web-accesslog-1.7.0.jar"
+jar.archiveFileName = "vertx-web-accesslog-1.8.0-SNAPSHOT.jar"
43
44
java {
45
withSourcesJar()
@@ -53,7 +53,7 @@ publishing {
53
54
groupId = 'com.romanpierson'
55
artifactId = 'vertx-web-accesslog'
56
- version = '1.7.0'
+ version = '1.8.0-SNAPSHOT'
57
58
from components.java
59
0 commit comments