diff --git a/README.md b/README.md index b61bacd..3da41e0 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ class Example { } ``` -For a more elaborate example see my [DBML-to-Avro-Translator](https://github.com/nilswende/dbml-avro). +For a more elaborate example see the [DBML-to-Avro-Translator](https://github.com/nilswende/dbml-avro). Maven dependency: ```xml io.github.nilswende dbml-java - 1.1.2 + 1.2.0 ``` diff --git a/pom.xml b/pom.xml index d8671c2..314085a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.nilswende dbml-java - 1.1.3-SNAPSHOT + 1.2.0 ${project.groupId}:${project.artifactId} DBML Parser for the JVM.