Refactored core
This commit is contained in:
@@ -252,7 +252,7 @@ public class SpringReleaser {
|
||||
if (this.properties.getGit().isFetchVersionsFromGit()
|
||||
&& !this.properties.getMetaRelease().isEnabled()) {
|
||||
printVersionRetrieval();
|
||||
projectsToUpdate = this.releaser.retrieveVersionsFromSCRelease();
|
||||
projectsToUpdate = this.releaser.retrieveVersionsFromBom();
|
||||
versionFromBom = assertNoSnapshotsForANonSnapshotProject(project,
|
||||
projectsToUpdate);
|
||||
}
|
||||
|
||||
@@ -710,8 +710,8 @@ public class AcceptanceTests {
|
||||
this.releaserProperties);
|
||||
DocumentationUpdater documentationUpdater = new TestDocumentationUpdater(
|
||||
properties,
|
||||
new TestDocumentationUpdater.TestCustomProjectDocumentationUpdater(properties,
|
||||
gitHandler, "Brixton.SR1"),
|
||||
new TestDocumentationUpdater.TestCustomProjectDocumentationUpdater(
|
||||
properties, gitHandler, "Brixton.SR1"),
|
||||
new TestDocumentationUpdater.TestReleaseContentsUpdater(properties,
|
||||
gitHandler, templateGenerator)) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user