Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56dca87

Browse files
committed
Exact version numbers in optional features
1 parent c72bef0 commit 56dca87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/utplsql/api/compatibility/OptionalFeatures.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
public enum OptionalFeatures {
1010

11-
FAIL_ON_ERROR("3.0.3", null),
12-
FRAMEWORK_COMPATIBILITY_CHECK("3.0.3", null),
13-
CUSTOM_REPORTERS("3.1.0", null);
11+
FAIL_ON_ERROR("3.0.3.1266", null),
12+
FRAMEWORK_COMPATIBILITY_CHECK("3.0.3.1266", null),
13+
CUSTOM_REPORTERS("3.1.0.1849", null);
1414

1515
private final Version minVersion;
1616
private final Version maxVersion;

0 commit comments

Comments
 (0)