Skip to content

Commit fa28fac

Browse files
pesseSamuel Nitsche
authored andcommitted
Updated documentation
1 parent 6bdd4f9 commit fa28fac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ This is a Maven Library project, you can add on your Java project as a dependenc
1414
<dependency>
1515
<groupId>org.utplsql</groupId>
1616
<artifactId>java-api</artifactId>
17-
<version>1.0-SNAPSHOT</version>
17+
<version>3.0.4-SNAPSHOT</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
```
2121

22+
## Compatibility
23+
The latest Java-API is always compatible with all database frameworks of the same major version.
24+
For example API-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x.
25+
2226
## Usage
2327

2428
Executing tests using default parameters:

0 commit comments

Comments
 (0)