Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a96abca

Browse files
committed
Merge pull request javaee-samples#352 from arjantijms/master
Updated TomEE version to 7.0.0
2 parents fff02d3 + ae578b3 commit a96abca

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@
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>

0 commit comments

Comments
 (0)