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

com.atlassian.maven.plugins.jgitflow.extension.HotfixStartPluginExtension Maven / Gradle / Ivy

There is a newer version: 1.0-m5.1
Show newest version
package com.atlassian.maven.plugins.jgitflow.extension;

import com.atlassian.jgitflow.core.extension.HotfixStartExtension;

import org.codehaus.plexus.component.annotations.Component;

@Component(role = HotfixStartPluginExtension.class)
public class HotfixStartPluginExtension extends ProductionBranchCreatingPluginExtension implements HotfixStartExtension
{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy