Skip to content

Commit

Permalink
Revert "maven-shade-plugin" to "v.3.5.1", as the Jenkins instance, us…
Browse files Browse the repository at this point in the history
…ed to build and generate the release, has an older version of maven, which is not supported by the plugin's "v.3.5.2" onwards.
  • Loading branch information
LSmyrnaios committed Apr 29, 2024
1 parent 07a8bb4 commit e18ecf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.1</version>
<!-- DO NOT UPDATE until the Jenkins-instance has its "maven" package updated. Otherwise, the release will not be able to be deployed on Nexus repository. -->
<executions>
<execution>
Expand Down

0 comments on commit e18ecf8

Please sign in to comment.