Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix 1.5.10 #418

Merged
merged 9 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Require a minimum of Maven 3.6.3
Update Maven plugins
arteymix committed Oct 8, 2024
commit b8563e7a943aeaf17e105cd7b3a7c4d2d5055f5f
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -229,7 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-maven</id>
@@ -239,7 +239,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.0.5,)</version>
<version>[3.6.3,)</version>
</requireMavenVersion>
</rules>
</configuration>
@@ -249,7 +249,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>npm-install-dependencies</id>
@@ -302,7 +302,7 @@
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.19.0</version>
<version>1.21.0</version>
<configuration>
<!-- Do not push to remote -->
<pushRemote>false</pushRemote>