Skip to content

Commit 74d1bc1

Browse files
committed
update artifictId in pom file
1 parent bbf1368 commit 74d1bc1

10 files changed

Lines changed: 19 additions & 19 deletions

File tree

ddd-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.baeldung.dddmodules</groupId>
8-
<artifactId>dddmodules</artifactId>
8+
<artifactId>ddd-modules</artifactId>
99
<version>1.0</version>
1010
<name>ddd-modules</name>
1111
<packaging>pom</packaging>

jgit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>JGit</artifactId>
5+
<artifactId>jgit</artifactId>
66
<version>1.0-SNAPSHOT</version>
7-
<name>JGit</name>
7+
<name>jgit</name>
88
<packaging>jar</packaging>
99
<url>http://maven.apache.org</url>
1010

persistence-modules/r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.baeldung.examples.r2dbc</groupId>
77
<artifactId>r2dbc-example</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
9-
<name>r2dbc-example</name>
9+
<name>r2dbc</name>
1010
<description>Sample R2DBC Project</description>
1111

1212
<parent>

persistence-modules/sirix/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.sirix</groupId>
7-
<artifactId>core-api-tutorial</artifactId>
7+
<artifactId>sirix</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<name>core-api-tutorial</name>
1010
<packaging>jar</packaging>

quarkus-extension/quarkus-liquibase/deployment/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>quarkus-liquibase-deployment</artifactId>
7-
<name>quarkus-liquibase-deployment</name>
6+
<artifactId>deployment</artifactId>
7+
<name>deployment</name>
88

99
<parent>
1010
<groupId>com.baeldung.quarkus.liquibase</groupId>
@@ -58,4 +58,4 @@
5858
<compiler.plugin.version>3.8.1</compiler.plugin.version>
5959
</properties>
6060

61-
</project>
61+
</project>

quarkus-extension/quarkus-liquibase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.quarkus.liquibase</groupId>
77
<artifactId>quarkus-liquibase-parent</artifactId>
8-
<name>quarkus-liquibase-parent</name>
8+
<name>quarkus-liquibase</name>
99
<packaging>pom</packaging>
1010

1111
<parent>
@@ -23,4 +23,4 @@
2323
<quarkus.version>1.0.0.Final</quarkus.version>
2424
</properties>
2525

26-
</project>
26+
</project>

quarkus-extension/quarkus-liquibase/runtime/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>quarkus-liquibase-runtime</artifactId>
6-
<name>quarkus-liquibase-runtime</name>
5+
<artifactId>runtime</artifactId>
6+
<name>runtime</name>
77

88
<parent>
99
<groupId>com.baeldung.quarkus.liquibase</groupId>
@@ -70,4 +70,4 @@
7070
<liquibase.version>3.8.1</liquibase.version>
7171
</properties>
7272

73-
</project>
73+
</project>

spring-cloud/spring-cloud-openfeign/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.baeldung.cloud</groupId>
6-
<artifactId>openfeign</artifactId>
6+
<artifactId>spring-cloud-openfeign</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>openfeign</name>
8+
<name>spring-cloud-openfeign</name>
99
<description>OpenFeign project for Spring Boot</description>
1010

1111
<parent>

spring-cloud/spring-cloud-task/springcloudtasksink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>SpringCloudTaskSink</artifactId>
6-
<name>SpringCloudTaskSink</name>
5+
<artifactId>springcloudtasksink</artifactId>
6+
<name>springcloudtasksink</name>
77
<packaging>jar</packaging>
88
<description>Demo project for Spring Boot</description>
99

twitter4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>Twitter4J</artifactId>
6-
<name>Twitter4J</name>
5+
<artifactId>twitter4J</artifactId>
6+
<name>twitter4J</name>
77
<packaging>jar</packaging>
88

99
<parent>

0 commit comments

Comments
 (0)