Merge pull request #8465 from binary-joe/master

Rename netflix to netflix-modules
This commit is contained in:
Josh Cummings 2020-01-04 12:44:22 -07:00 committed by GitHub
commit 4d2497efc8
7 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
## Netflix
## Netflix Modules
This module contains articles about Netflix.

View File

@ -10,7 +10,7 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>netflix</artifactId>
<artifactId>netflix-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

View File

@ -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>

View File

@ -586,8 +586,9 @@
<!-- <module>muleesb</module> --> <!-- Fixing in BAEL-10878 -->
<module>mustache</module>
<module>mybatis</module>
<module>ninja</module>
<module>netflix</module>
<module>netflix-modules</module>
<module>optaplanner</module>
<module>orika</module>
@ -669,7 +670,7 @@
</build>
<modules>
<module>netflix</module>
<module>netflix-modules</module>
<module>parent-boot-1</module>
<module>parent-boot-2</module>
@ -1218,8 +1219,9 @@
<!-- <module>muleesb</module> --> <!-- Fixing in BAEL-10878 -->
<module>mustache</module>
<module>mybatis</module>
<module>ninja</module>
<module>netflix</module>
<module>netflix-modules</module>
<module>optaplanner</module>
<module>orika</module>