Skip to content

Commit 817a14b

Browse files
authored
Merge pull request #3 from tech-advantage/wip/v2.0.0
[EDC-1087] Upgrade version to 2.0.0
2 parents bbe986b + 062affb commit 817a14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'fr.techad.edc'
2-
version '1.0.1-SNAPSHOT'
2+
version '2.0.0-SNAPSHOT'
33

44
apply plugin: 'java'
55
apply plugin: "maven"
@@ -18,7 +18,7 @@ dependencies {
1818
compile group: 'com.google.inject', name: 'guice', version: '4.1.0'
1919
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.6'
2020
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'
21+
compile group: 'fr.techad.edc', name: 'client', version: '2.0.0-SNAPSHOT'
2222

2323
testCompile group: 'junit', name: 'junit', version: '4.12'
2424
}

0 commit comments

Comments
 (0)