Skip to content

Commit 19c296b

Browse files
committed
Refactoring structure -- WIP
1 parent bc6260e commit 19c296b

27 files changed

+126
-21
lines changed
File renamed without changes.

core/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<parent>
8+
<groupId>be.sddevelopment</groupId>
9+
<artifactId>modular-validators</artifactId>
10+
<version>1.0.0-SNAPSHOT</version>
11+
<relativePath>../pom.xml</relativePath>
12+
</parent>
13+
14+
<artifactId>core</artifactId>
15+
16+
17+
</project>

core/src/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)