release logging-mock-service 4 of 6 54/69854/1
authorroot <frank.obrien@amdocs.com>
Thu, 4 Oct 2018 18:49:05 +0000 (14:49 -0400)
committerroot <frank.obrien@amdocs.com>
Thu, 4 Oct 2018 18:49:58 +0000 (14:49 -0400)
Change-Id: I88012d3acf215a58667470120b3d8bfb634b4cbe
Issue-ID: LOG-715
Signed-off-by: root <frank.obrien@amdocs.com>
pom.xml
reference/logging-demo/pom.xml
reference/logging-mock-service/pom.xml

diff --git a/pom.xml b/pom.xml
index 36ea45f..8317701 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,8 @@
     <!--module>reference/logging-slf4j</module-->
     <module>reference/logging-slf4j-demo</module>
     <module>reference/logging-library</module>
-    <!--module>reference/logging-mock-service</module-->
+    <module>reference/logging-mock-service</module>
+    <module>reference/logging-slf4j</module>
     <!--module>reference</module-->
     <!--  temp 1 branch release at a time -->
     <!-- module>pylog</module-->
index 07d8ce6..05215c8 100644 (file)
       </pluginManagement>
   </build>
     <dependencies>
-        <!-- dependency>
-            <groupId>org.onap.logging-analytics</groupId>
-            <artifactId>logging-library</artifactId>
-            <version>1.2.2-SNAPSHOT</version>
-        </dependency-->
         <dependency>
             <groupId>org.onap.logging-analytics</groupId>
             <artifactId>logging-mock-service</artifactId>
index 88ee4fe..6cc6e50 100644 (file)
@@ -12,7 +12,7 @@
   </parent>
   <groupId>org.onap.logging-analytics</groupId>
   <artifactId>logging-mock-service</artifactId>
-  <version>1.2.2-SNAPSHOT</version>
+  <version>1.2.2</version>
   <packaging>jar</packaging>
   <name>logging-mock-service</name> 
   <build>
         <dependency>
             <groupId>org.onap.logging-analytics</groupId>
             <artifactId>logging-library</artifactId>
-            <version>1.2.2-SNAPSHOT</version>
+            <version>1.2.2</version>
         </dependency>
-        <!-- dependency>
-            <groupId>org.onap.logging-analytics</groupId>
-            <artifactId>logging-slf4j</artifactId>
-            <version>1.2.2-SNAPSHOT</version>
-        </dependency-->
     </dependencies>
 </project>