[go: nahoru, domu]

Skip to content

Commit

Permalink
! bump cola version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jan 10, 2021
1 parent c9e77a6 commit 613b911
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cola-archetypes/cola-archetype-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-archeytpes-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-framework-archetype-service</artifactId>
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>4.1.0-SNAPSHOT</cola.components.version>
<cola.components.version>4.0.1</cola.components.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion cola-archetypes/cola-archetype-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-archeytpes-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-framework-archetype-web</artifactId>
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>4.1.0-SNAPSHOT</cola.components.version>
<cola.components.version>4.0.1</cola.components.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion cola-archetypes/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-archeytpes-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>pom</packaging>
<name>${project.artifactId}:${project.version}</name>
<description>${project.artifactId}</description>
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 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-component-catchlog-starter</artifactId>
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 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-component-domain-starter</artifactId>
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 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-component-dto</artifactId>
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 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-component-exception</artifactId>
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 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-component-extension-starter</artifactId>
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 @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-component-statemachine</artifactId>
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 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>cola-component-test-container</artifactId>
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-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>pom</packaging>
<name>${project.artifactId}:${project.version}</name>
<description>${project.artifactId}</description>
Expand Down

0 comments on commit 613b911

Please sign in to comment.