Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
rename example modules so as to not clash with modules in the framework
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Nov 20, 2017
1 parent 09ef184 commit 7a0b17b
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<module>catalog-generation</module>
<module>catalog-generation-plugin-it</module>
<module>schema-service</module>
<module>example-context</module>
<module>schema-example-context</module>
</modules>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions example-context/pom.xml → schema-example-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<packaging>pom</packaging>

<modules>
<module>example-command-api</module>
<module>schema-example-command-api</module>
<module>example-standards</module>
<module>example-integration-test</module>
</modules>

</project>
</project>

0 comments on commit 7a0b17b

Please sign in to comment.