File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ There are 8 available container profiles, for 5 different servers:
4343
4444 Note that the version of TomEE to be used has to be present in an
4545 available maven repository. The defaults in this profile assume that the arquillian adapter and
46- the TomEE server have the same version. E.g both 7.0.0-SNAPSHOT .
46+ the TomEE server have the same version. E.g both 7.0.0.
4747
4848 To use a TomEE server that's not available in maven central, one way to use it for the samples is to
4949 install it in a local .m2 as follows:
Original file line number Diff line number Diff line change 4444 <!--
4545 TomEE version that's installed and used when selecting the
4646 tomee-managed-arquillian profile. Has to be made available
47- locally or version has to be changed to a version available in
48- maven central.
47+ locally when set to version not available in Maven central.
4948 See README.md for details.
5049 -->
51- <tomee .version>7.0.0-SNAPSHOT </tomee .version>
50+ <tomee .version>7.0.0</tomee .version>
5251 </properties >
5352
5453 <modules >
You can’t perform that action at this time.
0 commit comments