Skip to content

Commit

Permalink
Made the artifact name more consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 22, 2014
1 parent 47962ef commit f2ceb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flights-web-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'spring-boot'
apply plugin: 'cloudfoundry'

jar {
baseName = 'flights-service'
baseName = 'flights-web-service'
version = '1.0.0'
}
group = "com.wakaleo.flying-high"
Expand Down

0 comments on commit f2ceb08

Please sign in to comment.