summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-25 16:37:57 +0200
committergjoranv <gv@oath.com>2018-05-25 16:37:57 +0200
commitf5e7bc3108a185c9c522dc96970025465ccd0906 (patch)
tree5c41af1376130100516e37b007ab88de50a22c7f /README.md
parentef25e5f024f7d9e28eafbfd76367c6edf851dfec (diff)
Use maven 3.5 (per now gives 3.5.0)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89bd7d95e59..d84ebbe4456 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ You can also setup CentOS 7 natively and install the following build dependencie
### Build Java modules
export MAVEN_OPTS="-Xms128m -Xmx1024m"
- source /opt/rh/rh-maven33/enable
+ source /opt/rh/rh-maven35/enable
bash bootstrap.sh java
mvn -T <num-threads> install