Skip to content

Commit 059bc7c

Browse files
committed
! bump version to 2.1.0-Alpha1
1 parent 4a825a0 commit 059bc7c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cffu-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-->
1111
<groupId>io.foldright</groupId>
1212
<artifactId>cffu2-bom</artifactId>
13-
<version>2.1.0-SNAPSHOT</version>
13+
<version>2.1.0-Alpha1</version>
1414
<packaging>pom</packaging>
1515
<name>${project.artifactId}</name>
1616
<description>cffu bom</description>

cffu-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.foldright</groupId>
66
<artifactId>cffu2-parent</artifactId>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0-Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

cffu-ttl-executor-wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.foldright</groupId>
66
<artifactId>cffu2-parent</artifactId>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0-Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

demos/cffu-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.foldright.cffu-demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0-Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.foldright.cffu-demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>2.1.0-SNAPSHOT</version>
6+
<version>2.1.0-Alpha1</version>
77
<packaging>pom</packaging>
88

99
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.foldright</groupId>
66
<artifactId>cffu2-parent</artifactId>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0-Alpha1</version>
88
<packaging>pom</packaging>
99
<name>${project.artifactId}</name>
1010
<description>cffu parent</description>

0 commit comments

Comments
 (0)