Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ under the License.
274
274
<plugin >
275
275
<groupId >net.nicoulaj.maven.plugins</groupId >
276
276
<artifactId >checksum-maven-plugin</artifactId >
277
+ <version >1.11</version >
277
278
<executions >
278
279
<execution >
279
280
<id >source-release-checksum</id >
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ under the License.
75
75
<plugin >
76
76
<groupId >org.codehaus.mojo</groupId >
77
77
<artifactId >build-helper-maven-plugin</artifactId >
78
- <version >1.12</version >
79
78
<ex
8000
ecutions >
80
79
<execution >
81
80
<id >add-slf4j-simple</id >
Original file line number Diff line number Diff line change @@ -618,11 +618,6 @@ under the License.
618
618
</execution >
619
619
</executions >
620
620
</plugin >
621
- <plugin >
622
- <groupId >org.codehaus.mojo</groupId >
623
- <artifactId >buildnumber-maven-plugin</artifactId >
624
- <version >1.4</version >
625
- </plugin >
626
621
<!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
627
622
<plugin >
628
623
<groupId >org.eclipse.m2e</groupId >
@@ -648,6 +643,16 @@ under the License.
648
643
</lifecycleMappingMetadata >
649
644
</configuration >
650
645
</plugin >
646
+ <plugin >
647
+ <groupId >org.codehaus.mojo</groupId >
648
+ <artifactId >build-helper-maven-plugin</artifactId >
649
+ <version >3.4.0</version >
650
+ </plugin >
651
+ <plugin >
652
+ <groupId >org.codehaus.mojo</groupId >
653
+ <artifactId >buildnumber-maven-plugin</artifactId >
654
+ <version >3.2.0</version >
655
+ </plugin >
651
656
</plugins >
652
657
</pluginManagement >
653
658
<plugins >
You can’t perform that action at this time.
0 commit comments