Skip to content

Commit

Permalink
Merge pull request #1643 from arjantijms/fix_assembly_references
Browse files Browse the repository at this point in the history
Update lingering references to assembly into assembly-tck
  • Loading branch information
arjantijms authored Nov 8, 2024
2 parents 5d78495 + ad025cf commit 06d5916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>assembly</artifactId>
<artifactId>assembly-tck</artifactId>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>assembly</artifactId>
<artifactId>assembly-tck</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>assembly</artifactId>
<artifactId>assembly-tck</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 06d5916

Please sign in to comment.