Skip to content

Commit

Permalink
Align Maven co-ordinates with those used for other TCKs
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 9, 2024
1 parent 2739e53 commit 0e1140f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->

<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>

Expand All @@ -28,9 +27,9 @@
<relativePath/>
</parent>

<groupId>jakarta.servlet</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<artifactId>tck</artifactId>
<packaging>pom</packaging>

<name>Jakarta Servlet TCK</name>
Expand Down
6 changes: 3 additions & 3 deletions tck/tck-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakarta.servlet</groupId>
<artifactId>tck</artifactId>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>tck-runtime</artifactId>
<artifactId>servlet-tck-runtime</artifactId>
<packaging>jar</packaging>

<name>Jakarta Servlet TCK Runtime</name>
Expand Down
6 changes: 3 additions & 3 deletions tck/tck-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakarta.servlet</groupId>
<artifactId>tck</artifactId>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>tck-util</artifactId>
<artifactId>servlet-tck-util</artifactId>
<packaging>jar</packaging>

<name>Jakarta Servlet TCK utilities</name>
Expand Down

0 comments on commit 0e1140f

Please sign in to comment.