Skip to content

Commit

Permalink
Reset version to 11.0.0-SNAPSHOT to retry release job (#1600)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 authored Oct 16, 2024
1 parent c2541e1 commit a31c555
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core-profile-tck/ca-sigtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0</version>
<version>11.0.0-SNAPSHOT</version>
</parent>
<artifactId>common-annotations</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/cdi-tck-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0</version>
<version>11.0.0-SNAPSHOT</version>
</parent>

<artifactId>cdi-lite-tck-suite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/jsonp-tck-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0</version>
<version>11.0.0-SNAPSHOT</version>
</parent>

<artifactId>core-tck-jsonp-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0</version>
<version>11.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jakarta Core TCK</name>

Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/restful-tck-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0</version>
<version>11.0.0-SNAPSHOT</version>
</parent>

<artifactId>rest-tck-suite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>jakarta.tck.coreprofile</groupId>
<artifactId>core-tck-parent</artifactId>
<version>11.0.0</version>
<version>11.0.0-SNAPSHOT</version>
</parent>
<artifactId>core-profile-tck-impl</artifactId>
<name>Jakarta Core Profile TCK Test Suite</name>
Expand Down

0 comments on commit a31c555

Please sign in to comment.