} else {
getLog().info(_project_file.getAbsolutePath() + " not modified. Skipping...");
}
File installerFile = new File(new File(_project_file.getParentFile(), "scripts"), "installer.properties");
if (installerFile.exists()) {
final String installerOld = new StringPuller().pull(installerFile);
String installerNew = installerOld;
String[][] replacements = new String[][] {
new String[] {_oldVersion_pom, _newVersion_pom},
new String[] {_oldVersion_download, _newVersion_download},
new String[] {_oldVersion_distro, _newVersion_distro}