Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Koller2019-08-09 06:26:48 +0000
committerMatthias Koller2019-08-09 06:26:48 +0000
commita57ebdae1861e2382adb7bf028602d801c512e7d (patch)
tree64da363af499605284e34ed0d60ee4dcbff620eb
parentb7fea7b1c4ad77d87b89b62ce0483ef48930ff1d (diff)
downloadorg.eclipse.mdm.api.default-a57ebdae1861e2382adb7bf028602d801c512e7d.tar.gz
org.eclipse.mdm.api.default-a57ebdae1861e2382adb7bf028602d801c512e7d.tar.xz
org.eclipse.mdm.api.default-a57ebdae1861e2382adb7bf028602d801c512e7d.zip
Version 5.1.0M5-SNAPSHOT
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 0df3d72..eb3cede 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@
description = 'MDM API - Default Model'
group = 'org.eclipse.mdm'
-version = '5.1.0M4'
+version = '5.1.0M5-SNAPSHOT'
apply plugin: 'java'
apply plugin: 'maven'

Back to the top