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'
|
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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
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">
|
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>
|
||||||
|
|
Loading…
Reference in New Issue