Skip to content

Commit 7d4969f

Browse files
committed
[framework] 统一框架版本号至 3.5.0-SNAPSHOT
1 parent 7c2f373 commit 7d4969f

File tree

22 files changed

+30
-35
lines changed

22 files changed

+30
-35
lines changed

examples/fel-example/pom.xml

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

1818
<!-- Framework versions -->
1919
<fit.version>3.5.0-SNAPSHOT</fit.version>
20-
<fel.version>1.0.0-SNAPSHOT</fel.version>
20+
<fel.version>3.5.0-SNAPSHOT</fel.version>
2121

2222
<!-- Maven plugin versions -->
2323
<maven.antrun.version>3.1.0</maven.antrun.version>

framework/fel/java/components/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>fel-component-parent</artifactId>

framework/fel/java/components/tool-info/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-component-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>tool-info</artifactId>

framework/fel/java/fel-community/model-openai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-community-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>fel-model-openai-plugin</artifactId>

framework/fel/java/fel-community/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>fel-community-parent</artifactId>

framework/fel/java/fel-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>fel-core</artifactId>

framework/fel/java/fel-flow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>fel-flow</artifactId>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.fitframework.waterflow</groupId>
4242
<artifactId>waterflow-core</artifactId>
43-
<version>1.0.0-SNAPSHOT</version>
43+
<version>3.5.0-SNAPSHOT</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.fitframework.waterflow</groupId>

framework/fel/java/maven-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>fel-maven-plugin-parent</artifactId>

framework/fel/java/maven-plugins/tool-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-maven-plugin-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>tool-maven-plugin</artifactId>

framework/fel/java/plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.fitframework.fel</groupId>
88
<artifactId>fel-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>fel-plugin-parent</artifactId>

0 commit comments

Comments
 (0)