summaryrefslogtreecommitdiffstats
path: root/reference/pom.xml
diff options
context:
space:
mode:
authorMichael O'Brien <frank.obrien@amdocs.com>2018-01-28 22:40:06 -0500
committerMichael O'Brien <frank.obrien@amdocs.com>2018-01-29 16:39:00 -0500
commit1f44731975d5a90d546bf5f4008f26920910ab8c (patch)
treef37f00e5f64791103436ef99ab4063e50c01596f /reference/pom.xml
parentfdd8de8305343fd63347fcd7757577aab52a483a (diff)
log RI kubernetes and docker devops
initial demo docker and kubernetes infra Change-Id: I5daf744ee8f4ab9b824576209fd61dec0f41a5c2 Issue-ID: LOG-137 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'reference/pom.xml')
-rw-r--r--reference/pom.xml17
1 files changed, 6 insertions, 11 deletions
diff --git a/reference/pom.xml b/reference/pom.xml
index a52ff5f..b3f99ba 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -2,25 +2,20 @@
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>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-analytics</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
-
- <groupId>org.onap.logging</groupId>
<artifactId>logging-reference</artifactId>
<packaging>pom</packaging>
- <version>1.2.0-SNAPSHOT</version>
<name>logging-reference</name>
-
- <url>http://maven.apache.org</url>
-
+ <url>http://maven.apache.org</url>
<modules>
<module>logging-demo</module>
<module>logging-library</module>
<module>logging-mock-service</module>
- <!--module>logging-demo-docker</module>
- <module>logging-traffic-generator</module-->
+ <module>logging-docker-root</module>
+ <module>logging-kubernetes</module>
</modules>
<build>
<pluginManagement>