Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Koller2019-04-25 14:10:41 +0000
committerMatthias Koller2019-04-25 14:10:41 +0000
commita79a128bea88404d54d31df0a8f689babf7fd06a (patch)
tree7583120f3015b4283160ec60cbe009884ef62f46
parent0f4b95322c2bf660c0fb1073639fb31be4170c5d (diff)
downloadorg.eclipse.mdm.api.odsadapter-a79a128bea88404d54d31df0a8f689babf7fd06a.tar.gz
org.eclipse.mdm.api.odsadapter-a79a128bea88404d54d31df0a8f689babf7fd06a.tar.xz
org.eclipse.mdm.api.odsadapter-a79a128bea88404d54d31df0a8f689babf7fd06a.zip
Version 5.1.0M35.1.0M3
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 58d2d90..a6abfb7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@
description = 'MDM API - ODSAdapter'
group = 'org.eclipse.mdm'
-version = '5.1.0M3-SNAPSHOT'
+version = '5.1.0M3'
apply plugin: 'java'
apply plugin: 'maven'

Back to the top