Skip to content

Commit

Permalink
Set version to 2.2 for release
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 Feb 22, 2024
1 parent 0608d7c commit 5dd6216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tools/sigtest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates as needed by the Jakarta projects. The GAV for this fork has changed to:
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
```

Expand All @@ -31,7 +31,7 @@ e.g. the signature file. Just add following into your own `pom.xml` file:
<plugin>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.1</version>
<version>2.2</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -65,7 +65,7 @@ Try the following:
<plugin>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.1</version>
<version>2.2</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion tools/sigtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
<packaging>maven-plugin</packaging>
<name>API Signature Test Plugin</name>
<url>https://github.com/eclipse-ee4j/jakartaee-tck-tools/wiki</url>
Expand Down

0 comments on commit 5dd6216

Please sign in to comment.