diff options
-rw-r--r-- | pomba/network-discovery-api/pom.xml | 2 | ||||
-rw-r--r-- | pomba/network-discovery/pom.xml | 2 | ||||
-rw-r--r-- | pomba/service-decomposition/pom.xml | 2 |
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> |