Skip to content

Commit

Permalink
Remove the project as the guide parent
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Feb 11, 2025
1 parent 196838e commit c342db2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions user_guides/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakarta.tck</groupId>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>11.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
<version>1.0.9</version>
<relativePath />
</parent>

<groupId>jakarta.tck</groupId>
<artifactId>jakarta.tck-user-guide-parent</artifactId>
<version>11.0.0-M2</version>
<version>11.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Foundation Technology Compatibility Kit User's Guides for Jakarta EE ${project.version}</name>

Expand All @@ -49,9 +50,6 @@
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>

<ug.resources.version>11.0.0-SNAPSHOT</ug.resources.version>
<ug.staging.dir>${project.build.directory}/staging</ug.staging.dir>

<!-- Component TCK guide versions -->
<version.jakarta.resource-tck-user-guide>2.1.0</version.jakarta.resource-tck-user-guide>
<version.jakarta.jms-tck-user-guide>3.1.0</version.jakarta.jms-tck-user-guide>
Expand Down

0 comments on commit c342db2

Please sign in to comment.