diff options
-rw-r--r-- | LICENSE.txt | 12 | ||||
-rw-r--r-- | sdclient/pom.xml | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..67a5857 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,12 @@ +Licensed under the Apache License, Version 2.0 (the "License"); you may +not use this file except in compliance with the License. + +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations +under the License.
\ No newline at end of file diff --git a/sdclient/pom.xml b/sdclient/pom.xml index 237bd6c..4d5bc7c 100644 --- a/sdclient/pom.xml +++ b/sdclient/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.onap.msb.discovery</groupId> <artifactId>msb-discovery-parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.msb.discovery</groupId> |