Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Koller2019-08-09 06:19:03 +0000
committerMatthias Koller2019-08-09 06:19:03 +0000
commit72061b183fe5f3ff37f81ecca88a67f31455380a (patch)
treea86a59d04bba488b6aa3149505bc547f0be9725c
parent414a80b347a40b260d6bd8663b07e183523fffec (diff)
downloadorg.eclipse.mdm.api.odsadapter-72061b183fe5f3ff37f81ecca88a67f31455380a.tar.gz
org.eclipse.mdm.api.odsadapter-72061b183fe5f3ff37f81ecca88a67f31455380a.tar.xz
org.eclipse.mdm.api.odsadapter-72061b183fe5f3ff37f81ecca88a67f31455380a.zip
Version 5.1.0M45.1.0M4
Signed-off-by: Matthias Koller <m.koller@peak-solution.de>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f4d2bb2..9681d4c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@
description = 'MDM API - ODSAdapter'
group = 'org.eclipse.mdm'
-version = '5.1.0M4-SNAPSHOT'
+version = '5.1.0M4'
apply plugin: 'java'
apply plugin: 'maven'

Back to the top