Skip to content

Commit

Permalink
Need to filter artifacts-pom.xml to pickup release version
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed May 19, 2022
1 parent df7f15f commit 0a00db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core-profile-tck/tck-dist/artifacts-pom.xml
Expand Up @@ -16,7 +16,8 @@
<groupId>jakarta.ee.tck</groupId>
<artifactId>core-profile-tck-dependencies</artifactId>
<packaging>pom</packaging>
<version>10.0.0-SNAPSHOT</version>
<!-- This is set to project release version during assembly -->
<version>${project.version}</version>
<name>Jakarta Core Profile TCK Dependencies</name>

<build>
Expand Down
1 change: 1 addition & 0 deletions core-profile-tck/tck-dist/src/main/assembly/assembly.xml
Expand Up @@ -23,6 +23,7 @@
<source>artifacts-pom.xml</source>
<destName>pom.xml</destName>
<outputDirectory>artifacts</outputDirectory>
<filtered>true</filtered>
</file>
<!-- The HTML and PDF versions of the TCK userguide -->
<file>
Expand Down

0 comments on commit 0a00db3

Please sign in to comment.