Skip to content

Commit a9e9c82

Browse files
author
Roman Pierson
committed
Prepare for next version 4x
1 parent 3b32c31 commit a9e9c82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'maven-publish'
44
id 'jacoco'
5-
id "org.sonarqube" version "5.1.0.4882"
5+
id "org.sonarqube" version "6.0.1.5171"
66
}
77

88
repositories {
@@ -39,7 +39,7 @@ test {
3939
finalizedBy jacocoTestReport
4040
}
4141

42-
jar.archiveFileName = "vertx-web-accesslog-1.7.0.jar"
42+
jar.archiveFileName = "vertx-web-accesslog-1.8.0-SNAPSHOT.jar"
4343

4444
java {
4545
withSourcesJar()
@@ -53,7 +53,7 @@ publishing {
5353

5454
groupId = 'com.romanpierson'
5555
artifactId = 'vertx-web-accesslog'
56-
version = '1.7.0'
56+
version = '1.8.0-SNAPSHOT'
5757

5858
from components.java
5959

0 commit comments

Comments
 (0)