From fd5aca34476a74639f10c58c58c62576cdd02946 Mon Sep 17 00:00:00 2001 From: Mario David Date: Wed, 28 Jun 2017 12:56:12 +0200 Subject: [PATCH] cuba-component-runtime-diagnose 0.1.0 released --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f5a820d..cde3dc5 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ apply(plugin: 'cuba') cuba { artifact { group = 'de.diedavids.cuba.runtimediagnose' - version = '0.1' - isSnapshot = true + version = '0.1.0' + isSnapshot = false } tomcat { dir = "$project.rootDir/deploy/tomcat"