Skip to content

Commit 00cad8f

Browse files
committed
Merge branch '3.5.x'
2 parents a763d44 + 74c4b0a commit 00cad8f

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

framework/fel/java/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88
<version>1.0.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

11+
<description>FIT Expression for LLM</description>
12+
<url>https://github.com/ModelEngine-Group/fit-framework</url>
13+
14+
<licenses>
15+
<license>
16+
<name>MIT License</name>
17+
<url>https://opensource.org/licenses/MIT</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
22+
<developers>
23+
<developer>
24+
<name>Song Yongtan</name>
25+
<email>271667068.qq.com</email>
26+
<roles>
27+
<role>Maintainer</role>
28+
</roles>
29+
</developer>
30+
</developers>
31+
1132
<modules>
1233
<module>fel-community</module>
1334
<module>fel-core</module>

framework/ohscript/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,34 @@
88
<artifactId>ohscript</artifactId>
99
<version>0.0.3.6-SNAPSHOT</version>
1010

11+
<description>A Lightweight Java-Based Scripting Language</description>
12+
<url>https://github.com/ModelEngine-Group/fit-framework</url>
13+
14+
<licenses>
15+
<license>
16+
<name>MIT License</name>
17+
<url>https://opensource.org/licenses/MIT</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
22+
<developers>
23+
<developer>
24+
<name>Ji Yujie</name>
25+
<email>[email protected]</email>
26+
<roles>
27+
<role>Maintainer</role>
28+
</roles>
29+
</developer>
30+
<developer>
31+
<name>Song Yongtan</name>
32+
<email>271667068.qq.com</email>
33+
<roles>
34+
<role>Maintainer</role>
35+
</roles>
36+
</developer>
37+
</developers>
38+
1139
<properties>
1240
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1341
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

framework/waterflow/java/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88
<version>1.0.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

11+
<description>A Reactive Process Engine combining Traditional BPM Capabilities</description>
12+
<url>https://github.com/ModelEngine-Group/fit-framework</url>
13+
14+
<licenses>
15+
<license>
16+
<name>MIT License</name>
17+
<url>https://opensource.org/licenses/MIT</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
22+
<developers>
23+
<developer>
24+
<name>Song Yongtan</name>
25+
<email>271667068.qq.com</email>
26+
<roles>
27+
<role>Maintainer</role>
28+
</roles>
29+
</developer>
30+
</developers>
31+
1132
<modules>
1233
<module>waterflow-bridge-fit-reactor</module>
1334
<module>waterflow-core</module>

0 commit comments

Comments
 (0)