{
// use the original ones since simulation didn't modify them
List<MavenProject> reactorProjects = createReactorProjects( "pom-with-parent-and-properties-sim" );
ReleaseDescriptor config = createDescriptorFromProjects( reactorProjects );
config.mapReleaseVersion( "groupId:artifactId", RELEASE_VERSION );
config.mapDevelopmentVersion( "groupId:artifactId", NEXT_VERSION );
config.mapReleaseVersion( "groupId:subproject1", ALTERNATIVE_RELEASE_VERSION );
config.mapDevelopmentVersion( "groupId:subproject1", ALTERNATIVE_NEXT_VERSION );
config.mapReleaseVersion( "groupId:subproject2", ALTERNATIVE_RELEASE_VERSION );
config.mapDevelopmentVersion( "groupId:subproject2", ALTERNATIVE_NEXT_VERSION );