diff options
author | Serban Jora <sj2381@att.com> | 2018-04-10 15:33:46 -0400 |
---|---|---|
committer | Serban Jora <sj2381@att.com> | 2018-04-10 16:02:37 -0400 |
commit | fd3287187e487d8b0789484def296074e985b7cb (patch) | |
tree | db5e50544ac9fa515be5a647a8489815131ab711 /javatoscachecker/pom.xml | |
parent | dc3ecc22915249d0fb542ab23b400abd6b5ef620 (diff) |
Add more unit testing
Unit testing for kwalify parser and validator and for domain model representation.
Fix oparent reference in pom in datse format in docker image tag.
Change-Id: Icca11ae7fc773cae3de910acb10fcacd51b909a4
Signed-off-by: Serban Jora <sj2381@att.com>
Issue-ID: MODELING-53
Signed-off-by: Serban Jora <sj2381@att.com>
Diffstat (limited to 'javatoscachecker/pom.xml')
-rw-r--r-- | javatoscachecker/pom.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/javatoscachecker/pom.xml b/javatoscachecker/pom.xml index 9a79429..a7df537 100644 --- a/javatoscachecker/pom.xml +++ b/javatoscachecker/pom.xml @@ -22,16 +22,23 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>0.1.1</version> + <version>1.1.0</version> <relativePath/> </parent> <groupId>org.onap.modeling.toscaparsers</groupId> <artifactId>checker</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>modeling-toscaparsers-javatoscachecker</name> - +<!-- + <scm> + <connection>scm:git:ssh://gerrit.onap.org:29418/modeling/toscaparsers.git</connection> + <developerConnection>scm:git:ssh://gerrit.onap.org:29418/modeling/toscaparsers.git</developerConnection> + <tag>HEAD</tag> + <url>https://wiki.onap.org/label/DW/modelling-project</url> + </scm> +--> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> @@ -121,7 +128,7 @@ <profiles> <profile> - <id>docker</id> + <id>docker</id> </profile> </profiles> |