Skip to content

Commit

Permalink
switch branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-maschmann committed Apr 19, 2024
1 parent 7f48000 commit 2dcabde
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,20 @@
<build>
<defaultGoal>clean jacoco:prepare-agent package</defaultGoal>

<pluginManagement>
<plugins>
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<configuration>
<gitFlowConfig>
<productionBranch>main</productionBranch>
</gitFlowConfig>
</configuration>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 2dcabde

Please sign in to comment.