@@ -8,8 +8,8 @@ repositories {
88 mavenCentral()
99}
1010
11- group = ' org.java_websocket '
12- version = ' 1.4.1 -SNAPSHOT'
11+ group = ' org.java-websocket '
12+ version = ' 1.5.2 -SNAPSHOT'
1313sourceCompatibility = 1.6
1414targetCompatibility = 1.6
1515
@@ -19,16 +19,16 @@ configurations {
1919
2020configure(install. repositories. mavenInstaller) {
2121 pom. version = project. version
22- pom. groupId = " org.java_websocket "
22+ pom. groupId = " org.java-websocket "
2323 pom. artifactId = ' Java-WebSocket'
2424}
2525
2626dependencies {
2727 deployerJars " org.apache.maven.wagon:wagon-webdav:1.0-beta-2"
2828 compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25'
2929 testCompile group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 1.7.25'
30- testCompile group : ' junit' , name : ' junit' , version : ' 4.11 '
31- testCompile group : ' org.json' , name : ' json' , version : ' 20180130 '
30+ testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
31+ testCompile group : ' org.json' , name : ' json' , version : ' 20180813 '
3232}
3333
3434
0 commit comments