diff options
author | DR695H <dr695h@att.com> | 2017-09-08 15:20:22 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-09-08 16:52:45 -0400 |
commit | eb3dd6058923dd3e8a09ff0505b192b4fab01bc5 (patch) | |
tree | e4423e2301a5955ea8d70f1b41f62ac8306f3d5a /pom.xml | |
parent | b0da2071d2058a064f46792fdf3f269ed1490282 (diff) |
[TEST-48] create a parent for python in oparent
This allows python projects to inherit common stuff from this
Change-Id: Ifea061e33be75237ebe459fc7481d32cdbcc2182
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ <module>checkstyle</module> <module>license</module> <module>oparent</module> + <module>oparent-python</module> </modules> <properties> <maven.compiler.source>1.8</maven.compiler.source> |