Skip to content

Commit

Permalink
Merge pull request #563 from testng-team/release/7.9.0
Browse files Browse the repository at this point in the history
release 7.9.0
  • Loading branch information
missedone authored Dec 31, 2023
2 parents 6747489 + 063cd36 commit fc0e4eb
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
====

## 7.9.0

Supported Metrics:

| Plugin | Dependency |
| ------------- | ------------- |
| TestNG for Eclipse | Eclipse Photon (4.8) or above |
| TestNG M2E Integration (Optional) | M2E 1.5 or above |
| Java | 11.0 or above |

* update testng-remote to 1.6.0
* update testng-p2 to 7.9.0

## 7.8.0

Supported Metrics:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>7.8.0-SNAPSHOT</version>
<version>7.9.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -162,7 +162,7 @@
<!-- testng-p2 beta -->
<!-- <url>https://dl.bintray.com/testng-team/testng-p2/7.0.0/</url> -->
<!-- testng-p2 release -->
<url>https://testng.org/testng-p2-update-site/7.8.0/</url>
<url>https://testng.org/testng-p2-update-site/7.9.0/</url>
</repository>
<repository>
<snapshots />
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.testng.eclipse"
label="TestNG"
version="7.8.0.qualifier"
version="7.9.0.qualifier"
provider-name="Cedric Beust">

<description url="https://testng.org">
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>7.8.0-SNAPSHOT</version>
<version>7.9.0-SNAPSHOT</version>
</parent>
<groupId>org.testng.eclipse.features</groupId>
<artifactId>org.testng.eclipse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.testng.eclipse; singleton:=true
Bundle-Version: 7.8.0.qualifier
Bundle-Version: 7.9.0.qualifier
Bundle-Activator: org.testng.eclipse.TestNGPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions testng-eclipse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>7.8.0-SNAPSHOT</version>
<version>7.9.0-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<testng.remote.version>1.5.1</testng.remote.version>
<testng.remote.version>1.6.0</testng.remote.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>7.8.0-SNAPSHOT</version>
<version>7.9.0-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse.updatesite</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testng-maven-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.testng.eclipse.maven.feature"
label="%feature.name"
version="7.8.0.qualifier"
version="7.9.0.qualifier"
provider-name="%feature.provider">

<description url="https://testng.org">
Expand Down
2 changes: 1 addition & 1 deletion testng-maven-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>7.8.0-SNAPSHOT</version>
<version>7.9.0-SNAPSHOT</version>
</parent>
<groupId>org.testng.eclipse.features</groupId>
<artifactId>org.testng.eclipse.maven.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testng-maven-eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.testng.eclipse.maven;singleton:=true
Bundle-Version: 7.8.0.qualifier
Bundle-Version: 7.9.0.qualifier
Bundle-Activator: org.testng.eclipse.maven.Activator
Bundle-Vendor: %bundle.provider
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion testng-maven-eclipse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>7.8.0-SNAPSHOT</version>
<version>7.9.0-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse.maven</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit fc0e4eb

Please sign in to comment.