We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbe986b + 062affb commit 817a14bCopy full SHA for 817a14b
build.gradle
@@ -1,5 +1,5 @@
1
group 'fr.techad.edc'
2
-version '1.0.1-SNAPSHOT'
+version '2.0.0-SNAPSHOT'
3
4
apply plugin: 'java'
5
apply plugin: "maven"
@@ -18,7 +18,7 @@ dependencies {
18
compile group: 'com.google.inject', name: 'guice', version: '4.1.0'
19
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.6'
20
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
21
- compile group: 'fr.techad.edc', name: 'client', version: '1.0.0-SNAPSHOT'
+ compile group: 'fr.techad.edc', name: 'client', version: '2.0.0-SNAPSHOT'
22
23
testCompile group: 'junit', name: 'junit', version: '4.12'
24
}
0 commit comments