diff options
Diffstat (limited to 'docs/modelingconcepts/test.rst')
-rw-r--r-- | docs/modelingconcepts/test.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modelingconcepts/test.rst b/docs/modelingconcepts/test.rst index cd29d88d9..afb273d52 100644 --- a/docs/modelingconcepts/test.rst +++ b/docs/modelingconcepts/test.rst @@ -74,10 +74,10 @@ the following command. mvn archetype:generate -DarchetypeGroupId=org.onap.ccsdk.cds.components.cba \ -DarchetypeArtifactId=archetype-blueprint \ - -DarchetypeVersion=1.4.0-SNAPSHOT \ + -DarchetypeVersion=1.5.0-SNAPSHOT \ -DgroupId=org.onap.ccsdk.cds.components.cba \ -DartifactId=testUat \ -Dversion=1.0-SNAPSHOT There you will find the above mentioned base class, sample class and resources you could use as a starting point for -writing UAT tests inside your own CBA.
\ No newline at end of file +writing UAT tests inside your own CBA. |