Skip to content

Commit

Permalink
[MSKINS-243] Update to Parent 41 (#59)
Browse files Browse the repository at this point in the history
refactor properties to reuse values used in ASF parent POM
  • Loading branch information
kwin authored Mar 11, 2024
1 parent 7cb683f commit d5eef27
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-skins</artifactId>
<version>40</version>
<version>41</version>
<relativePath />
</parent>

Expand Down 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 d5eef27

Please sign in to comment.