All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.tech.build.axion.release.domain.properties.NextVersionProperties.groovy Maven / Gradle / Ivy

package pl.allegro.tech.build.axion.release.domain.properties

import groovy.transform.Immutable

@Immutable
class NextVersionProperties {

    final String nextVersion

    final String suffix

    final String separator

    final Closure serializer

    final Closure deserializer

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy