Skip to content

Commit 7e8b822

Browse files
authored
Finished execute api (#20)
* finished execute-api * added a missing test * added another missing test-case * fixed version
1 parent 21ea8b7 commit 7e8b822

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A Java-Library to build SQL-Statements
2222
<dependency>
2323
<groupId>de.jaggl.sqlbuilder</groupId>
2424
<artifactId>sqlbuilder-core</artifactId>
25-
<version>2.6.0</version>
25+
<version>2.6.1</version>
2626
</dependency>
2727
```
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>de.jaggl.sqlbuilder</groupId>
55
<artifactId>sqlbuilder-core</artifactId>
6-
<version>2.6.0</version>
6+
<version>2.6.1</version>
77

88
<packaging>jar</packaging>
99

0 commit comments

Comments
 (0)