UNPKG

@auto-it/maven

Version:

Maven publishing plugin for auto

9 lines 688 B
import { Auto } from "@auto-it/core"; import { IMavenPluginOptions } from "./index"; /** Update the version in the pom.xml file **/ export declare function updatePomVersion(content: string, version: string, options: IMavenPluginOptions): Promise<string>; /** Update the pom.xml file with the new version **/ export declare function updatePomFile(pomFile: string, version: string, options: IMavenPluginOptions, auto: Auto): Promise<void>; /** Find and update all pom.xml files with new versions, and then commit the changes **/ export declare function updatePoms(version: string, options: IMavenPluginOptions, auto: Auto): Promise<void>; //# sourceMappingURL=native-version-update.d.ts.map