Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Weasley-J committed Jul 28, 2022
1 parent a6c59a4 commit cc99572
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,23 +243,18 @@ Domain Driven Table [![Maven Central](https://img.shields.io/maven-central/v/io.
- Add maven dependencies to your `pom.xml`

```xml
<properties>
<mydtt-plus.version>1.0.6</therapi-runtime-javadoc.version>
<therapi-runtime-javadoc.version>0.13.0</therapi-runtime-javadoc.version>
</properties>

<dependencies>
<!-- mydtt-plus-spring-boot-starter -->
<dependency>
<groupId>io.github.weasley-j</groupId>
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
<version>${mydtt-plus.version}</version>
<version>1.2.6</version>
</dependency>
<!-- javadoc-scribe start -->
<dependency>
<groupId>com.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
<version>${therapi-runtime-javadoc.version}</version>
<version>0.15.0</version>
<scope>provided</scope>
</dependency>
<!-- javadoc-scribe end -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>io.github.weasley-j</groupId>
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</dependency>
<!-- javadoc-scribe start -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>io.github.weasley-j</groupId>
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</dependency>
<!-- javadoc-scribe start -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mydtt-plus-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.weasley-j</groupId>
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<name>mydtt-plus-spring-boot-starter</name>
<description>
MyDtt-Plus is a starter of SpringBoot,I named it DTT, It's an object-oriented Java framework,
Expand Down

0 comments on commit cc99572

Please sign in to comment.