Skip to content

Commit

Permalink
build: remove POM elements inherited from Parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Oct 18, 2024
1 parent 47d3bce commit 2485a13
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<artifactId>xoai</artifactId>
<version>5.2.2-SNAPSHOT</version>

<organization>
<name>Global Dataverse Community Consortium</name>
<url>https://dataversecommunity.global</url>
</organization>

<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>
Expand Down Expand Up @@ -103,39 +98,10 @@
</license>
</licenses>

<issueManagement>
<url>https://github.com/gdcc/xoai/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<scm>
<connection>scm:git:[email protected]:gdcc/xoai.git</connection>
<developerConnection>scm:git:[email protected]:gdcc/xoai.git</developerConnection>
<url>[email protected]:gdcc/xoai.git</url>
<tag>xoai-5.2.1</tag>
</scm>

<ciManagement>
<url>https://github.com/gdcc/xoai/actions</url>
<system>github</system>
<notifiers>
<notifier>
<address>[email protected]</address>
</notifier>
</notifiers>
</ciManagement>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 2485a13

Please sign in to comment.