Renaming apps-metadata to apps-build

This commit is contained in:
Soby Chacko
2020-05-04 18:01:34 -04:00
parent 45fb7a55d2
commit d0e8f2bffd
84 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>apps-metadata</artifactId>
<artifactId>apps-build</artifactId>
<version>Fahrenheit.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -10,7 +10,7 @@
<modules>
<module>apps-core</module>
<module>apps-metadata</module>
<module>apps-build</module>
<module>source</module>
<module>sink</module>
<module>processor</module>