Skip to content

Commit

Permalink
Merge pull request #547 from KyleAure/update-partent-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure authored Jun 28, 2024
2 parents 648a6ea + 289a2d0 commit bf30400
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@

<modules>
<module>api</module>
<module>specification</module>
<module>tck</module>
<module>tck-dist</module>
</modules>

<scm>
Expand Down
9 changes: 3 additions & 6 deletions specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<relativePath />
<groupId>jakarta.enterprise.concurrent</groupId>
<artifactId>jakarta.enterprise.concurrent.parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
</parent>

<groupId>jakarta.enterprise.concurrent</groupId>
<artifactId>concurrency-spec</artifactId>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Concurrency Specification</name>
Expand Down
2 changes: 1 addition & 1 deletion tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.enterprise.concurrent</groupId>
<artifactId>jakarta.enterprise.concurrent.parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.4-SNAPSHOT</version>
</parent>

<artifactId>jakarta.enterprise.concurrent-tck-dist</artifactId>
Expand Down

0 comments on commit bf30400

Please sign in to comment.