Skip to content

Commit 342a62d

Browse files
committed
Bumped to 1.0.0 release version after Vert.x update
1 parent 5680f3f commit 342a62d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ publishing {
1818
}
1919

2020
ext {
21-
vertxVersion = '3.3.0'
22-
21+
vertxVersion = '3.3.3'
2322
junitVersion = '4.12'
2423
}
2524

@@ -35,7 +34,7 @@ repositories {
3534
}
3635

3736
group = 'io.engagingspaces'
38-
version = '0.9.0'
37+
version = '1.0.0'
3938

4039
task docProcessing(type: JavaCompile, group: 'build') {
4140
source = sourceSets.main.java
@@ -59,7 +58,6 @@ compileJava {
5958

6059
dependencies {
6160
compile "io.vertx:vertx-core:$vertxVersion"
62-
6361
compileOnly "io.vertx:vertx-docgen:$vertxVersion"
6462

6563
testCompile "junit:junit:$junitVersion"

0 commit comments

Comments
 (0)