Skip to content

Commit

Permalink
v0.56 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed May 8, 2015
1 parent 0997c8a commit b60b9b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subprojects {
apply plugin: 'com.bmuschko.nexus'
sourceCompatibility = 1.8
targetCompatibility = 1.8
version = '0.55'
version = '0.56'

jar {
manifest {
Expand Down Expand Up @@ -57,7 +57,7 @@ subprojects {
exclude(module: 'org.springframework')
}

compile group: 'com.aol.simplereact', name:'simple-react', version:'0.84'
compile group: 'com.aol.simplereact', name:'simple-react', version:'0.85'
compile group: 'org.apache.httpcomponents', name:'httpclient', version:'4.4'
compile group: 'org.apache.httpcomponents', name:'httpasyncclient', version:'4.1-beta1'
compile group: 'com.wordnik', name: 'swagger-jersey2-jaxrs_2.10', version:'1.3.10'
Expand Down
4 changes: 2 additions & 2 deletions micro-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot:1.2.1.RELEASE'
compile 'org.springframework.boot:spring-boot-autoconfigure:1.2.1.RELEASE'
//compile project(':micro-core')
compile group: 'com.aol.microservices', name:'microserver-core', version:'0.55'
compile group: 'com.aol.microservices', name:'microserver-core', version:'0.56'


}
Expand All @@ -19,7 +19,7 @@ modifyPom {

groupId 'com.aol.microservices'
artifactId 'microserver-boot'
version '0.55'
version '0.56'

scm {
url 'scm:[email protected]:aol/micro-server.git'
Expand Down
2 changes: 1 addition & 1 deletion micro-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ modifyPom {

groupId 'com.aol.microservices'
artifactId 'microserver-core'
version '0.55'
version '0.56'

dependencyManagement {
dependencies{
Expand Down

0 comments on commit b60b9b9

Please sign in to comment.