Polish contribution

Closes gh-223
This commit is contained in:
Stephane Nicoll
2016-07-08 17:05:31 +02:00
parent 625d5bee15
commit f45228376f
11 changed files with 219 additions and 67 deletions

View File

@@ -111,7 +111,7 @@ class ProjectGenerationSmokeTests extends AbstractInitializrControllerIntegratio
assertSimpleProject()
.isMavenProject()
.pomAssert()
.hasBootVersion('1.0.2.RELEASE')
.hasSpringBootParent('1.0.2.RELEASE')
.hasDependenciesCount(2)
.hasSpringBootStarterRootDependency()
.hasSpringBootStarterTest()

View File

@@ -36,7 +36,14 @@
"kotlin": {
"version": null
},
"customParentPomGAV": null,
"maven": {
"parent": {
"groupId": null,
"artifactId": null,
"version": null,
"includeSpringBootBom": false
}
},
"googleAnalyticsTrackingCode": null,
"invalidApplicationNames": [
"SpringApplication",