Bump ONOS to 2.2 and build with Java 11
Change-Id: I215f7ca5cbded3acd9c440fe723f6f21d77f9ed5
diff --git a/app/app.xml b/app/app.xml
index 20a0392..6512e95 100644
--- a/app/app.xml
+++ b/app/app.xml
@@ -14,8 +14,10 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<app name="org.opencord.olt" origin="ON.Lab" version="${project.version}"
- category="Traffic Steering" url="http://onosproject.org" title="Optical Line Terminal App"
+<app name="org.opencord.olt" origin="Open Networking Foundation"
+ version="${project.version}"
+ category="Traffic Steering" url="http://onosproject.org"
+ title="Optical Line Terminal App"
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
features="${project.artifactId}" apps="org.opencord.sadis">
<description>${project.description}</description>