Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 955ba83

Browse files
committed
Updated Maven Git Flow plugin
1 parent 5ee35cb commit 955ba83

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

pom.xml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<groupId>net.sansa-stack</groupId>
161161
<artifactId>sansa-rdf-common-partition</artifactId>
162162
<version>${project.version}</version>
163-
<!-- <classifier>${scala.compat.version}</classifier> -->
163+
<!-- <classifier>${scala.compat.version}</classifier> -->
164164
</dependency>
165165

166166

@@ -180,7 +180,7 @@
180180

181181

182182
</exclusions>
183-
<!-- <classifier>${scala.compat.version}</classifier> -->
183+
<!-- <classifier>${scala.compat.version}</classifier> -->
184184
</dependency>
185185

186186
</dependencies>
@@ -242,10 +242,19 @@
242242
</configuration>
243243
</plugin>
244244

245+
<!-- <plugin> <groupId>external.atlassian.jgitflow</groupId> <artifactId>jgitflow-maven-plugin</artifactId>
246+
<version>1.0-m5.1</version> </plugin> -->
247+
<!-- Git Flow -->
245248
<plugin>
246-
<groupId>external.atlassian.jgitflow</groupId>
247-
<artifactId>jgitflow-maven-plugin</artifactId>
248-
<version>1.0-m5.1</version>
249+
<groupId>com.amashchenko.maven.plugin</groupId>
250+
<artifactId>gitflow-maven-plugin</artifactId>
251+
<version>1.3.1</version>
252+
<configuration>
253+
<gitFlowConfig>
254+
<versionTagPrefix>v</versionTagPrefix>
255+
</gitFlowConfig>
256+
<pushRemote>false</pushRemote>
257+
</configuration>
249258
</plugin>
250259
</plugins>
251260

@@ -301,7 +310,7 @@
301310
</executions>
302311
</plugin>
303312

304-
<!--This plugin's configuration is used to store Eclipse m2e settings
313+
<!--This plugin's configuration is used to store Eclipse m2e settings
305314
only. It has no influence on the Maven build itself. -->
306315
<plugin>
307316
<groupId>org.eclipse.m2e</groupId>

0 commit comments

Comments
 (0)