Skip to content

Commit

Permalink
Cleanup properties
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 30, 2024
1 parent 05e51e3 commit f3ba80c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
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

0 comments on commit f3ba80c

Please sign in to comment.