8000 [3.9.x] Update some ancient build plugins (#1165) · apache/maven@804b845 · GitHub
[go: up one dir, main page]

Skip to content

Commit 804b845

Browse files
authored
[3.9.x] Update some ancient build plugins (#1165)
Changes: * buildnumber 1.4 -> 3.2.0 * buildhelper 1.12 -> 3.4.0 * checksum ? -> 1.11
1 parent 302f55a commit 804b845

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

apache-maven/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ under the License.
274274
<plugin>
275275
<groupId>net.nicoulaj.maven.plugins</groupId>
276276
<artifactId>checksum-maven-plugin</artifactId>
277+
<version>1.11</version>
277278
<executions>
278279
<execution>
279280
<id>source-release-checksum</id>

maven-slf4j-provider/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ under the License.
7575
<plugin>
7676
<groupId>org.codehaus.mojo</groupId>
7777
<artifactId>build-helper-maven-plugin</artifactId>
78-
<version>1.12</version>
7978
<ex 8000 ecutions>
8079
<execution>
8180
<id>add-slf4j-simple</id>

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,11 +618,6 @@ under the License.
618618
</execution>
619619
</executions>
620620
</plugin>
621-
<plugin>
622-
<groupId>org.codehaus.mojo</groupId>
623-
<artifactId>buildnumber-maven-plugin</artifactId>
624-
<version>1.4</version>
625-
</plugin>
626621
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
627622
<plugin>
628623
<groupId>org.eclipse.m2e</groupId>
@@ -648,6 +643,16 @@ under the License.
648643
</lifecycleMappingMetadata>
649644
</configuration>
650645
</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>
651656
</plugins>
652657
</pluginManagement>
653658
<plugins>

0 commit comments

Comments
 (0)
0