File tree 7 files changed +14
-6
lines changed
src/main/java/org/basex/util
7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ VERSION 10.1 (August 18, 2022) -----------------------------------------
2
+
3
+ - Bug fix: HTTP Requests, sending headers
4
+ - Bug fix: Storage handling of main-memory databases
5
+ - Bug fix: GUI editor, double clicks
6
+ - Bug fix: function items and mixed updates
7
+ - undocumented XQuery 4 preview features
8
+
1
9
VERSION 10.0 (August 1, 2022) ------------------------------------------
2
10
3
11
STORAGE
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.1-SNAPSHOT </version >
10
+ <version >10.1</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.1-SNAPSHOT </version >
10
+ <version >10.1</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.1 RC1 " );
26
+ public static final String VERSION = version ("10.1" );
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.1-SNAPSHOT </version >
10
+ <version >10.1</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.1-SNAPSHOT </version >
10
+ <version >10.1</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.1-SNAPSHOT </version >
8
+ <version >10.1</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<distributionManagement >
You can’t perform that action at this time.
0 commit comments