133 Star 802 Fork 321

GVPWeBank / wecube-platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
广意 提交于 2023-12-22 10:36 . update version to 3.2.6
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<relativePath/>
</parent>
-->
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<packaging>pom</packaging>
<version>3.2.6</version>
<properties>
<version.camunda>7.11.0-alpha5</version.camunda>
<java.version>1.8</java.version>
<java.encoding>UTF-8</java.encoding>
<springboot.version>2.2.13.RELEASE</springboot.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
</properties>
<modules>
<module>platform-workflow</module>
<module>platform-auth-client</module>
<module>platform-auth-server</module>
<module>platform-core</module>
<module>platform-gateway</module>
</modules>
</project>
Java
1
https://gitee.com/WeBank/wecube-platform.git
git@gitee.com:WeBank/wecube-platform.git
WeBank
wecube-platform
wecube-platform
master

搜索帮助