File latestVersionFolder = new File(versionsFolder, "4.2.1");
latestVersionFolder.mkdir();
File staging = folder.newFolder("staging");
File content = ZipFileMother.createContentFileForZip(staging, "contentFromZip");
ZipFileMother.createZipFileInTemporaryFolder(latestVersionFolder, "v4.2.1.zip", content);
this.latestVersion = new NumericVersion(4, 2, 1);
}