Skip to content

Commit

Permalink
build,ci: apply fixes to make pomchecker happy
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Oct 18, 2024
1 parent 8dffbac commit 83f9c1b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.gdcc</groupId>
<artifactId>parent</artifactId>
<version>0.10.1</version>
<version>0.10.2</version>
</parent>

<modules>
Expand All @@ -31,10 +31,12 @@
<name>XOAI : OAI-PMH Java Toolkit</name>
<!--<url>https://github.com/gdcc/xoai</url>-->
<description>An OAI-PMH data and/or service provider implementation, integration ready for your service.</description>
<url>https://github.com/${project.github.org}/${project.github.repo}</url>

<properties>
<jdk.version>11</jdk.version>
<project.github.repo>xoai</project.github.repo>
<skipEnforce.pomcheck-warn-is-no-error>true</skipEnforce.pomcheck-warn-is-no-error>

<!-- Dependencies -->
<jakarta.jaxb.version>4.0.1</jakarta.jaxb.version>
Expand All @@ -57,10 +59,6 @@
</license>
</licenses>

<scm>
<tag>xoai-5.2.1</tag>
</scm>

<build>
<plugins>
<!-- META -->
Expand Down

0 comments on commit 83f9c1b

Please sign in to comment.