From 10c3a89cd963f9bc46ad6762c997c834f392cd16 Mon Sep 17 00:00:00 2001 From: Tobias Koch Date: Wed, 28 Feb 2024 10:41:16 +0100 Subject: [PATCH] Add distribution management (#2) * Add distribution management * add repositories to pom * remove unused dependency --------- Co-authored-by: Tobias Koch --- measurement-provider/pom.xml | 2 +- openbis-connector/pom.xml | 5 +++-- pom.xml | 29 ++++++++++++++++++++++------- rest-api/pom.xml | 30 ++++++++++++++++++++---------- zip/pom.xml | 2 +- 5 files changed, 47 insertions(+), 21 deletions(-) diff --git a/measurement-provider/pom.xml b/measurement-provider/pom.xml index 7a6f20a..aeada2f 100644 --- a/measurement-provider/pom.xml +++ b/measurement-provider/pom.xml @@ -6,7 +6,7 @@ life.qbic data-access-server - 1.0-SNAPSHOT + 0.1.0 measurement-provider diff --git a/openbis-connector/pom.xml b/openbis-connector/pom.xml index 2a144bb..3937c20 100644 --- a/openbis-connector/pom.xml +++ b/openbis-connector/pom.xml @@ -5,11 +5,12 @@ 4.0.0 openbis-connector jar + 0.1.0 life.qbic data-access-server - 1.0-SNAPSHOT + 0.1.0 @@ -69,7 +70,7 @@ life.qbic measurement-provider - 1.0-SNAPSHOT + 0.1.0 org.junit.jupiter diff --git a/pom.xml b/pom.xml index 130f8da..e5afa61 100644 --- a/pom.xml +++ b/pom.xml @@ -6,8 +6,10 @@ life.qbic data-access-server - 1.0-SNAPSHOT + 0.1.0 pom + + zip measurement-provider @@ -15,6 +17,12 @@ rest-api + + 21 + 21 + UTF-8 + + @@ -38,6 +46,19 @@ https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-releases + + nexus-snapshots + QBiC Snapshots + + false + + + fail + true + always + + https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-snapshots + @@ -55,10 +76,4 @@ - - 21 - 21 - UTF-8 - - diff --git a/rest-api/pom.xml b/rest-api/pom.xml index 3ce9d82..0964076 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -3,25 +3,35 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - life.qbic rest-api - 1.0-SNAPSHOT + 0.1.0 jar - org.springframework.boot - spring-boot-starter-parent - 3.2.2 - + life.qbic + data-access-server + 0.1.0 21 21 UTF-8 - 3.2.2 + 3.2.3 + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + org.springframework.boot @@ -40,17 +50,17 @@ life.qbic measurement-provider - 1.0-SNAPSHOT + 0.1.0 life.qbic openbis-connector - 1.0-SNAPSHOT + 0.1.0 life.qbic zip - 1.0-SNAPSHOT + 0.1.0 diff --git a/zip/pom.xml b/zip/pom.xml index 7c6c0f3..5913fcb 100644 --- a/zip/pom.xml +++ b/zip/pom.xml @@ -6,7 +6,7 @@ life.qbic data-access-server - 1.0-SNAPSHOT + 0.1.0 life.qbic