Skip to content

Commit

Permalink
Merge pull request #79 from emc-mongoose/release-v3.6.2
Browse files Browse the repository at this point in the history
Release v3.6.2
  • Loading branch information
akurilov committed Jul 12, 2018
2 parents a6a58f9 + a246ce1 commit e1f0fd9
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 618 deletions.
15 changes: 11 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,31 @@ allprojects {

// travis deploy stage runs "./gradlew check" again which is unnecessary
check.dependsOn -= test

configurations.all {
resolutionStrategy {
force 'com.github.akurilov:java-commons:1.4.1'
}
}
}


ext {

depVersion = [
commonsCodec : "1.10",
commonsLang : "2.6",
disruptor : "3.3.4",
jackson : "2.9.1",
javaCommons : "[1.4.1,)",
javaCoroutines : "[1.1.3,)",
javaCommons : "1.4.1",
javaCoroutines : "1.1.3",
javassist : "3.21.0-GA",
slf4j : "1.7.24",
log4j : "2.8.2",
metrics : "3.2.5",
nagaina : "[3.6.10,)",
nagaina : "3.6.10",
netty : "4.1.17.Final",
nettyConnectionPool : "[0.1.6,)"
nettyConnectionPool : "1.0.3"
]

mutualProjects = subprojects.findAll {
Expand Down
2 changes: 1 addition & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
}
},
// The Mongoose version
"version": "3.6.1",
"version": "3.6.2",
// The aliasing section mapping the old configuration parameters/values to the current ones
"aliasing": [

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Aug 09 14:55:44 MSK 2017
#Sat Jun 02 23:18:36 MSK 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 comments on commit e1f0fd9

Please sign in to comment.