From e89a3f7e94669c560a73737e829018887506609c Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Thu, 30 Jan 2025 12:06:22 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8a27b0c9..a52a47dd 100644 --- a/readme.md +++ b/readme.md @@ -42,17 +42,17 @@ In order to build and run the OData framework on your pc the following is requir If above pre-requisites are met building is as simple as running the following command `mvn clean install` # Maven Artifacts -``` +```xml com.sdl odata_service - 2.0.4 + 2.13.0 com.sdl odata_common - 2.0.4 + 2.13.0 ```