Skip to content

Commit

Permalink
Merge pull request #173 from testng-team/release/1.6.0
Browse files Browse the repository at this point in the history
Release 1.6.0 for testng 7.9.0
  • Loading branch information
missedone authored Dec 31, 2023
2 parents b4fed32 + 757d301 commit b9834b4
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TestNG Remote - the modules for running TestNG remotely. This is normally used b
<dependency>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-dist</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
<classifier>shaded</classifier>
</dependency>
```
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Remote TestNG

1. Create a release branch like `release/1.6.0`
2. Go to https://github.com/testng-team/testng-remote/actions/workflows/release.yml
* Select the `branch` you just created: `release/1.6.0`
* Set `releaseVersion`: the new release version, for example, `1.6.0`
* Set `developmentVersion`: the next development version, for example, `1.6.1-SNAPSHOT`
* Select the `branch` you just created: `release/1.6.0`
* Set `releaseVersion`: the new release version, for example, `1.6.0`
* Set `developmentVersion`: the next development version, for example, `1.6.1-SNAPSHOT`
3. Merge the release branch without squashing to retain the git tag
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<packaging>pom</packaging>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<name>Remote TestNG</name>
<description>Run TestNG in Distribution Mode (Remote Client-Server Mode)</description>
<url>https://github.com/testng-team/testng-remote</url>
Expand Down
2 changes: 1 addition & 1 deletion remote-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_10</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_9_10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_9_10</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_9_7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_9_7</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote7_8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote7_8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote7_9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote7_9</artifactId>
Expand Down

0 comments on commit b9834b4

Please sign in to comment.