Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Koller2018-09-28 11:39:30 +0000
committerMatthias Koller2018-09-28 11:39:30 +0000
commit5aef15b3186ff4d8db5af8894506eee6b3cf5b1d (patch)
tree92ca997c1405593d71f4fd9c25ea14e6a7801c57
parentc5f9c6d297f3c1d18397f37a299fbfea315e688e (diff)
downloadorg.eclipse.mdm.api.base-5aef15b3186ff4d8db5af8894506eee6b3cf5b1d.tar.gz
org.eclipse.mdm.api.base-5aef15b3186ff4d8db5af8894506eee6b3cf5b1d.tar.xz
org.eclipse.mdm.api.base-5aef15b3186ff4d8db5af8894506eee6b3cf5b1d.zip
Version 5.0.0M45.0.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 d06161b..f148219 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@
description = 'MDM API - Base Model'
group = 'org.eclipse.mdm'
-version = '5.0.0M4-SNAPSHOT'
+version = '5.0.0M4'
apply plugin: 'java'
apply plugin: 'maven'

Back to the top