Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Delete parent pom and jgitflow-maven-plugin for testing
  • Loading branch information
josepharul82 authored Sep 19, 2023
1 parent 03bd9ee commit 49fa033
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
<packaging>pom</packaging>
<name>webengine-parent</name>

<!--
<parent>
<groupId>fr.axa.socle.axafr</groupId>
<artifactId>axafr-corporate-parent</artifactId>
<version>2.0.3</version>
</parent>
-->

<properties>
<java-source.version>1.8</java-source.version>
Expand Down Expand Up @@ -391,6 +393,7 @@

<build>
<plugins>
<!--
<plugin>
<groupId>external.atlassian.jgitflow</groupId>
<artifactId>jgitflow-maven-plugin</artifactId>
Expand All @@ -411,6 +414,7 @@
<scmCommentPrefix>[RELEASE] </scmCommentPrefix>
</configuration>
</plugin>
-->

<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -505,4 +509,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit 49fa033

Please sign in to comment.