Skip to content

Commit

Permalink
Merge pull request #3 from estigma88/versioning-components
Browse files Browse the repository at this point in the history
Versioning components
  • Loading branch information
estigma88 authored Dec 26, 2017
2 parents e6f089f + 9e3e121 commit 3a03827
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions chord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ repositories {
mavenCentral()
}

version = '1.0.3'

dependencies {
compile project(':communication')
compile project(':lookup-service')
Expand Down
2 changes: 2 additions & 0 deletions communication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ repositories {
mavenCentral()
}

version = '1.1.1'

dependencies {
compile group: 'log4j', name: 'log4j', version: '1.2.16'
}
10 changes: 9 additions & 1 deletion desktop-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ repositories {
mavenCentral()
}

version = '1.5.0'

dependencies {
compile project(':chord')
compile project(':communication')
Expand All @@ -13,4 +15,10 @@ dependencies {
compile project(':lookup-service')
}

mainClassName = "co.edu.uniquindio.dht.Main"
mainClassName = "co.edu.uniquindio.dht.Main"

distributions {
main {
baseName = 'jDHTUQ'
}
}
2 changes: 2 additions & 0 deletions dhash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ repositories {
mavenCentral()
}

version = '1.0.3'

dependencies {
compile project(':communication')
compile project(':storage-service')
Expand Down
2 changes: 2 additions & 0 deletions lookup-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ repositories {
mavenCentral()
}

version = '1.0.0'

dependencies {
}
2 changes: 2 additions & 0 deletions storage-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ repositories {
mavenCentral()
}

version = '1.0.1'

dependencies {
}

0 comments on commit 3a03827

Please sign in to comment.