Skip to content

Commit

Permalink
Revert "Updated Maven enforcer plugin version to the latest 3.3.0 (#1… (
Browse files Browse the repository at this point in the history
#13383)

…3367)"

Motivation:

Something seems to be wrong when trying to deploy on aarch64 with this
change.

Modifications:

This reverts commit 3535a2f.

Result:

Snapshot deploys work again
  • Loading branch information
normanmaurer committed May 22, 2023
1 parent ce36df2 commit b885188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>
<logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config>
<logging.logLevel>debug</logging.logLevel>
<enforcer.plugin.version>3.3.0</enforcer.plugin.version>
<log4j2.version>2.17.2</log4j2.version>
<enforcer.plugin.version>3.0.0</enforcer.plugin.version>
<junit.version>5.9.0</junit.version>
<nativebuildtools.version>0.9.13</nativebuildtools.version>
<skipTests>false</skipTests>
Expand Down Expand Up @@ -1024,7 +1025,7 @@
<version>${enforcer.plugin.version}</version>
<executions>
<execution>
<id>enforce-versions</id>
<id>enforce-tools</id>
<goals>
<goal>enforce</goal>
</goals>
Expand Down

0 comments on commit b885188

Please sign in to comment.