-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#294 - Moved yaml modules to parent module
- Loading branch information
1 parent
c2c0462
commit ae4685b
Showing
92 changed files
with
21 additions
and
5,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions
18
configuration-parent/configuration-yaml-interpreter-parent/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
<parent> | ||
<groupId>com.github.starnowski.posmulten.configuration</groupId> | ||
<artifactId>configuration-parent</artifactId> | ||
<version>0.9.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>configuration-yaml-interpreter-parent</artifactId> | ||
<modules> | ||
<module>configuration-yaml-interpreter</module> | ||
<module>configuration-yaml-interpreter-functional-tests</module> | ||
</modules> | ||
|
||
</project> |
500 changes: 0 additions & 500 deletions
500
configuration-parent/configuration-yaml-interpreter/README.md
This file was deleted.
Oops, something went wrong.
175 changes: 0 additions & 175 deletions
175
configuration-parent/configuration-yaml-interpreter/pom.xml
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
...rc/main/java/com/github/starnowski/posmulten/configuration/yaml/IConfigurationMapper.java
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
...configuration/yaml/context/YamlConfigurationDefaultSharedSchemaContextBuilderFactory.java
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...ation/yaml/context/YamlConfigurationDefaultSharedSchemaContextBuilderFactorySupplier.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.