File tree Expand file tree Collapse file tree 16 files changed +16
-18
lines changed
ymate-platform-configuration
ymate-platform-persistence-jdbc
ymate-platform-persistence-mongodb
ymate-platform-persistence-redis
ymate-platform-starter-web
ymate-platform-validation Expand file tree Collapse file tree 16 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >net.ymate.platform</groupId >
88 <artifactId >ymate-platform-parent</artifactId >
9- <version >2.1.2-dev </version >
9+ <version >2.1.2</version >
1010 <packaging >pom</packaging >
1111
1212 <name >ymate-platform-parent</name >
8181 <artifactId >maven-surefire-plugin</artifactId >
8282 <version >2.17</version >
8383 <configuration >
84- <!--
8584 <skipTests >true</skipTests >
86- -->
8785 </configuration >
8886 </plugin >
8987 </plugins >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function HomepageHeader() {
1414 < div className = "container" >
1515 < img src = { siteConfig . customFields . logoBigUrl } alt = "YMP Big Logo" />
1616 < p className = { clsx ( 'hero__subtitle' , styles . heroTagline ) } > < Translate id = "home.hero.tagline" > 轻量级、组件化、简单、高效的 Java 应用开发框架</ Translate > </ p >
17- < p className = { styles . heroTagline } > < Translate id = "home.hero.newVersion" > 最新版本:</ Translate > < b > 2.1.1 </ b > </ p >
17+ < p className = { styles . heroTagline } > < Translate id = "home.hero.newVersion" > 最新版本:</ Translate > < b > 2.1.2 </ b > </ p >
1818 < p className = { styles . heroTagline } >
1919 < a href = "https://search.maven.org/#search%7Cga%7C1%7Cnet.ymate.platform" target = "_blank" > < img src = "https://img.shields.io/maven-central/v/net.ymate.platform/ymate-platform-core.svg" alt = "Maven Central Version" /> </ a >
2020
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-cache</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-commons</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-configuration</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-core</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-log</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-persistence-jdbc</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-persistence-mongodb</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >ymate-platform-parent</artifactId >
99 <groupId >net.ymate.platform</groupId >
10- <version >2.1.2-dev </version >
10+ <version >2.1.2</version >
1111 </parent >
1212
1313 <artifactId >ymate-platform-persistence-redis</artifactId >
You can’t perform that action at this time.
0 commit comments