Skip to content

Commit

Permalink
refactor properties to reuse values used in ASF parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Mar 11, 2024
1 parent 90420fa commit 7a8d1f8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@ under the License.
</distributionManagement>

<properties>
<anchorjs.version>4.3.1</anchorjs.version>
<bootstrap.version>2.3.2</bootstrap.version>
<jquery.version>1.11.2</jquery.version>
<sitePluginVersion>4.0.0-M10</sitePluginVersion>
<projectInfoReportsPluginVersion>3.4.5</projectInfoReportsPluginVersion>
<version.maven-site-plugin>4.0.0-M10</version.maven-site-plugin>
<project.build.outputTimestamp>2023-10-08T14:07:28Z</project.build.outputTimestamp>
<anchorjs.version>4.3.1</anchorjs.version>
<!-- the following properties are used in ITs (which do not inherit anything from a common parent) -->
<sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion>
<projectInfoReportsPluginVersion>${version.maven-project-info-reports-plugin}</projectInfoReportsPluginVersion>
</properties>

<build>
Expand Down Expand Up @@ -167,11 +169,6 @@ under the License.
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${sitePluginVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit 7a8d1f8

Please sign in to comment.