Skip to content

Commit b3d75d2

Browse files
Merge remote-tracking branch 'origin/2020.1beta' into 2020.1beta
2 parents ff2d8f9 + 788e089 commit b3d75d2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
##### simple distributed persistent layer for java applications
44
##### (c) 2010 - 2020 head systems, ltd
5-
##### current revision: 2019.3
5+
##### current revision: 2020.1 beta (unstable)
66
##### for detailed information see doc/InterferenceManual.pdf
77

88
##### contacts: info@inteference.su
@@ -13,6 +13,7 @@
1313

1414
- supports Base JPA annotations
1515
- supports local & distributed SQL queries
16+
- supports complex event processing and streaming SQL
1617
- supports transactions
1718
- supports unique constraints
1819
- supports persistent indexes
@@ -25,7 +26,7 @@
2526
included in the cluster
2627
- does not contain any coordination nodes and does not require
2728
the launch of any additional coordinators. All cluster nodes are equivalent.
28-
- supports complex event processing and streaming SQL (in next release)
29+
2930

3031
## NOTE:
3132

@@ -53,7 +54,7 @@ like this:
5354
<dependency>
5455
<groupId>su.interference</groupId>
5556
<artifactId>interference</artifactId>
56-
<version>2019.3</version>
57+
<version>2020.1</version>
5758
</dependency>
5859
...
5960
</dependencies>

0 commit comments

Comments
 (0)