We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a9a2e commit ccf4cb5Copy full SHA for ccf4cb5
2 files changed
.gitignore
@@ -12,3 +12,4 @@
12
pom.xml.releaseBackup
13
release.properties
14
.vscode
15
+*.versionsBackup
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.github.jonathanhds</groupId>
4
<artifactId>sql-builder</artifactId>
5
<packaging>jar</packaging>
6
- <version>1.4-SNAPSHOT</version>
+ <version>1.4</version>
7
<name>sql-builder</name>
8
<url>https://github.com/jonathanhds/sql-builder</url>
9
<description>A dynamic SQL builder for Java language.</description>
0 commit comments