Skip to content

Commit

Permalink
! bump cola version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jun 2, 2024
1 parent b8cddae commit 4969c1d
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cola-archetypes/cola-archetype-light/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-archetype-light</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>maven-archetype</packaging>

<name>cola-archetype-light</name>
Expand Down
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-framework-archetypes-parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</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 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<cola.components.version>4.4.0-SNAPSHOT</cola.components.version>
<cola.components.version>5.0.0</cola.components.version>

<spring-boot.version>2.7.2</spring-boot.version>
<mybatis-starter.version>2.2.2</mybatis-starter.version>
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-framework-archetypes-parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</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 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<cola.components.version>4.4.0-SNAPSHOT</cola.components.version>
<cola.components.version>5.0.0</cola.components.version>

<spring-boot.version>2.7.2</spring-boot.version>
<mybatis-starter.version>2.2.2</mybatis-starter.version>
Expand Down
3 changes: 2 additions & 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-framework-archetypes-parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
Expand Down Expand Up @@ -53,6 +53,7 @@
</developers>

<modules>
<module>cola-archetype-light</module>
<module>cola-archetype-service</module>
<module>cola-archetype-web</module>
</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 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</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.4.0-SNAPSHOT</version>
<version>5.0.0</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.4.0-SNAPSHOT</version>
<version>5.0.0</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.4.0-SNAPSHOT</version>
<version>5.0.0</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.4.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<artifactId>cola-component-extension-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-component-ruleengine/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.4.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<artifactId>cola-component-ruleengine</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 @@ -12,7 +12,7 @@
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</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.4.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<artifactId>cola-component-test-container</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions cola-components/cola-component-unittest/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.4.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<artifactId>cola-component-unittest</artifactId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-test-container</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cola-components/cola-components-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-components-bom</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>pom</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 @@ -7,7 +7,7 @@

<artifactId>cola-components-parent</artifactId>

<version>4.4.0-SNAPSHOT</version>
<version>5.0.0</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion cola-samples/craftsman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<cola.components.version>4.4.0-SNAPSHOT</cola.components.version>
<cola.components.version>5.0.0</cola.components.version>

<spring-boot.version>2.7.5</spring-boot.version>
<mybatis-starter.version>2.2.2</mybatis-starter.version>
Expand Down

0 comments on commit 4969c1d

Please sign in to comment.