Skip to content

Commit

Permalink
FISH-10044 Remove glassfish.version to allow an easier sed replacement
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pielage <[email protected]>
  • Loading branch information
Pandrex247 committed Oct 29, 2024
1 parent bb03d68 commit 3030dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faces-tck/run-tck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ cp pom.xml-tck target/faces-tck-4.0.1/tck/pom.xml
# change usage of glassfish with payara
cp pom.xml-old-tck-run target/faces-tck-4.0.1/tck/old-tck/run/pom.xml
#mvn verify -P payara-ci-remote,\!glassfish-ci-managed -Dglassfish.version=6.2022.1.Alpha5-SNAPSHOT -f target/faces-tck-4.0.1/tck/pom.xml -pl old-tck -amd
mvn verify -P payara-ci-remote,\!glassfish-ci-managed -Dglassfish.version=6.2022.1.Alpha4 -f target/faces-tck-4.0.1/tck/pom.xml
mvn verify -P payara-ci-remote,\!glassfish-ci-managed -Dglassfish.version= -f target/faces-tck-4.0.1/tck/pom.xml

0 comments on commit 3030dad

Please sign in to comment.