Class PropertiesReleaseDescriptorStore

java.lang.Object
org.apache.maven.shared.release.config.PropertiesReleaseDescriptorStore
All Implemented Interfaces:
ReleaseDescriptorStore

@Singleton @Named("properties") public class PropertiesReleaseDescriptorStore extends Object implements ReleaseDescriptorStore
Read and write release configuration and state from a properties file.
Author:
Brett Porter