Skip to content

Commit b4d083d

Browse files
Bump org.codehaus.mojo:mojo-parent from 78 to 80 (#213)
* Bump org.codehaus.mojo:mojo-parent from 78 to 80 Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 78 to 80. - [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:mojo-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * spotless:apply Signed-off-by: Olivier Lamy <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Olivier Lamy <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy <[email protected]>
1 parent cd1e46a commit b4d083d

17 files changed

+1386
-1812
lines changed

pom.xml

+15-17
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55
<parent>
66
<groupId>org.codehaus.mojo</groupId>
77
<artifactId>mojo-parent</artifactId>
8-
<version>78</version>
8+
<version>80</version>
99
</parent>
1010

1111
<artifactId>buildnumber-maven-plugin</artifactId>
1212
<version>3.2.1-SNAPSHOT</version>
1313
<packaging>maven-plugin</packaging>
1414

1515
<name>Build Number Maven Plugin</name>
16-
<description>
17-
This plugin is designed to give you a build number. So when you might make 100 builds of version
18-
1.0-SNAPSHOT, you can differentiate between them all.
19-
</description>
16+
<description>This plugin is designed to give you a build number. So when you might make 100 builds of version
17+
1.0-SNAPSHOT, you can differentiate between them all.</description>
2018

2119
<url>https://www.mojohaus.org/buildnumber-maven-plugin/</url>
2220
<inceptionYear>2007</inceptionYear>
@@ -73,8 +71,8 @@
7371
<scm>
7472
<connection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</connection>
7573
<developerConnection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</developerConnection>
76-
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
7774
<tag>HEAD</tag>
75+
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
7876
</scm>
7977

8078
<issueManagement>
@@ -266,10 +264,10 @@
266264
<executions>
267265
<execution>
268266
<id>unpack</id>
269-
<phase>generate-test-resources</phase>
270267
<goals>
271268
<goal>unpack</goal>
272269
</goals>
270+
<phase>generate-test-resources</phase>
273271
<configuration>
274272
<outputDirectory>${project.build.directory}/maven-installation</outputDirectory>
275273
<artifactItems>
@@ -288,6 +286,13 @@
288286
<plugin>
289287
<groupId>org.apache.maven.plugins</groupId>
290288
<artifactId>maven-enforcer-plugin</artifactId>
289+
<dependencies>
290+
<dependency>
291+
<groupId>org.codehaus.mojo</groupId>
292+
<artifactId>extra-enforcer-rules</artifactId>
293+
<version>1.7.0</version>
294+
</dependency>
295+
</dependencies>
291296
<executions>
292297
<execution>
293298
<id>enforce-versions</id>
@@ -307,13 +312,6 @@
307312
</configuration>
308313
</execution>
309314
</executions>
310-
<dependencies>
311-
<dependency>
312-
<groupId>org.codehaus.mojo</groupId>
313-
<artifactId>extra-enforcer-rules</artifactId>
314-
<version>1.7.0</version>
315-
</dependency>
316-
</dependencies>
317315
</plugin>
318316

319317
<plugin>
@@ -324,10 +322,10 @@
324322
<executions>
325323
<execution>
326324
<id>testProperties</id>
327-
<phase>process-test-resources</phase>
328325
<goals>
329326
<goal>testProperties</goal>
330327
</goals>
328+
<phase>process-test-resources</phase>
331329
</execution>
332330
</executions>
333331
</plugin>
@@ -346,10 +344,10 @@
346344
<executions>
347345
<execution>
348346
<id>useLastCommittedRevision</id>
349-
<phase>compile</phase>
350347
<goals>
351348
<goal>create</goal>
352349
</goals>
350+
<phase>compile</phase>
353351
<configuration>
354352
<providerImplementations>
355353
<svn>javasvn</svn>
@@ -360,10 +358,10 @@
360358
</execution>
361359
<execution>
362360
<id>timestampFormat</id>
363-
<phase>test</phase>
364361
<goals>
365362
<goal>create</goal>
366363
</goals>
364+
<phase>test</phase>
367365
<configuration>
368366
<providerImplementations>
369367
<svn>javasvn</svn>

0 commit comments

Comments
 (0)