Change the groupId and artifactId

This commit is contained in:
YuCheng Hu 2019-05-30 17:26:37 -04:00
parent 92c5c99dac
commit 38e273a5cb
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management' apply plugin: 'io.spring.dependency-management'
bootJar { bootJar {
baseName = 'gs-batch-processing' baseName = 'cwiki-us-spring-batch-processing'
version = '0.1.0' version = '0.1.0'
} }

View File

@ -3,8 +3,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId> <groupId>com.ossez</groupId>
<artifactId>gs-batch-processing</artifactId> <artifactId>cwiki-us-spring-batch-processing</artifactId>
<version>0.1.0</version> <version>0.1.0</version>
<parent> <parent>