Change the groupId and artifactId
This commit is contained in:
parent
92c5c99dac
commit
38e273a5cb
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
4
pom.xml
4
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>gs-batch-processing</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>cwiki-us-spring-batch-processing</artifactId>
|
||||
<version>0.1.0</version>
|
||||
|
||||
<parent>
|
||||
|
|
Loading…
Reference in New Issue