aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>2017-07-14 17:15:20 -0400
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>2017-07-14 19:42:03 -0400
commit7e7893afa429630ca9bd2ddded26d66273aa16c0 (patch)
treeb46a86c91092e1eedb3d24917c27fbadc55ca653 /aai-core/pom.xml
parent323c3c56919bf25a3df9bffffd9bf5bc66fd5017 (diff)
[AAI-50] Add support for v11 version APIs
updated swagger html generation to generate v11 Added to introspection version v11. Update latest aaipropertes to v11 Created v10 versioned edge rules.java Created v11 oxm using the v10 oxm Change-Id: Ic56e86b15b8b18fa1ac70dfba5f7e08f58df843f Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index fb0b985d..902ca0f8 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -22,7 +22,7 @@
<sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
<sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
- <gendoc.version>v10</gendoc.version>
+ <gendoc.version>v11</gendoc.version>
<aai.wiki.link>https://wiki.onap.org/</aai.wiki.link>
</properties>
<profiles>