Skip to content

Commit

Permalink
Move version of odh crds into pom properties (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Nov 15, 2023
1 parent ec954c4 commit 9b65564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<logback.version>1.4.11</logback.version>
<slf4j.version>2.0.9</slf4j.version>
<hamcrest.version>2.2</hamcrest.version>
<opedatahub-crds.version>1.0-SNAPSHOT</opedatahub-crds.version>
</properties>

<repositories>
Expand Down Expand Up @@ -135,7 +136,7 @@
<dependency>
<groupId>io.odh</groupId>
<artifactId>opendatahub-crds</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${opedatahub-crds.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 9b65564

Please sign in to comment.