Skip to content

Commit 8528609

Browse files
committed
setting version to 4-SNAPSHOT
1 parent 6cff161 commit 8528609

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Also I would like to know about needed examples or documentation stuff.
6767

6868
## Extensions in the latest SNAPSHOT version 3.3
6969

70+
* heavy updating of many class files to support fluent like class building and setting of attributes (thx to @gitmotte)
7071
* **ON UPDATE CASCADE** implemented
7172
* add generated sources to classpath to avoid maven eclipse problems
7273
* **COMMENT ON VIEW** implemented

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.jsqlparser</groupId>
44
<artifactId>jsqlparser</artifactId>
5-
<version>3.3-SNAPSHOT</version>
5+
<version>4.0-SNAPSHOT</version>
66
<name>JSQLParser library</name>
77
<inceptionYear>2004</inceptionYear>
88
<organization>

0 commit comments

Comments
 (0)