aboutsummaryrefslogtreecommitdiffstats
path: root/pylog/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pylog/pom.xml')
-rw-r--r--pylog/pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/pylog/pom.xml b/pylog/pom.xml
index f68151a..a8a6606 100644
--- a/pylog/pom.xml
+++ b/pylog/pom.xml
@@ -11,21 +11,21 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
-<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">
+<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>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>2.0.0</version>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-analytics</artifactId>
+ <version>1.6.10-SNAPSHOT</version>
</parent>
- <groupId>org.onap.logging-analytics</groupId>
- <modelVersion>4.0.0</modelVersion>
+
<artifactId>logging-pylog</artifactId>
- <version>1.6.1</version>
<packaging>pom</packaging>
- <name>logging-pylog</name>
+
+ <name>logging-analytics :: ${project.artifactId}</name>
<description>onap python logging library</description>
+
<build>
<plugins>
<plugin>