diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-11-25 20:32:27 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-11-25 20:32:27 +0000 |
commit | 8ac8afa73a88a3020cda7ace86bcefc8a35a2522 (patch) | |
tree | 8872c92b3f7666f2ec9e3b9a4d4d9886fbc85629 /lib | |
parent | f88794b887842911b30a75afc53f87f660d1c1e7 (diff) |
Release ccsdk/features1.1.0
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 a9d4e8bcf..d1d8dbe32 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.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../..</relativePath> </parent> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 10fedc032..644e053eb 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.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>../..</relativePath> </parent> |