diff --git a/README.md b/README.md index a5e62c2..95267af 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Add the following dependencies and configuration class to enable this plugin. ```groovy dependencies { // Provides the documentation API - implementation 'io.github.springwolf:springwolf-kafka:0.1.1' + implementation 'io.github.springwolf:springwolf-kafka:0.2.0' // Provides the UI - optional (recommended) - runtimeOnly 'io.github.springwolf:springwolf-ui:0.1.1' + runtimeOnly 'io.github.springwolf:springwolf-ui:0.3.0' } ``` @@ -85,8 +85,8 @@ The basePackage field must be set with the name of the package containing the cl annotated methods. #### Verify -If you have included the UI dependency, access it with the following url: `localhost:8080/asyncapi-ui.html`. -If not, try the following endpoint: `localhost:8080/asyncapi/docs`. +If you have included the UI dependency, access it with the following url: `localhost:8080/springwolf/asyncapi-ui.html`. +If not, try the following endpoint: `localhost:8080/springwolf/docs`. ### Example Project diff --git a/springwolf-kafka-example/build.gradle b/springwolf-kafka-example/build.gradle index 8b56873..a1176d9 100644 --- a/springwolf-kafka-example/build.gradle +++ b/springwolf-kafka-example/build.gradle @@ -7,7 +7,7 @@ plugins { } sourceCompatibility = '1.8' -version '0.1.1' +version '0.2.0' repositories { diff --git a/springwolf-kafka-example/docker-compose.yml b/springwolf-kafka-example/docker-compose.yml index a59f610..e601109 100644 --- a/springwolf-kafka-example/docker-compose.yml +++ b/springwolf-kafka-example/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: app: - image: stavshamir/springwolf-kafka-example:0.1.1 + image: stavshamir/springwolf-kafka-example:0.2.0 links: - kafka environment: diff --git a/springwolf-kafka-plugin/build.gradle b/springwolf-kafka-plugin/build.gradle index ef1e724..e1eb3ad 100644 --- a/springwolf-kafka-plugin/build.gradle +++ b/springwolf-kafka-plugin/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'io.github.springwolf' -version '0.1.1' +version '0.2.0' sourceCompatibility = 1.8 repositories {