Skip to content

Commit

Permalink
update for v.053 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Mar 30, 2015
1 parent 9ee956f commit 4dd1623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ subprojects {
apply plugin: 'com.bmuschko.nexus'
sourceCompatibility = 1.8
targetCompatibility = 1.8
version = '0.52'
version = '0.53'
jar {
manifest {
attributes 'Implementation-Title': 'Gradle Quickstart', 'Implementation-Version': version
Expand Down Expand Up @@ -45,7 +45,7 @@ subprojects {
exclude(module: 'org.springframework')
}
compile 'net.javacrumbs.future-converter:future-converter-spring-java8:0.1.0'
compile group: 'com.aol.simplereact', name:'simple-react', version:'0.80'
compile group: 'com.aol.simplereact', name:'simple-react', version:'0.83'
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
2 changes: 1 addition & 1 deletion micro-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modifyPom {

groupId 'com.aol.microservices'
artifactId 'microserver-boot'
version '0.52'
version '0.53'

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 @@ -11,7 +11,7 @@ modifyPom {

groupId 'com.aol.microservices'
artifactId 'microserver-core'
version '0.52'
version '0.53'

scm {
url 'scm:[email protected]:aol/micro-server.git'
Expand Down

0 comments on commit 4dd1623

Please sign in to comment.