diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-11-13 12:35:35 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-11-13 12:35:35 +0000 |
commit | 0ea5a54b95a67cf8c77020eabf544028f14b89f6 (patch) | |
tree | c53aacee697638b4fc12cce8182c99e08532a551 | |
parent | 51a8462d9a975331fe91dcb7fc24acc071f18283 (diff) |
Release aai/schema-service1.12.6
-rw-r--r-- | aai-annotations/pom.xml | 2 | ||||
-rw-r--r-- | aai-queries/pom.xml | 2 | ||||
-rw-r--r-- | aai-schema-gen/pom.xml | 2 | ||||
-rw-r--r-- | aai-schema-service/pom.xml | 2 | ||||
-rw-r--r-- | aai-schema/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index d01c820..0fdb060 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.6-SNAPSHOT</version> + <version>1.12.6</version> </parent> <artifactId>aai-annotations</artifactId> <name>aai-annotations</name> diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index a42c60c..e432c80 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.6-SNAPSHOT</version> + <version>1.12.6</version> </parent> <artifactId>aai-queries</artifactId> <name>aai-queries</name> diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index b7723e7..844cb29 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.6-SNAPSHOT</version> + <version>1.12.6</version> </parent> <artifactId>aai-schema-gen</artifactId> <name>aai-schema-gen</name> diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index eaef1e0..30dbe2f 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.6-SNAPSHOT</version> + <version>1.12.6</version> </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema-service</artifactId> diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 7588df7..b0ad242 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.6-SNAPSHOT</version> + <version>1.12.6</version> </parent> <artifactId>aai-schema</artifactId> <name>aai-schema</name> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.6-SNAPSHOT</version> + <version>1.12.6</version> <name>aai-schema-service</name> <packaging>pom</packaging> <modules> |