Skip to content

Commit

Permalink
rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff committed Nov 9, 2016
1 parent 9fee28c commit 62dd553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
```

```
compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.2.1.RELEASE'
compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.3.0.RELEASE'
```

## How to use this
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildscript {
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.7.RELEASE")
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:2.2.+'
}
}


allprojects {
group = 'info.developerblog.spring.thrift'
version = '1.2.1.RELEASE'
version = '1.3.0.RELEASE'

repositories {
jcenter()
Expand All @@ -25,7 +25,7 @@ allprojects {

dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-starter-parent:Brixton.SR1"
mavenBom "org.springframework.cloud:spring-cloud-starter-parent:Brixton.SR6"
}

dependencies {
Expand Down

0 comments on commit 62dd553

Please sign in to comment.