[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: updating pom.xml groups

This commit is contained in:
dupirefr
2020-02-22 10:43:54 +01:00
parent bf13fef960
commit e8b82dfcd4
10 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>org.baeldung</groupId>
<groupId>com.baeldung</groupId>
<artifactId>spring-cloud-stream</artifactId>
<name>spring-cloud-stream</name>
<packaging>pom</packaging>

View File

@@ -8,7 +8,7 @@
<description>Simple Spring Cloud Stream</description>
<parent>
<groupId>org.baeldung</groupId>
<groupId>com.baeldung</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>