Rename org.keycloak.test groupId to org.keycloak.testframework for new test framework artifacts (#36443)

Closes #36431

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen
2025-01-14 14:32:03 +01:00
committed by GitHub
parent 01f5a8c1c3
commit 388fa5a3eb
21 changed files with 63 additions and 63 deletions

View File

@@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>keycloak-test-framework-parent</artifactId>
<groupId>org.keycloak.test</groupId>
<groupId>org.keycloak.testframework</groupId>
<version>999.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependencies>
<dependency>
<groupId>org.keycloak.test</groupId>
<groupId>org.keycloak.testframework</groupId>
<artifactId>keycloak-test-framework-core</artifactId>
<version>${project.version}</version>
</dependency>