Skip to content

Commit 02b5974

Browse files
committed
javaee-samples#252 Updated some javadocs.
1 parent 8f8cd56 commit 02b5974

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ There are 4 available container profiles:
3434
reuse this instance to run the tests.
3535
Useful for development to avoid the server start up cost per sample.
3636

37+
Each of the containers allow you to override the version used
38+
39+
* `-Dorg.wildfly=8.1.0.Final`
40+
41+
This will change the version from 8.0.0 to 8.1.0.Final for WildFly.
42+
43+
* `-Dglassfish.version=4.1`
44+
45+
This will change the version from 4.0 to 4.1 for GlassFish testing purposes.
46+
3747
Similarly, there are 6 profiles to choose a browser to test on:
3848

3949
* ``browser-firefox``
@@ -99,5 +109,5 @@ That's it! Welcome in the community!
99109

100110
## CI Job ##
101111

102-
* [WildFly](https://arungupta.ci.cloudbees.com/job/javaee7-samples-on-wildfly-cb/)
103-
* [GlassFish](https://arungupta.ci.cloudbees.com/job/Java%20EE%207%20Samples%20on%20GlassFish-cb/)
112+
* [WildFly](https://javaee-support.ci.cloudbees.com/job/javaee7-pull-request-builder/)
113+
* [GlassFish](https://javaee-support.ci.cloudbees.com/job/javaee7-pull-request-builder-glassfish/)

0 commit comments

Comments
 (0)