Skip to content

Commit

Permalink
Rename artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Jun 5, 2023
1 parent ad53b15 commit be45235
Show file tree
Hide file tree
Showing 30 changed files with 35 additions and 35 deletions.
28 changes: 14 additions & 14 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_0</artifactId>
<artifactId>testng-remote-6_0</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_5</artifactId>
<artifactId>testng-remote-6_5</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_7</artifactId>
<artifactId>testng-remote-6_9_7</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_10</artifactId>
<artifactId>testng-remote-6_9_10</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_10</artifactId>
<artifactId>testng-remote-6_10</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_12</artifactId>
<artifactId>testng-remote-6_12</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote7_8</artifactId>
<artifactId>testng-remote-7_8</artifactId>
</dependency>
</dependencies>

Expand All @@ -62,13 +62,13 @@
<artifactSet>
<includes>
<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>
<include>org.testng:testng-remote-6_0</include>
<include>org.testng:testng-remote-6_5</include>
<include>org.testng:testng-remote-6_9_7</include>
<include>org.testng:testng-remote-6_9_10</include>
<include>org.testng:testng-remote-6_10</include>
<include>org.testng:testng-remote-6_12</include>
<include>org.testng:testng-remote-7_8</include>
</includes>
</artifactSet>
<transformers>
Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

<modules>
<module>remote</module>
<module>remote7_8</module>
<module>remote6_12</module>
<module>remote6_10</module>
<module>remote6_9_10</module>
<module>remote6_9_7</module>
<module>remote6_5</module>
<module>remote6_0</module>
<module>remote-7_8</module>
<module>remote-6_12</module>
<module>remote-6_10</module>
<module>remote-6_9_10</module>
<module>remote-6_9_7</module>
<module>remote-6_5</module>
<module>remote-6_0</module>
<module>dist</module>
<module>remote-test</module>
</modules>
Expand Down Expand Up @@ -76,37 +76,37 @@
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_0</artifactId>
<artifactId>testng-remote-6_0</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_5</artifactId>
<artifactId>testng-remote-6_5</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_7</artifactId>
<artifactId>testng-remote-6_9_7</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_9_10</artifactId>
<artifactId>testng-remote-6_9_10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_10</artifactId>
<artifactId>testng-remote-6_10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote6_12</artifactId>
<artifactId>testng-remote-6_12</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-remote7_8</artifactId>
<artifactId>testng-remote-7_8</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion remote6_0/pom.xml → remote-6_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_0</artifactId>
<artifactId>testng-remote-6_0</artifactId>
<name>TestNG Remote for version [6.0, 6.5.1)</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion remote6_10/pom.xml → remote-6_10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_10</artifactId>
<artifactId>testng-remote-6_10</artifactId>
<name>TestNG Remote for version [6.10, 6.12)</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion remote6_12/pom.xml → remote-6_12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_12</artifactId>
<artifactId>testng-remote-6_12</artifactId>
<name>TestNG Remote for version [6.12, 7.8)</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion remote6_5/pom.xml → remote-6_5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_5</artifactId>
<artifactId>testng-remote-6_5</artifactId>
<name>TestNG Remote for version [6.5.1, 6.9.7)</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion remote6_9_10/pom.xml → remote-6_9_10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_9_10</artifactId>
<artifactId>testng-remote-6_9_10</artifactId>
<name>TestNG Remote for version [6.9.10, 6.10)</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion remote6_9_7/pom.xml → remote-6_9_7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_9_7</artifactId>
<artifactId>testng-remote-6_9_7</artifactId>
<name>TestNG Remote for version [6.9.7, 6.9.10)</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion remote7_8/pom.xml → remote-7_8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote7_8</artifactId>
<artifactId>testng-remote-7_8</artifactId>
<name>TestNG Remote for version [7.8.0, -)</name>

<properties>
Expand Down

0 comments on commit be45235

Please sign in to comment.