Rename netflix to netflix-modules
This commit is contained in:
parent
ad60d36ef5
commit
260cc150fd
|
@ -1,4 +1,4 @@
|
|||
## Netflix
|
||||
## Netflix Modules
|
||||
|
||||
This module contains articles about Netflix.
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>netflix</artifactId>
|
||||
<artifactId>netflix-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
|
@ -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>netflix</artifactId>
|
||||
<artifactId>netflix-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>Netflix</name>
|
||||
<name>Netflix Modules</name>
|
||||
<packaging>pom</packaging>
|
||||
<description>Module for Netflix projects</description>
|
||||
|
6
pom.xml
6
pom.xml
|
@ -588,7 +588,7 @@
|
|||
<module>mybatis</module>
|
||||
|
||||
<module>ninja</module>
|
||||
<module>netflix</module>
|
||||
<module>netflix-modules</module>
|
||||
|
||||
<module>optaplanner</module>
|
||||
<module>orika</module>
|
||||
|
@ -670,7 +670,7 @@
|
|||
</build>
|
||||
|
||||
<modules>
|
||||
<module>netflix</module>
|
||||
<module>netflix-modules</module>
|
||||
|
||||
<module>parent-boot-1</module>
|
||||
<module>parent-boot-2</module>
|
||||
|
@ -1221,7 +1221,7 @@
|
|||
<module>mybatis</module>
|
||||
|
||||
<module>ninja</module>
|
||||
<module>netflix</module>
|
||||
<module>netflix-modules</module>
|
||||
|
||||
<module>optaplanner</module>
|
||||
<module>orika</module>
|
||||
|
|
Loading…
Reference in New Issue