Skip to content

Commit

Permalink
chore: removed duplicate release plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Sep 26, 2023
1 parent 5a9b8a9 commit e5bf855
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoResolveSnasphots>all</autoResolveSnasphots>
<tagNameFormat>@{project.version}</tagNameFormat>
<scmCommentPrefix>OrientDB</scmCommentPrefix>
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
<arguments>-Prelease</arguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit e5bf855

Please sign in to comment.