Skip to content

Commit

Permalink
add version range for qa.component
Browse files Browse the repository at this point in the history
  • Loading branch information
heinpa committed Aug 16, 2024
1 parent 7fe3b64 commit 4e0e9a9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions qanary_pipeline-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>qa.pipeline</artifactId>
<groupId>eu.wdaqua.qanary</groupId>
<version>3.10.1</version>
<version>3.10.2</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand All @@ -14,7 +14,8 @@
<properties>
<java.version>11</java.version>
<spring-boot-admin.version>2.7.16</spring-boot-admin.version>
<qanary.version>[3.16.0,4.0.0)</qanary.version>
<qanary.component.version>[3.11.1,4.0.0)</qanary.component.version>
<qanary.commons.version>[3.16.0,4.0.0)</qanary.commons.version>
<dockerfile-maven-version>1.4.13</dockerfile-maven-version>
<docker.image.prefix>qanary</docker.image.prefix>
<docker.image.name>qanary-pipeline</docker.image.name>
Expand All @@ -28,7 +29,13 @@
<dependency>
<groupId>eu.wdaqua.qanary</groupId>
<artifactId>qa.commons</artifactId>
<version>${qanary.version}</version>
<version>${qanary.commons.version}</version>
</dependency>
<dependency>
<groupId>eu.wdaqua.qanary</groupId>
<artifactId>qa.component</artifactId>
<version>${qanary.component.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
Expand Down Expand Up @@ -234,12 +241,6 @@
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>eu.wdaqua.qanary</groupId>
<artifactId>qa.component</artifactId>
<version>3.11.1</version>
<scope>compile</scope>
</dependency>
</dependencies>

<!-- START - Setup for deployment to maven repository -->
Expand Down

0 comments on commit 4e0e9a9

Please sign in to comment.