Skip to content

Commit 2d17943

Browse files
committed
Aspectran 9.3.0 is released.
1 parent f094abf commit 2d17943

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

_data/aspectran.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aspectran's latest release metadata
2-
stable_version: 9.2.2
2+
stable_version: 9.3.0
33
api_site:
4-
title: Aspectran API Reference 9.2.2
4+
title: Aspectran API Reference 9.3.0
55
url: https://javadoc.io/doc/com.aspectran/aspectran-all

_pages/en/aspectow/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Once the application starts successfully, you will see a greeting message and th
4545
4646
```
4747
---------------------------------------------------------------------------------
48-
Aspectran : 9.2.2
48+
Aspectran : 9.3.0
4949
JVM : OpenJDK 64-Bit Server VM (build 23.0.2+7, mixed mode, sharing)
5050
OS : Mac OS X 26.0 aarch64
5151
---------------------------------------------------------------------------------
@@ -58,7 +58,7 @@ DEBUG 2025-09-25 20:02:28.080 [demo] Initialized DefaultSessionManager@1e0a864d(
5858
/ ___ |(__ ) /_/ / __/ /__/ /_/ /_/ / |/ |/ /
5959
/_/ |_/____/ .___/\___/\___/\__/\____/|__/|__/ Enterprise Edition
6060
=========== /_/ ==========================================================
61-
:: Built with Aspectran :: 9.2.2
61+
:: Built with Aspectran :: 9.3.0
6262
6363
To see a list of all built-in commands, type help.
6464
To get help for a specific command, type command_name -h.

_pages/en/aspectran/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Create a `pom.xml` file in the project root and copy and paste the content below
4444
<maven.compiler.release>21</maven.compiler.release>
4545
<maven.compiler.parameters>true</maven.compiler.parameters>
4646

47-
<aspectran.version>9.2.2</aspectran.version>
47+
<aspectran.version>9.3.0</aspectran.version>
4848
</properties>
4949

5050
<repositories>

_pages/ko/aspectow/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bin\shell.bat
4545
4646
```
4747
---------------------------------------------------------------------------------
48-
Aspectran : 9.2.2
48+
Aspectran : 9.3.0
4949
JVM : OpenJDK 64-Bit Server VM (build 23.0.2+7, mixed mode, sharing)
5050
OS : Mac OS X 26.0 aarch64
5151
---------------------------------------------------------------------------------
@@ -58,7 +58,7 @@ DEBUG 2025-09-25 20:02:28.080 [demo] Initialized DefaultSessionManager@1e0a864d(
5858
/ ___ |(__ ) /_/ / __/ /__/ /_/ /_/ / |/ |/ /
5959
/_/ |_/____/ .___/\___/\___/\__/\____/|__/|__/ Enterprise Edition
6060
=========== /_/ ==========================================================
61-
:: Built with Aspectran :: 9.2.2
61+
:: Built with Aspectran :: 9.3.0
6262
6363
To see a list of all built-in commands, type help.
6464
To get help for a specific command, type command_name -h.

_pages/ko/aspectran/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd hello-aspectran
4444
<maven.compiler.release>21</maven.compiler.release>
4545
<maven.compiler.parameters>true</maven.compiler.parameters>
4646

47-
<aspectran.version>9.2.2</aspectran.version>
47+
<aspectran.version>9.3.0</aspectran.version>
4848
</properties>
4949

5050
<repositories>

0 commit comments

Comments
 (0)