This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
180180
181181
182182 </exclusions >
183- <!-- <classifier>${scala.compat.version}</classifier> -->
183+ <!-- <classifier>${scala.compat.version}</classifier> -->
184184 </dependency >
185185
186186 </dependencies >
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
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 >
You can’t perform that action at this time.
0 commit comments