aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-library/pom.xml
diff options
context:
space:
mode:
authorroot <frank.obrien@amdocs.com>2018-10-02 17:37:47 -0400
committerroot <frank.obrien@amdocs.com>2018-10-02 17:45:28 -0400
commit2d71e9cc98548ad6ffe75c4b2f46a6217a16473b (patch)
treebeedc94eff2ec70a0ebec2fc74e380c4f5604241 /reference/logging-library/pom.xml
parentbcf54ba17eb8b97b59d48cc06bce8cc43db0f441 (diff)
release pom branch leaf slf4j
Change-Id: I7eda4a8fa90bec469c89b5bd6f18a76769a60e9c Issue-ID: LOG-715 Signed-off-by: root <frank.obrien@amdocs.com>
Diffstat (limited to 'reference/logging-library/pom.xml')
-rw-r--r--reference/logging-library/pom.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml
index 547ff43..a54460d 100644
--- a/reference/logging-library/pom.xml
+++ b/reference/logging-library/pom.xml
@@ -1,19 +1,24 @@
<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>
+ <!-- parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
<version>1.2.2-SNAPSHOT</version>
- </parent>
-
+ </parent-->
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.2.1</version>
+ </parent>
+ <groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-library</artifactId>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>logging-library</name>
<properties>
<spring.version>4.3.6.RELEASE</spring.version>
- <logback.version>1.2.3</logback.version>
- <onap.version>1.2.2-SNAPSHOT</onap.version>
+ <logback.version>1.2.3</logback.version>
</properties>
<build>
@@ -76,7 +81,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>${onap.version}</version>
+ <version>1.2.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>