From 38e273a5cb0630c62e807db455d835417aa3d6a8 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 30 May 2019 17:26:37 -0400 Subject: [PATCH] Change the groupId and artifactId --- build.gradle | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ce09b09e9e..76be3c269e 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' bootJar { - baseName = 'gs-batch-processing' + baseName = 'cwiki-us-spring-batch-processing' version = '0.1.0' } diff --git a/pom.xml b/pom.xml index ad66bce4da..828ae79f69 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework - gs-batch-processing + com.ossez + cwiki-us-spring-batch-processing 0.1.0