Skip to content

Commit

Permalink
! bump cola components version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jan 5, 2021
1 parent e410186 commit dfb829b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<mybatis-starter.version>1.3.1</mybatis-starter.version>
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
<cola.components.version>1.0.0</cola.components.version>
<cola.components.version>4.0.0</cola.components.version>
</properties>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<mybatis-starter.version>1.3.1</mybatis-starter.version>
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
<cola.components.version>1.0.0</cola.components.version>
<cola.components.version>4.0.0</cola.components.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-catchlog-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-catchlog-starter</artifactId>
<version>1.0.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-domain-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-domain-starter</artifactId>
<version>1.0.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-dto</artifactId>
<version>1.0.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-exception</artifactId>
<version>1.0.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-extension-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-extension-starter</artifactId>
<version>1.0.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-statemachine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-statemachine</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>4.0.0</version>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<url>https://github.com/alibaba/COLA</url>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-test-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-test-container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components</artifactId>
<version>1.0.0</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down

0 comments on commit dfb829b

Please sign in to comment.