Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 78 to 80 (#213)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* spotless:apply

Signed-off-by: Olivier Lamy <olamy@apache.org>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
dependabot[bot] and olamy committed Mar 1, 2024
1 parent cd1e46a commit b4d083d
Show file tree
Hide file tree
Showing 17 changed files with 1,386 additions and 1,812 deletions.
32 changes: 15 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>78</version>
<version>80</version>
</parent>

<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.2.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

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

<url>https://www.mojohaus.org/buildnumber-maven-plugin/</url>
<inceptionYear>2007</inceptionYear>
Expand Down Expand Up @@ -73,8 +71,8 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
<tag>HEAD</tag>
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
</scm>

<issueManagement>
Expand Down Expand Up @@ -266,10 +264,10 @@
<executions>
<execution>
<id>unpack</id>
<phase>generate-test-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<phase>generate-test-resources</phase>
<configuration>
<outputDirectory>${project.build.directory}/maven-installation</outputDirectory>
<artifactItems>
Expand All @@ -288,6 +286,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>enforce-versions</id>
Expand All @@ -307,13 +312,6 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand All @@ -324,10 +322,10 @@
<executions>
<execution>
<id>testProperties</id>
<phase>process-test-resources</phase>
<goals>
<goal>testProperties</goal>
</goals>
<phase>process-test-resources</phase>
</execution>
</executions>
</plugin>
Expand All @@ -346,10 +344,10 @@
<executions>
<execution>
<id>useLastCommittedRevision</id>
<phase>compile</phase>
<goals>
<goal>create</goal>
</goals>
<phase>compile</phase>
<configuration>
<providerImplementations>
<svn>javasvn</svn>
Expand All @@ -360,10 +358,10 @@
</execution>
<execution>
<id>timestampFormat</id>
<phase>test</phase>
<goals>
<goal>create</goal>
</goals>
<phase>test</phase>
<configuration>
<providerImplementations>
<svn>javasvn</svn>
Expand Down
Loading

0 comments on commit b4d083d

Please sign in to comment.