Skip to content

Commit

Permalink
Revert "maven-shade-plugin" to "v.3.5.2", 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.3" onwards.
  • Loading branch information
LSmyrnaios committed Apr 29, 2024
1 parent 7b3a4f3 commit 07a8bb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.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. -->
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -24,7 +25,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.5.2</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>
<phase>package</phase>
Expand Down

0 comments on commit 07a8bb4

Please sign in to comment.