Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Nov 13, 2024
1 parent 043ed63 commit ae89420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/mapper/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
<dependency>
<groupId>tw.com.softleader.data.jakarta</groupId>
<artifactId>specification-mapper</artifactId>
<version>last-release-version</version>
<version>${specification-mapper.version}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/starter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
<dependency>
<groupId>tw.com.softleader.data.jakarta</groupId>
<artifactId>specification-mapper-starter</artifactId>
<version>last-release-version</version>
<version>${specification-mapper.version}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion site/content/zh/docs/mapper/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
<dependency>
<groupId>tw.com.softleader.data.jakarta</groupId>
<artifactId>specification-mapper</artifactId>
<version>last-release-version</version>
<version>${specification-mapper.version}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion site/content/zh/docs/starter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
<dependency>
<groupId>tw.com.softleader.data.jakarta</groupId>
<artifactId>specification-mapper-starter</artifactId>
<version>last-release-version</version>
<version>${specification-mapper.version}</version>
</dependency>
```

Expand Down

0 comments on commit ae89420

Please sign in to comment.