Skip to content

Commit cc99572

Browse files
author
Weasley
committed
update
1 parent a6c59a4 commit cc99572

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,23 +243,18 @@ Domain Driven Table [![Maven Central](https://img.shields.io/maven-central/v/io.
243243
- Add maven dependencies to your `pom.xml`
244244
245245
```xml
246-
<properties>
247-
<mydtt-plus.version>1.0.6</therapi-runtime-javadoc.version>
248-
<therapi-runtime-javadoc.version>0.13.0</therapi-runtime-javadoc.version>
249-
</properties>
250-
251246
<dependencies>
252247
<!-- mydtt-plus-spring-boot-starter -->
253248
<dependency>
254249
<groupId>io.github.weasley-j</groupId>
255250
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
256-
<version>${mydtt-plus.version}</version>
251+
<version>1.2.6</version>
257252
</dependency>
258253
<!-- javadoc-scribe start -->
259254
<dependency>
260255
<groupId>com.github.therapi</groupId>
261256
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
262-
<version>${therapi-runtime-javadoc.version}</version>
257+
<version>0.15.0</version>
263258
<scope>provided</scope>
264259
</dependency>
265260
<!-- javadoc-scribe end -->

mydtt-plus-spring-boot-starter-tests/mydtt-plus-spring-boot-2-x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.github.weasley-j</groupId>
2727
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
28-
<version>1.2.5</version>
28+
<version>1.2.6</version>
2929
</dependency>
3030
<!-- javadoc-scribe start -->
3131
<dependency>

mydtt-plus-spring-boot-starter-tests/mydtt-plus-spring-boot-3-x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.github.weasley-j</groupId>
4242
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
43-
<version>1.2.5</version>
43+
<version>1.2.6</version>
4444
</dependency>
4545
<!-- javadoc-scribe start -->
4646
<dependency>

mydtt-plus-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

0 commit comments

Comments
 (0)