Skip to content

Commit

Permalink
switch GroupId to jakarta.tck instead of jakartatck
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <[email protected]>
  • Loading branch information
scottmarlow committed Feb 7, 2024
1 parent 1141418 commit 30e29ea
Show file tree
Hide file tree
Showing 54 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion appclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion core-profile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
mvn -Pstaging clean install
-->
<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<version>10.0.0-SNAPSHOT</version>
<artifactId>project</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion ejb30-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion ejb30/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion ejb32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions glassfish-runner/el-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<version>${junit.jupiter.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>${tck.artifactId}</artifactId>
<version>${tck.version}</version>
</dependency>
Expand Down Expand Up @@ -124,7 +124,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>${tck.artifactId}</artifactId>
<version>${tck.version}</version>
<type>zip</type>
Expand Down Expand Up @@ -349,7 +349,7 @@
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/jakarta.el-api.jar</additionalClasspathElement>
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/expressly.jar</additionalClasspathElement>
</additionalClasspathElements>
<dependenciesToScan>jakartatck:jakarta-expression-language-tck</dependenciesToScan>
<dependenciesToScan>jakarta.tck:jakarta-expression-language-tck</dependenciesToScan>
<systemPropertyVariables>
<GLASSFISH_HOME>${project.build.directory}/${glassfish.toplevel.dir}</GLASSFISH_HOME>
<webServerHost>localhost</webServerHost>
Expand Down
10 changes: 5 additions & 5 deletions glassfish-runner/jaxrs-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@

<dependencies>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>libutil</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>runtime</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down Expand Up @@ -85,7 +85,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>${tck.artifactId}</artifactId>
<version>${tck.version}</version>
<scope>test</scope>
Expand Down Expand Up @@ -385,7 +385,7 @@
${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/angus-activation.jar
</additionalClasspathElement>
</additionalClasspathElements>
<dependenciesToScan>jakartatck:${tck.artifactId}</dependenciesToScan>
<dependenciesToScan>jakarta.tck:${tck.artifactId}</dependenciesToScan>
<systemPropertyVariables>
<GLASSFISH_HOME>${project.build.directory}/${glassfish.toplevel.dir}</GLASSFISH_HOME>
<servlet_adaptor>org.glassfish.jersey.servlet.ServletContainer</servlet_adaptor>
Expand Down
12 changes: 6 additions & 6 deletions glassfish-runner/jpa-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<tck.artifactId>jakartatck.jpa-tck</tck.artifactId>
<tck.artifactId>jakarta.tck.jpa-tck</tck.artifactId>
<tck.version>3.1.0</tck.version>
<admin.user>admin</admin.user>
<admin.pass>admin</admin.pass>
Expand Down Expand Up @@ -64,7 +64,7 @@
<version>${junit.jupiter.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -80,13 +80,13 @@
</exclusions>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>jpa-tck</artifactId>
<version>10.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>dbprocedures</artifactId>
<version>10.0.0-SNAPSHOT</version>
<scope>test</scope>
Expand Down Expand Up @@ -164,7 +164,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>dbprocedures</artifactId>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}</outputDirectory>
Expand Down Expand Up @@ -310,7 +310,7 @@
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/expressly.jar</additionalClasspathElement>
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/classmate.jar</additionalClasspathElement>
</additionalClasspathElements>
<dependenciesToScan>jakartatck:jpa-tck</dependenciesToScan>
<dependenciesToScan>jakarta.tck:jpa-tck</dependenciesToScan>
<systemPropertyVariables>
<GLASSFISH_HOME>${project.build.directory}/${glassfish.toplevel.dir}</GLASSFISH_HOME>
<platform.mode>standalone</platform.mode>
Expand Down
6 changes: 3 additions & 3 deletions glassfish-runner/jsp-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>${tck.artifactId}</artifactId>
<version>${tck.version}</version>
</dependency>
Expand Down Expand Up @@ -138,7 +138,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>${tck.artifactId}</artifactId>
<version>${tck.version}</version>
<type>zip</type>
Expand Down Expand Up @@ -343,7 +343,7 @@
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/jakarta.servlet.jsp-api.jar</additionalClasspathElement>
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/jakarta.servlet.jsp.jstl-api.jar</additionalClasspathElement>
</additionalClasspathElements>
<dependenciesToScan>jakartatck:${tck.artifactId}</dependenciesToScan>
<dependenciesToScan>jakarta.tck:${tck.artifactId}</dependenciesToScan>
<systemPropertyVariables>
<GLASSFISH_HOME>${project.build.directory}/${glassfish.toplevel.dir}</GLASSFISH_HOME>
<webServerHome>${project.build.directory}/${glassfish.toplevel.dir}/glassfish</webServerHome>
Expand Down
2 changes: 1 addition & 1 deletion glassfish-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
8 changes: 4 additions & 4 deletions glassfish-runner/servlet-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@

<dependencies>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>servlet</artifactId>
<version>10.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>libutil</artifactId>
<version>10.0.0-SNAPSHOT</version>
</dependency>
Expand Down Expand Up @@ -128,7 +128,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>libutil</artifactId>
<type>jar</type>
<overWrite>false</overWrite>
Expand Down Expand Up @@ -221,7 +221,7 @@
<failIfNoTests>false</failIfNoTests>
<failIfNoSpecifiedTests>true</failIfNoSpecifiedTests>
<dependenciesToScan>
<dependenciesToScan>jakartatck:servlet</dependenciesToScan>
<dependenciesToScan>jakarta.tck:servlet</dependenciesToScan>
</dependenciesToScan>
<includes>
<include>**/URLClient*</include>
Expand Down
14 changes: 7 additions & 7 deletions glassfish-runner/websocket-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
<version>${junit.jupiter.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>libutil</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>runtime</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -71,12 +71,12 @@
<version>${junit.jupiter.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>websocket-tck</artifactId>
<version>10.0.0-SNAPSHOT</version>
</dependency>
Expand Down Expand Up @@ -155,7 +155,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>libutil</artifactId>
<type>jar</type>
<overWrite>false</overWrite>
Expand Down Expand Up @@ -348,7 +348,7 @@
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/tyrus-container-grizzly-client.jar</additionalClasspathElement>
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/tyrus-spi.jar</additionalClasspathElement>
</additionalClasspathElements>
<dependenciesToScan>jakartatck:websocket-tck</dependenciesToScan>
<dependenciesToScan>jakarta.tck:websocket-tck</dependenciesToScan>
<systemPropertyVariables>
<GLASSFISH_HOME>${project.build.directory}/${glassfish.toplevel.dir}</GLASSFISH_HOME>
<glassfish.home>${project.build.directory}/${glassfish.toplevel.dir}</glassfish.home>
Expand Down
6 changes: 3 additions & 3 deletions glassfish-runner/websocket-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
<version>${junit.jupiter.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>websocket-tck</artifactId>
<version>10.0.0-SNAPSHOT</version>
</dependency>
Expand Down Expand Up @@ -306,7 +306,7 @@
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/tyrus-container-grizzly-client.jar</additionalClasspathElement>
<additionalClasspathElement>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/tyrus-spi.jar</additionalClasspathElement>
</additionalClasspathElements>
<dependenciesToScan>jakartatck:websocket-tck</dependenciesToScan>
<dependenciesToScan>jakarta.tck:websocket-tck</dependenciesToScan>
<systemPropertyVariables>
<GLASSFISH_HOME>${project.build.directory}/${glassfish.toplevel.dir}</GLASSFISH_HOME>
<glassfish.home>${project.build.directory}/${glassfish.toplevel.dir}</glassfish.home>
Expand Down
2 changes: 1 addition & 1 deletion glassfishtck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion jacc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakartatck</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>project</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
Expand Down
Loading

0 comments on commit 30e29ea

Please sign in to comment.