Skip to content

Commit 58c42bc

Browse files
authored
Update README.md
1 parent d235ca3 commit 58c42bc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,8 @@ To help JSqlParsers development you are encouraged to provide
4646

4747
Also I would like to know about needed examples or documentation stuff.
4848

49-
## Extensions in the latest SNAPSHOT version 1.1
49+
## Extensions in the latest SNAPSHOT version 1.2
5050

51-
* support for **UPSERT** syntax
52-
* absolute token positions in addition to column/line
53-
* common normal form transformer for expressions (https://en.wikipedia.org/wiki/Conjunctive_normal_form)
54-
* checkstyle integration to force first souce code conventions
55-
* checkstyle is activated by default, it can be deactivated by an environment property **skipCheckSources**
56-
* pull requests should follow this style settings
5751

5852
## Extensions of JSqlParser releases
5953

@@ -117,7 +111,7 @@ And this is the dependency declaration in your pom:
117111
<dependency>
118112
<groupId>com.github.jsqlparser</groupId>
119113
<artifactId>jsqlparser</artifactId>
120-
<version>1.0</version>
114+
<version>1.1</version>
121115
</dependency>
122116
```
123117

0 commit comments

Comments
 (0)