diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-04-10 13:47:40 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-04-10 13:47:40 +0000 |
commit | 03d9e0364503d26300aa8edda17740aeeac89d73 (patch) | |
tree | 93247ee4b1bbf1e93551e1b8dcfe7de24cc1b3ba | |
parent | ebb52fd8fa205c730c3ee19e9ee33dac8cde3c20 (diff) |
Release aai/logging-service1.13.0
-rw-r--r-- | common-logging/pom.xml | 4 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 4 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index affe501..1b76b13 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.0</version> </parent> @@ -36,7 +36,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.0</version> </dependency> </dependencies> </project> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c147a36..32a7447 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.0</version> </parent> @@ -38,7 +38,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.0</version> </dependency> <!-- EELF logging library --> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 49752ba..1634e7d 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.0</version> </parent> @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.0</version> <name>aai-logging-service</name> <properties> |