diff --git a/README.md b/README.md index def0952..80f40b6 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# las2peer-api-test-model +# las2peer API Test Model + +This model allows describing REST API tests (for las2peer services). +Java JUnit test code can be generated for these tests using the [CAE-Code-Generation-Service](https://github.com/rwth-acis/CAE-Code-Generation-Service). diff --git a/lib/build.gradle b/lib/build.gradle index 170143c..12c4da2 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -22,7 +22,7 @@ publishing { maven(MavenPublication) { groupId = 'i5' artifactId = 'las2peer-api-test-model' - version = '0.1.9' + version = '1.0.0' from components.java }