Skip to content

Commit

Permalink
Merge branch 'master' into refactor/562
Browse files Browse the repository at this point in the history
  • Loading branch information
missedone committed Jan 13, 2024
2 parents 0aefe4d + 98c1945 commit 57152a7
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Plugin Version | Online Update-Site | Zipped Update-Site
LATEST RELEASE | `https://testng.org/testng-eclipse-update-site` | [here](https://testng.org/testng-eclipse-update-site)
LATEST BETA | `https://testng.org/testng-eclipse-update-site` | [here](https://testng.org/testng-eclipse-update-site)
History:||
7.9.0.202312310355 | `https://testng.org/testng-eclipse-update-site/7.9.0/` | [download](https://testng.org/testng-eclipse-update-site/zipped/7.9.0.202312310355/org.testng.eclipse.updatesite.zip)
7.8.0.202308061717 | `https://testng.org/testng-eclipse-update-site/7.8.0/` | [download](https://testng.org/testng-eclipse-update-site/zipped/7.8.0.202308061717/org.testng.eclipse.updatesite.zip)
7.4.0.202106051955 | `https://testng.org/testng-eclipse-update-site/7.4.0/` | [download](https://testng.org/testng-eclipse-update-site/zipped/7.4.0.202106051955/org.testng.eclipse.updatesite.zip)
7.4.0.202105021622 | `https://testng.org/testng-eclipse-update-site/7.4.0/` | [download](https://testng.org/testng-eclipse-update-site/zipped/7.4.0.202105021622/org.testng.eclipse.updatesite.zip)
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0-SNAPSHOT</version>
<version>7.10.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
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.9.0.qualifier"
version="7.10.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.9.0-SNAPSHOT</version>
<version>7.10.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.9.0.qualifier
Bundle-Version: 7.10.0.qualifier
Bundle-Activator: org.testng.eclipse.TestNGPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Binary file modified testng-eclipse-plugin/lib/testng-remote.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion testng-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.9.0-SNAPSHOT</version>
<version>7.10.0-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse</artifactId>
<packaging>eclipse-plugin</packaging>
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.9.0-SNAPSHOT</version>
<version>7.10.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.9.0.qualifier"
version="7.10.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.9.0-SNAPSHOT</version>
<version>7.10.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.9.0.qualifier
Bundle-Version: 7.10.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.9.0-SNAPSHOT</version>
<version>7.10.0-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse.maven</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit 57152a7

Please sign in to comment.