From 5abebc01753a696de8fab1f78f9d9b4362ad0c79 Mon Sep 17 00:00:00 2001 From: artem-v Date: Tue, 29 Jul 2025 12:15:00 +0300 Subject: [PATCH] Added missing project name --- config-examples/pom.xml | 5 ++++- config-vault/pom.xml | 5 ++++- config/pom.xml | 5 ++++- pom.xml | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/config-examples/pom.xml b/config-examples/pom.xml index 3334f31..03df2a0 100644 --- a/config-examples/pom.xml +++ b/config-examples/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -9,6 +11,7 @@ scalecube-config-examples + ${project.artifactId} diff --git a/config-vault/pom.xml b/config-vault/pom.xml index ab44ccd..cf9f883 100644 --- a/config-vault/pom.xml +++ b/config-vault/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -9,6 +11,7 @@ scalecube-config-vault + ${project.artifactId} diff --git a/config/pom.xml b/config/pom.xml index dde4701..e1ab253 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -9,6 +11,7 @@ scalecube-config + ${project.artifactId} diff --git a/pom.xml b/pom.xml index e7d35fc..560150f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -11,6 +13,7 @@ scalecube-config-parent 0.5.3-SNAPSHOT pom + ${project.artifactId} ScaleCube Config is a configuration management library for JVM based distributed applications.