Skip to content

Commit

Permalink
Merge pull request #266 from alwin-joseph/tck_rem_snapshotmodules
Browse files Browse the repository at this point in the history
Remove snapshot versions of platform tck modules, use M1 versions from maven
LGTM
Thank you!
  • Loading branch information
edbratt committed Apr 16, 2024
2 parents dda566d + 6a1b235 commit 3956175
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
<modelVersion>4.0.0</modelVersion>

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

<artifactId>jakarta-pages-tck</artifactId>
Expand All @@ -42,28 +43,43 @@
<jms-api.version>3.1.0</jms-api.version>
<jsp-api.version>4.0.0-M2</jsp-api.version>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<repositories>
<repository>
<id>repo2</id>
<name>staging repo</name>
<url>https://jakarta.oss.sonatype.org/content/repositories/staging</url>
</repository>
<repository>
<id>repo1</id>
<name>maven repo</name>
<url>https://repo1.maven.org/maven2/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>runtime</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>libutil</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>signaturetest</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
Expand Down

0 comments on commit 3956175

Please sign in to comment.