Skip to content

Commit

Permalink
Include OpenAPI definition as depencency, so that Maven will check fo…
Browse files Browse the repository at this point in the history
…r release version during release process
  • Loading branch information
janvanmansum committed Nov 26, 2024
1 parent d72dbfb commit 70261e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -104,6 +105,12 @@
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
<!-- Include OpenAPI definition as depencency, so that Maven will check for release version during release process -->
<dependency>
<groupId>nl.knaw.dans</groupId>
<artifactId>dd-dataverse-ingest-api</artifactId>
<version>${dd-dataverse-ingest-api.version}</version>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 70261e7

Please sign in to comment.