Skip to content

Commit

Permalink
Bump version in testng-junit-migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed May 14, 2024
1 parent a6b2e31 commit 83428da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions testng-junit-migrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ use it, read the installation guide below.
[README][eps-readme]. (This step can be skipped for Picnic repositories!)
2. Clone the Error Prone Support repository and checkout the branch
`gdejong/testng-migrator`.
3. Next, run `mvn versions:set -DnewVersion=0.10.1-testng-migration -DgenerateBackupPoms=false`.
This will update set the version to `0.10.1-testng-migration`.
4. Next, run `mvn clean install`. This will create a `0.10.1-testng-migrator` version
3. Next, run `mvn versions:set -DnewVersion=0.17.1-testng-migration -DgenerateBackupPoms=false`.
This will update set the version to `0.17.1-testng-migration`.
4. Next, run `mvn clean install`. This will create a `0.17.1-testng-migrator` version
of the `testng-junit-migrator` module. The version will now be available in your local Maven repository.
5. Finally, add the following profile to your `pom.xml`. This should be the `pom.xml` in the root of your module.
Usually this is the parent `pom.xml`, but single module projects are also supported.
Expand Down
2 changes: 1 addition & 1 deletion testng-junit-migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.picnic.error-prone-support</groupId>
<artifactId>error-prone-support</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.16.2-SNAPSHOT</version>
</parent>

<artifactId>testng-junit-migrator</artifactId>
Expand Down

0 comments on commit 83428da

Please sign in to comment.