Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Koller2018-10-30 14:34:53 +0000
committerMatthias Koller2018-10-30 14:34:53 +0000
commitf0876deeaae288414c845ae6145c2ca7d131c329 (patch)
tree8bde3e44f1c08dba1b556eb756f8d9b273b522ff
parent977948ebbe90e98d9d1b9b689da8d5a295450cc8 (diff)
downloadorg.eclipse.mdm.api.base-f0876deeaae288414c845ae6145c2ca7d131c329.tar.gz
org.eclipse.mdm.api.base-f0876deeaae288414c845ae6145c2ca7d131c329.tar.xz
org.eclipse.mdm.api.base-f0876deeaae288414c845ae6145c2ca7d131c329.zip
Version 5.0.0M55.0.0M5
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 29cc999..e101f2a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@
description = 'MDM API - Base Model'
group = 'org.eclipse.mdm'
-version = '5.0.0M5-SNAPSHOT'
+version = '5.0.0M5'
apply plugin: 'java'
apply plugin: 'maven'

Back to the top