Skip to content

Commit c1edd8a

Browse files
committed
Update version
1 parent a3ca006 commit c1edd8a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ specific language governing permissions and limitations
1717
under the License.
1818
-->
1919

20+
**2023-10-19 Arturo Bernal (abernal AT apache DOT org)**
21+
22+
* _2.12.2-git-08_
23+
*
24+
* [JSPWIKI-1178](https://issues.apache.org/jira/browse/JSPWIKI-1178) - Deadlock with Java Virtual Threads
25+
2026
**2023-10-12 Arturo Bernal (abernal AT apache DOT org)**
2127

2228
* _2.12.2-git-07_

jspwiki-api/src/main/java/org/apache/wiki/api/Release.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public final class Release {
6969
* <p>
7070
* If the build identifier is empty, it is not added.
7171
*/
72-
public static final String BUILD = "07";
72+
public static final String BUILD = "08";
7373

7474
/**
7575
* This is the generic version string you should use when printing out the version. It is of

0 commit comments

Comments
 (0)