Skip to content

Commit

Permalink
Use org.testng groupId
Browse files Browse the repository at this point in the history
Close #143
  • Loading branch information
juherr committed Jun 5, 2023
1 parent 9cf69e4 commit b3b6c27
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TestNG Remote - the modules for running TestNG remotely. This is normally used b

```xml
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-dist</artifactId>
<version>1.5.0</version>
<classifier>shaded</classifier>
Expand Down
34 changes: 17 additions & 17 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -13,35 +13,35 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_0</artifactId>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_5</artifactId>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_7</artifactId>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_10</artifactId>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_10</artifactId>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_12</artifactId>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote7_8</artifactId>
</dependency>
</dependencies>
Expand All @@ -61,14 +61,14 @@
<shadedArtifactAttached>true</shadedArtifactAttached>
<artifactSet>
<includes>
<include>org.testng.testng-remote:testng-remote</include>
<include>org.testng.testng-remote:testng-remote6_0</include>
<include>org.testng.testng-remote:testng-remote6_5</include>
<include>org.testng.testng-remote:testng-remote6_9_7</include>
<include>org.testng.testng-remote:testng-remote6_9_10</include>
<include>org.testng.testng-remote:testng-remote6_10</include>
<include>org.testng.testng-remote:testng-remote6_12</include>
<include>org.testng.testng-remote:testng-remote7_8</include>
<include>org.testng:testng-remote</include>
<include>org.testng:testng-remote6_0</include>
<include>org.testng:testng-remote6_5</include>
<include>org.testng:testng-remote6_9_7</include>
<include>org.testng:testng-remote6_9_10</include>
<include>org.testng:testng-remote6_10</include>
<include>org.testng:testng-remote6_12</include>
<include>org.testng:testng-remote7_8</include>
</includes>
</artifactSet>
<transformers>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<packaging>pom</packaging>
<version>1.5.0-SNAPSHOT</version>
Expand Down Expand Up @@ -51,7 +51,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<version>${project.version}</version>
<exclusions>
Expand All @@ -62,7 +62,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand All @@ -75,37 +75,37 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_0</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_5</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_7</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_12</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote7_8</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion remote-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions remote-test/src/test/groovy/Tester.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Grab(group = 'org.osgi', module = 'osgi.core', version = '6.0.0')
@Grab(group = 'org.testng.testng-remote', module = 'testng-remote', version = '1.4.0')
@Grab(group = 'org.testng', module = 'testng-remote', version = '1.4.0')

import org.osgi.framework.Version
import org.testng.remote.strprotocol.JsonMessageSender
Expand Down Expand Up @@ -39,7 +39,7 @@ ivyJar = "${mvnRepoDir}/org/apache/ivy/ivy/${ivyVer}/ivy-${ivyVer}.jar"

grapeRepoDir = System.getenv("HOME") + "/.groovy/grapes"

remoteTestngJar = "${grapeRepoDir}/org.testng.testng-remote/testng-remote-dist/jars/testng-remote-dist-${testngRemoteVer}-shaded.jar"
remoteTestngJar = "${grapeRepoDir}/org.testng/testng-remote-dist/jars/testng-remote-dist-${testngRemoteVer}-shaded.jar"
jcmdJar = "${grapeRepoDir}/com.beust/jcommander/jars/jcommander-${jcmdVer}.jar"
slf4jJar = "${grapeRepoDir}/org.slf4j/slf4j-api/jars/slf4j-api-${slf4jVer}.jar"

Expand Down Expand Up @@ -204,7 +204,7 @@ def downloadTestNG(ver) {

w << "@Grab(group = 'com.beust', module = 'jcommander', version = '${jcmdVer}')" + "\n"
w << "@Grab(group = 'org.slf4j', module = 'slf4j-api', version = '${slf4jVer}')" + "\n"
w << "@Grab(group = 'org.testng.testng-remote', module = 'testng-remote-dist', version = '${testngRemoteVer}', classifier = 'shaded')" + "\n"
w << "@Grab(group = 'org.testng', module = 'testng-remote-dist', version = '${testngRemoteVer}', classifier = 'shaded')" + "\n"

w << "import org.testng.annotations.Test;" + "\n"
}
Expand Down
2 changes: 1 addition & 1 deletion remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions remote6_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions remote6_10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions remote6_12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions remote6_5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions remote6_9_10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions remote6_9_7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions remote7_8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
</dependency>
<dependency>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng.testng-remote</groupId>
<groupId>org.testng</groupId>
<artifactId>testng-remote</artifactId>
<type>test-jar</type>
</dependency>
Expand Down

0 comments on commit b3b6c27

Please sign in to comment.