release logging-lib/slf4jdemo 2/3 of 6 60/69760/1
authorroot <frank.obrien@amdocs.com>
Wed, 3 Oct 2018 15:45:39 +0000 (11:45 -0400)
committerroot <frank.obrien@amdocs.com>
Wed, 3 Oct 2018 15:46:03 +0000 (11:46 -0400)
Change-Id: I60bbc57f524433936fd4f5112241353911e15fd1
Issue-ID: LOG-715
Signed-off-by: root <frank.obrien@amdocs.com>
pom.xml
reference/logging-library/.classpath
reference/logging-library/pom.xml
reference/logging-mock-service/.classpath
reference/logging-slf4j-demo/pom.xml

diff --git a/pom.xml b/pom.xml
index 5c50ff6..36ea45f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <name>logging-analytics</name>
   <url>http://maven.apache.org</url>
   <modules>
-    <module>reference/logging-slf4j</module>
+    <!-- temp build all leaf modules and thos dependent on logging-slf4j.jar:1.2.2 - without dependencies on each other-->
+    <!--module>reference/logging-slf4j</module-->
+    <module>reference/logging-slf4j-demo</module>
+    <module>reference/logging-library</module>
+    <!--module>reference/logging-mock-service</module-->
     <!--module>reference</module-->
     <!--  temp 1 branch release at a time -->
     <!-- module>pylog</module-->
   </modules>
-  <!-- 
-     branches: root/reference/demo/
-   -->
 </project>
index 7a80cdf..0fcb38f 100644 (file)
@@ -9,7 +9,6 @@
        <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
                <attributes>
                        <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="org.eclipse.jst.component.nondependency" value=""/>
                </attributes>
        </classpathentry>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
index a54460d..64d8089 100644 (file)
@@ -81,7 +81,7 @@
           <dependency>
             <groupId>org.onap.logging-analytics</groupId>
             <artifactId>logging-slf4j</artifactId>
-            <version>1.2.2-SNAPSHOT</version>
+            <version>1.2.2</version>
         </dependency>
                <dependency>
             <groupId>org.springframework</groupId>
index f941705..9ccdc5e 100644 (file)
@@ -20,7 +20,6 @@
        <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
                <attributes>
                        <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="org.eclipse.jst.component.nondependency" value=""/>
                </attributes>
        </classpathentry>
        <classpathentry kind="output" path="target/classes"/>
index 48d61db..5f6fb5e 100644 (file)
@@ -24,7 +24,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>logging-slf4j</artifactId>
-            <version>${project.version}</version>
+            <version>1.2.2</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>