From fe653283dd0ab3a2beb7d8cc9237b95d3cd739a3 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Fri, 1 Sep 2023 10:57:18 +0200 Subject: [PATCH] build: Add parent pom and repository, update url --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 787ab33..b4f4da1 100755 --- a/pom.xml +++ b/pom.xml @@ -2,15 +2,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>no.nibio.vips</groupId> + <artifactId>vips-parent-pom</artifactId> + <version>1.0.2-SNAPSHOT</version> + </parent> <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> <version>2022.1</version> <packaging>jar</packaging> - <name>VIPSCommon</name> - <url>http://maven.apache.org</url> + <url>https://gitlab.nibio.no/VIPS/VIPSCommon</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -149,6 +153,10 @@ </dependency> </dependencies> <repositories> + <repository> + <id>gitlab-maven</id> + <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url> + </repository> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> -- GitLab