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:
43
43
44
44
Note that the version of TomEE to be used has to be present in an
45
45
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.
47
47
48
48
To use a TomEE server that's not available in maven central, one way to use it for the samples is to
49
49
install it in a local .m2 as follows:
Original file line number Diff line number Diff line change 44
44
<!--
45
45
TomEE version that's installed and used when selecting the
46
46
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.
49
48
See README.md for details.
50
49
-->
51
- <tomee .version>7.0.0-SNAPSHOT </tomee .version>
50
+ <tomee .version>7.0.0</tomee .version>
52
51
</properties >
53
52
54
53
<modules >
You can’t perform that action at this time.
0 commit comments