diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-01-08 18:33:58 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-01-08 18:33:58 +0000 |
commit | 6c8c031bb5353c611e733bddba165db90b6e13fd (patch) | |
tree | 682f01b345b7830a3a3afdd11b7baea541d62ad7 /lib | |
parent | 260359aaefb1d13f2e575f29ef4c27583350de93 (diff) |
Release ccsdk/features1.0.4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doorman/pom.xml | 4 | ||||
-rw-r--r-- | lib/rlock/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index 0dbab76e1..6a51774d5 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.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath>../..</relativePath> </parent> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 5f617ce19..15ed74e32 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.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath>../..</relativePath> </parent> |