diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-09-08 16:31:53 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-09-08 16:31:53 +0000 |
commit | 6c789d1ea303f3c32a993c0157720d7d3a810a8d (patch) | |
tree | 768f32a52db5218624b6ccb8a2a14f759d5f2a1c /lib | |
parent | 1ec2a8d3be78a5aba4ba311e917b8d09cf57d7e9 (diff) |
Release ccsdk/features1.2.1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doorman/pom.xml | 4 | ||||
-rw-r--r-- | lib/network-prioritization/pom.xml | 2 | ||||
-rw-r--r-- | lib/rlock/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index 567c637ce..c158d48f2 100644 --- a/lib/doorman/pom.xml +++ b/lib/doorman/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath>../..</relativePath> </parent> @@ -28,7 +28,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/lib/network-prioritization/pom.xml b/lib/network-prioritization/pom.xml index 732b85d63..ba744522a 100644 --- a/lib/network-prioritization/pom.xml +++ b/lib/network-prioritization/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath>../../</relativePath> </parent> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 614bd3813..55008ea82 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath>../..</relativePath> </parent> |