Skip to content

Commit

Permalink
Update lingering references to assembly into assembly-tck
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Nov 8, 2024
1 parent 5d78495 commit ad025cf
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 ad025cf

Please sign in to comment.