Skip to content

Commit e8e0722

Browse files
committed
aspectran-utils-legacy v1.0.3 released
1 parent 0d446b4 commit e8e0722

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_pages/en/docs/guides/practical-guide-to-legacy-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ For Maven projects, add the following dependency to your `pom.xml` file:
3030
<dependency>
3131
<groupId>com.aspectran</groupId>
3232
<artifactId>aspectran-utils-legacy</artifactId>
33-
<version>1.0.2</version> <!-- Adjust to the actual version -->
33+
<version>1.0.3</version> <!-- Adjust to the actual version -->
3434
</dependency>
3535
```
3636

3737
For Gradle projects, add the following dependency to your `build.gradle` file:
3838

3939
```gradle
40-
implementation 'com.aspectran:aspectran-utils-legacy:1.0.2' // Adjust to the actual version
40+
implementation 'com.aspectran:aspectran-utils-legacy:1.0.3' // Adjust to the actual version
4141
```
4242

4343
### 2. Basic Usage Examples

_pages/ko/docs/guides/practical-guide-to-legacy-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Maven 프로젝트의 경우, `pom.xml` 파일에 다음 의존성을 추가합
3030
<dependency>
3131
<groupId>com.aspectran</groupId>
3232
<artifactId>aspectran-utils-legacy</artifactId>
33-
<version>1.0.2</version> <!-- 실제 버전에 맞게 조정하세요 -->
33+
<version>1.0.3</version> <!-- 실제 버전에 맞게 조정하세요 -->
3434
</dependency>
3535
```
3636

3737
Gradle 프로젝트의 경우, `build.gradle` 파일에 다음 의존성을 추가합니다.
3838

3939
```gradle
40-
implementation 'com.aspectran:aspectran-utils-legacy:1.0.2' // 실제 버전에 맞게 조정하세요
40+
implementation 'com.aspectran:aspectran-utils-legacy:1.0.3' // 실제 버전에 맞게 조정하세요
4141
```
4242

4343
### 2. 기본 사용 예시

0 commit comments

Comments
 (0)