Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
nilswende committed Oct 29, 2024
1 parent c66f2f6 commit 2916f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>io.github.nilswende</groupId>
<artifactId>dbml-java</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.nilswende</groupId>
<artifactId>dbml-java</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>DBML Parser for the JVM.</description>
Expand Down

0 comments on commit 2916f33

Please sign in to comment.