Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 80 to 84 (#573)
Browse files Browse the repository at this point in the history
* Bump org.codehaus.mojo:mojo-parent from 80 to 84

Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 80 to 84.
- [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>

* Fix formating

* Cleanup properties

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed Jun 30, 2024
1 parent 89d0a41 commit 6e958d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ For publishing the site do the following:
cd target/checkout
mvn verify site -DperformRelease scm-publish:publish-scm
```

10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>80</version>
<version>84</version>
</parent>

<artifactId>license-maven-plugin</artifactId>
Expand Down Expand Up @@ -119,28 +119,24 @@

<properties>
<mavenVersion>3.6.3</mavenVersion>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<mojo.java.target>8</mojo.java.target>

<processorVersion>1.3</processorVersion>

<doxiaVersion>1.12.0</doxiaVersion>
<!-- ASF project maven-doxia-sitetools:1.8.1 has different release cycle and it is dependent on maven-doxia:1.8 -->
<doxiaRendererVersion>1.11.1</doxiaRendererVersion>
<it.debug>true</it.debug>

<version.httpcomponents.httpclient>4.5.14</version.httpcomponents.httpclient>
<version.httpcomponents.httpcore>4.4.16</version.httpcomponents.httpcore>

<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>

<!-- license configuration -->
<license.useMissingFile>true</license.useMissingFile>
<license.failOnMissing>true</license.failOnMissing>
<license.licenseName>lgpl_v3</license.licenseName>

<plexusComponentVersion>2.1.1</plexusComponentVersion>
<maven-resolver.version>1.3.3</maven-resolver.version>
<!-- the same version as in Maven core -->
<maven-resolver.version>1.4.1</maven-resolver.version>
<project.build.outputTimestamp>2024-01-23T22:42:18Z</project.build.outputTimestamp>
</properties>

Expand Down
1 change: 1 addition & 0 deletions src/it/ISSUE-135/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ the content after the package declaration (the import) is wrongly truncated.
- The directory target/generated-sources is added as a source of the project
- The update-file-header goal is executed on that directory
- the build fails with compile errors

2 changes: 1 addition & 1 deletion src/it/inception-year-only-copyright-format/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## description

Verify that the copyright statement format can be restricted to use inception year only
Verify that the copyright statement format can be restricted to use inception year only
2 changes: 1 addition & 1 deletion src/it/override-copyright-format/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## description

Verify that the copyright statement format can be overriden.
Verify that the copyright statement format can be overriden.

0 comments on commit 6e958d6

Please sign in to comment.