release version 1.3.0-SNAPSHOT

Change-Id: I9a4bbd269fd0bae944aa04ee8850c6ec3d17d358
diff --git a/pom.xml b/pom.xml
index a151675..11d46d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,20 +22,20 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>1.8.0</version>
+        <version>1.10.3</version>
         <relativePath></relativePath>
     </parent>
 
     <groupId>org.opencord</groupId>
     <artifactId>aaa</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>ONOS authentication application</description>
 
     <properties>
         <onos.app.name>org.opencord.aaa</onos.app.name>
-        <onos.version>1.8.0</onos.version>
+        <onos.version>1.10.3</onos.version>
         <onos.app.title>AAA App</onos.app.title>
         <onos.app.category>Security</onos.app.category>
         <onos.app.url>http://opencord.org</onos.app.url>
@@ -44,8 +44,10 @@
               org.onosproject.olt,
               org.opencord.sadis
         </onos.app.requires>
-        <sadis.api.version>1.0.0-SNAPSHOT</sadis.api.version>
-	<olt.api.version>1.2.0-SNAPSHOT</olt.api.version>
+        <sadis.api.version>1.1.0-SNAPSHOT</sadis.api.version>
+	<olt.api.version>1.3.0-SNAPSHOT</olt.api.version>
+        <!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 -->
+        <onos-build-conf.version>1.10.3-onf</onos-build-conf.version>
     </properties>
 
     <dependencies>
diff --git a/src/main/java/org/opencord/aaa/AaaResetDeviceCommand.java b/src/main/java/org/opencord/aaa/AaaResetDeviceCommand.java
index f58d3de..f5b4e43 100644
--- a/src/main/java/org/opencord/aaa/AaaResetDeviceCommand.java
+++ b/src/main/java/org/opencord/aaa/AaaResetDeviceCommand.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Laboratory
+ * Copyright 2017-present Open Networking Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.