Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Koller2018-07-20 13:22:32 +0000
committerMatthias Koller2018-07-20 13:22:32 +0000
commit1a9a9bbb940e822a3efc191ddd219aaf65d62053 (patch)
treede3dc01f3722355ef01f044698d174c46767d4c2
parentdb86725d6f4125cefb546a328f26e6176b04c337 (diff)
downloadorg.eclipse.mdm.api.base-1a9a9bbb940e822a3efc191ddd219aaf65d62053.tar.gz
org.eclipse.mdm.api.base-1a9a9bbb940e822a3efc191ddd219aaf65d62053.tar.xz
org.eclipse.mdm.api.base-1a9a9bbb940e822a3efc191ddd219aaf65d62053.zip
Version 5.0.0M25.0.0M2
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 428a1e1..72035f0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@
description = 'MDM API - Base Model'
group = 'org.eclipse.mdm'
-version = '5.0.0M2-SNAPSHOT'
+version = '5.0.0M2'
apply plugin: 'java'
apply plugin: 'maven'

Back to the top