Skip to content

Commit

Permalink
Make sure all properties for CDI TCK version across the project are e…
Browse files Browse the repository at this point in the history
…qually named
  • Loading branch information
manovotn committed Jan 15, 2024
1 parent 2a8927d commit c179216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tcks/jakarta-cdi-lang-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Quarkus - TCK - Jakarta CDI Lang Model</name>

<properties>
<cdi-tck.version>4.0.13</cdi-tck.version>
<version.cdi-tck>4.0.13</version.cdi-tck>
<junit4.version>4.13.2</junit4.version>
</properties>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-lang-model</artifactId>
<version>${cdi-tck.version}</version>
<version>${version.cdi-tck}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tcks/jakarta-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Quarkus - TCK - Jakarta CDI</name>

<properties>
<cdi-tck.version>4.0.13</cdi-tck.version>
<version.cdi-tck>4.0.13</version.cdi-tck>
</properties>

<dependencies>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-core-impl</artifactId>
<version>${cdi-tck.version}</version>
<version>${version.cdi-tck}</version>
</dependency>

<!-- Minimal test dependencies to *-deployment artifacts for consistent build order -->
Expand Down

0 comments on commit c179216

Please sign in to comment.