ref #9359 revert jgitflow to m6 in vaadin origin/release/5.29.0
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 15 Feb 2022 10:46:18 +0000 (11:46 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 15 Feb 2022 10:46:18 +0000 (11:46 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 7776b1961ee10e94ce6400dc1471fe3d0279b702..6e85dc37dcc398b9fc8fe731167a049735a4c86c 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         </executions>
       </plugin>
       <plugin>
-        <groupId>ch.dvbern.oss.maven.jgitflow</groupId>
+        <!-- groupId>ch.dvbern.oss.maven.jgitflow</groupId>
         <artifactId>jgitflow-maven-plugin</artifactId>
-        <version>1.0-m8</version>
+        <version>1.0-m8</version>  -->
+        <groupId>external.atlassian.jgitflow</groupId>
+        <artifactId>jgitflow-maven-plugin</artifactId>
+        <version>1.0-m6</version>
         <configuration>
           <pushHotfixes>true</pushHotfixes>
           <pushReleases>true</pushReleases>