diff options
author | Jose <jose@zeroc.com> | 2016-03-10 15:39:08 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-10 15:39:08 +0100 |
commit | c11abffddf7c1c440118a6c67e8ceea5062f0993 (patch) | |
tree | d5c6c9f76372f85e3e8d7f60a17ab72d2a2731ad /java/test | |
parent | Fixed ICE-7010 - Fixed bug with dynamicaly registered replica groups (diff) | |
download | ice-c11abffddf7c1c440118a6c67e8ceea5062f0993.tar.bz2 ice-c11abffddf7c1c440118a6c67e8ceea5062f0993.tar.xz ice-c11abffddf7c1c440118a6c67e8ceea5062f0993.zip |
Update version to 3.6.2
Diffstat (limited to 'java/test')
-rw-r--r-- | java/test/ejb/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/ejb/README.md b/java/test/ejb/README.md index e3d80f85fe6..9d044971941 100644 --- a/java/test/ejb/README.md +++ b/java/test/ejb/README.md @@ -42,7 +42,7 @@ directory, for example: $ export JBOSS_HOME=$HOME/EnterprisePlatform-5.1.2/jboss-eap-5.1/jboss-as/ If Ice isn't installed in the default location set the ICE_HOME -environment variable to your Ice 3.6.1 installation directory. +environment variable to your Ice 3.6.2 installation directory. Run ant to build and deploy the application: |