Merge pull request #9085 from amit2103/JAVA-1199
update artifactId in pom file
This commit is contained in:
commit
ed1f9a81ba
|
@ -5,7 +5,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.dddmodules</groupId>
|
||||
<artifactId>dddmodules</artifactId>
|
||||
<artifactId>ddd-modules</artifactId>
|
||||
<version>1.0</version>
|
||||
<name>ddd-modules</name>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>JGit</artifactId>
|
||||
<artifactId>jgit</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>JGit</name>
|
||||
<name>jgit</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>com.baeldung.examples.r2dbc</groupId>
|
||||
<artifactId>r2dbc-example</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>r2dbc-example</name>
|
||||
<name>r2dbc</name>
|
||||
<description>Sample R2DBC Project</description>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.sirix</groupId>
|
||||
<artifactId>core-api-tutorial</artifactId>
|
||||
<artifactId>sirix</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>core-api-tutorial</name>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>quarkus-liquibase-deployment</artifactId>
|
||||
<name>quarkus-liquibase-deployment</name>
|
||||
<artifactId>deployment</artifactId>
|
||||
<name>deployment</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung.quarkus.liquibase</groupId>
|
||||
|
@ -58,4 +58,4 @@
|
|||
<compiler.plugin.version>3.8.1</compiler.plugin.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.quarkus.liquibase</groupId>
|
||||
<artifactId>quarkus-liquibase-parent</artifactId>
|
||||
<name>quarkus-liquibase-parent</name>
|
||||
<name>quarkus-liquibase</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
|
@ -23,4 +23,4 @@
|
|||
<quarkus.version>1.0.0.Final</quarkus.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>quarkus-liquibase-runtime</artifactId>
|
||||
<name>quarkus-liquibase-runtime</name>
|
||||
<artifactId>runtime</artifactId>
|
||||
<name>runtime</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung.quarkus.liquibase</groupId>
|
||||
|
@ -70,4 +70,4 @@
|
|||
<liquibase.version>3.8.1</liquibase.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.cloud</groupId>
|
||||
<artifactId>openfeign</artifactId>
|
||||
<artifactId>spring-cloud-openfeign</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>openfeign</name>
|
||||
<name>spring-cloud-openfeign</name>
|
||||
<description>OpenFeign project for Spring Boot</description>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>SpringCloudTaskSink</artifactId>
|
||||
<name>SpringCloudTaskSink</name>
|
||||
<artifactId>springcloudtasksink</artifactId>
|
||||
<name>springcloudtasksink</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>Twitter4J</artifactId>
|
||||
<name>Twitter4J</name>
|
||||
<artifactId>twitter4J</artifactId>
|
||||
<name>twitter4J</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<parent>
|
||||
|
|
Loading…
Reference in New Issue