summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-11 09:04:03 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-11 09:04:03 -0400
commit700bb92a8236fc1a37390c8f2d745f1f7864d7a1 (patch)
tree418cd594b2be553f28a43990df78483e0a558e00
parent0b977a0ed96bee108035880fd6d855c3df963f70 (diff)
Remove snapshot dependencies
Remove snapshot dependencies on logging-analytics Change-Id: If9ebc6e4ca50c53a48bee2ac97d44e540e8f0e59 Issue-ID: SDNC-477 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--pomba/network-discovery-api/pom.xml2
-rw-r--r--pomba/network-discovery/pom.xml2
-rw-r--r--pomba/service-decomposition/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml
index 0d497a2..2e6a470 100644
--- a/pomba/network-discovery-api/pom.xml
+++ b/pomba/network-discovery-api/pom.xml
@@ -41,7 +41,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml
index 99610ba..62227df 100644
--- a/pomba/network-discovery/pom.xml
+++ b/pomba/network-discovery/pom.xml
@@ -86,7 +86,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<exclusions>
<exclusion>
<groupId>com.att.eelf</groupId>
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml
index 7f70f47..4f127da 100644
--- a/pomba/service-decomposition/pom.xml
+++ b/pomba/service-decomposition/pom.xml
@@ -88,7 +88,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<exclusions>
<exclusion>
<groupId>com.att.eelf</groupId>