Skip to content

Commit

Permalink
Merge pull request #24953 from dmatej/tck
Browse files Browse the repository at this point in the history
Fixed version references + added check to avoid repeating
  • Loading branch information
dmatej authored May 15, 2024
2 parents b71373f + d479e66 commit f879462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ spec:
container('maven') {
dumpSysInfo()
sh '''
# validate all modules (catching ie. wrong versions)
mvn validate -Ptck,staging -T4C
# Until we fix ANTLR in cmp-support-sqlstore, broken in parallel builds. Just -Pfast after the fix.
mvn -B -e clean install -Pfastest,staging -T4C
./gfbuild.sh archive_bundles
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/tck/cdi/cdi-signature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.main.tests.tck</groupId>
<artifactId>glassfish-external-tck-cdi-parent</artifactId>
<version>7.0.15-SNAPSHOT</version>
<version>8.0.0-SNAPSHOT</version>
</parent>

<artifactId>glassfish-external-tck-cdi-signature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions appserver/tests/tck/jsonp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.tests.tck</groupId>
<artifactId>tck</artifactId>
<version>7.0.15-SNAPSHOT</version>
<version>8.0.0-SNAPSHOT</version>
</parent>

<artifactId>glassfish-external-tck-jsonp</artifactId>
Expand Down Expand Up @@ -180,4 +180,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit f879462

Please sign in to comment.