Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBodewig committed Aug 28, 2023
1 parent 5537a8c commit 54a9e13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Available on Maven Central](https://img.shields.io/maven-central/v/dev.bodewig.db2ascii/db2ascii?label=Available%20on%20Maven%20Central)](https://central.sonatype.com/artifact/dev.bodewig.db2ascii/db2ascii)

# db2ascii

A small utility to quickly dump your database query results as a formatted ascii table.
Expand All @@ -23,7 +25,7 @@ A small utility to quickly dump your database query results as a formatted ascii
<dependency>
<groupId>dev.bodewig.db2ascii</groupId>
<artifactId>db2ascii</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.bodewig.db2ascii</groupId>
<artifactId>db2ascii</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>db2ascii</name>
<description>A simple utitily to dump database contents in a formatted ascii table</description>
Expand Down

0 comments on commit 54a9e13

Please sign in to comment.