From a75785746eae33df07154cbaeb3472f90f7a44d2 Mon Sep 17 00:00:00 2001 From: mla Date: Sat, 4 Mar 2017 19:59:12 -0800 Subject: [PATCH] Updated group and project name. --- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 21e43b7..79e2e36 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'com.enonic.xp.app' app { name = project.appName displayName = project.displayName - vendorName = 'Enonic AS' + vendorName = 'Michael Lazell' vendorUrl = 'http://enonic.com' } diff --git a/gradle.properties b/gradle.properties index b8b2a02..f12be70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ # # Project settings # -group = com.enonic.tool +group = com.rubicksman.tool projectName = status -appName = com.enonic.tool.status +appName = com.rubicksman.tool.status displayName = Status xpVersion = 6.9.0 version = 1.0.0