<commitMessagePrefix xml:space="preserve">[gitflow-maven-plugin] </commitMessagePrefix> <commitMessages> <!-- Add version number to commit messages --> <hotfixStartMessage>Update versions for hotfix @{version}</hotfixStartMessage> <hotfixFinishMessage>Update for next development version @{version...
2 changes: 1 addition & 1 deletion 2 6.5.0/pom.xml Original file line numberDiff line numberDiff line change @@ -21,7 +21,7 @@ <groupId>io.wcm.maven</groupId> <artifactId>io.wcm.maven.aem-dependencies</artifactId> <version>6.5.0.0008</version> <version>6.5.0.0009-SNAPSHOT</...
<name>io.wcm.maven.aem-dependencies</name> 2 changes: 1 addition & 1 deletion 2 6.5.1/pom.xml Original file line numberDiff line numberDiff line change @@ -24,7 +24,7 @@ <groupId>io.wcm.maven</groupId> <artifactId>io.wcm.maven.aem-dependencies</artifactId> <version>6.5.1.0001...
ggitflow-maven-plugin</url> <scm> <url>https://github.com/dkirrane/ggitflow-maven-plugin</url> <connection>scm:git:https://github.com/dkirrane/ggitflow-maven-plugin.git</connection> <developerConnection>scm:git:https://github.com/dkirrane/ggitflow-maven-plugin.git</developerConnection> <...
I start the maven goals via IDE (Netbeans). Somehow I was not able to add maven/bin to my path and make Netbeans use it. So I found, that a valid setting for me was <mvnExecutable>${M2_HOME}/bin/mvn</mvnExecutable> to get the plugin runn...
Hi, here is the use case I am struggling with: Work in develop branch with maven version set to 1.0-SNAPSHOT - finish story or two. Commit/push into develop. run gitflow-start-release - create release branch releases/1.0 , maven version ...
Hi, I seem to have a small issue when running builds against master Failed to execute goal com.e-gineering:gitflow-helper-maven-plugin:1.4.0:promote-master (default) on project SpidaParent: Could not locate artifact catalog in remote rep...