Skip to content

Commit

Permalink
Bump to 4.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Joo <[email protected]>
  • Loading branch information
jasonjoo2010 committed Nov 24, 2020
1 parent 69391c9 commit b74cf65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<packaging>pom</packaging>
<version>${revision}</version>
<properties>
<revision>4.1.7</revision>
<revision>4.1.8</revision>
<enhanced-data.version>1.1.8</enhanced-data.version>
</properties>
<modules>
<module>tbschedule-core</module>
Expand Down
5 changes: 4 additions & 1 deletion tbschedule-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
<groupId>com.yoloho.schedule</groupId>
<artifactId>tbschedule-console</artifactId>
<name>tbschedule-console</name>
<version>4.1.7</version>
<version>4.1.8</version>
<packaging>jar</packaging>
<properties>
<enhanced-data.version>1.1.8</enhanced-data.version>
</properties>
<dependencies>
<!-- tbschedule -->
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions tbschedule-storage/tbschedule-storage-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<artifactId>tbschedule-storage-jdbc</artifactId>
<name>tbschedule-storage-jdbc</name>
<packaging>jar</packaging>
<properties>
<enhanced-data.version>1.1.8-SNAPSHOT</enhanced-data.version>
</properties>
<dependencies>
<!-- enhanced related -->
<dependency>
Expand Down

0 comments on commit b74cf65

Please sign in to comment.