Skip to content

Commit cd370e5

Browse files
author
Luc Boutier
committed
Adding jgitflow maven plugin
1 parent 469646b commit cd370e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
<target>${java.version}</target>
8484
</configuration>
8585
</plugin>
86+
87+
<plugin>
88+
<groupId>external.atlassian.jgitflow</groupId>
89+
<artifactId>jgitflow-maven-plugin</artifactId>
90+
<version>1.0-m5.1-alien</version>
91+
</plugin>
8692
</plugins>
8793
</build>
8894
</project>

0 commit comments

Comments
 (0)