File tree 7 files changed +12
-6
lines changed
src/main/java/org/basex/util
7 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ VERSION 10.4 (December 1, 2022) ----------------------------------------
2
+
3
+ - minor bug fixes
4
+ - DBA, settings: enable indentation
5
+ - XQuery 4 preview features updated
6
+
1
7
VERSION 10.3 (October 11, 2022) ----------------------------------------
2
8
3
9
- better pooling of HTTP requests
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >10.4-SNAPSHOT </version >
10
+ <version >10.4</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >10.4-SNAPSHOT </version >
10
+ <version >10.4</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public final class Prop {
23
23
/** Project name. */
24
24
public static final String NAME = "BaseX" ;
25
25
/** Code version (may contain major, minor and optional patch number). */
26
- public static final String VERSION = version ("10.4 beta " );
26
+ public static final String VERSION = version ("10.4" );
27
27
28
28
/** Project name. */
29
29
public static final String PROJECT = NAME .toLowerCase (Locale .ENGLISH );
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >10.4-SNAPSHOT </version >
10
+ <version >10.4</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >10.4-SNAPSHOT </version >
10
+ <version >10.4</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 5
5
<!-- Artifact information -->
6
6
<groupId >org.basex</groupId >
7
7
<artifactId >basex-parent</artifactId >
8
- <version >10.4-SNAPSHOT </version >
8
+ <version >10.4</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<distributionManagement >
You can’t perform that action at this time.
0 commit comments