Skip to content
Snippets Groups Projects
Commit 694df0a9 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Chore: Refactor POM for CI/CD

parent 3799166b
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,20 @@ ...@@ -8,6 +8,20 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>NaerstadModel</name> <name>NaerstadModel</name>
<parent>
<groupId>no.nibio.vips</groupId>
<artifactId>vips-parent-pom</artifactId>
<version>1.0.2</version>
</parent>
<repositories>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url>
</repository>
</repositories>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<build> <build>
<plugins> <plugins>
...@@ -47,7 +61,7 @@ ...@@ -47,7 +61,7 @@
<dependency> <dependency>
<groupId>no.nibio.vips</groupId> <groupId>no.nibio.vips</groupId>
<artifactId>VIPSCommon</artifactId> <artifactId>VIPSCommon</artifactId>
<version>2022.1</version> <version>2.0.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment