39 Star 44 Fork 51

TinyFramework / TinySample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
ballackhui 提交于 2018-03-27 16:05 . 修改依赖的tiny版本
<?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">
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>3.4.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.tinygroup</groupId>
<artifactId>TinySample</artifactId>
<version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tiny_version>3.4.9-SNAPSHOT</tiny_version>
<tinyui_version>2.2.0</tinyui_version>
</properties>
<scm>
<connection>scm:git:git@http://git.oschina.net/tinyframework/TinySample.git</connection>
<developerConnection>scm:git:http://git.oschina.net/tinyframework/TinySample.git</developerConnection>
<url>http://git.oschina.net/tinyframework/TinySample.git</url>
</scm>
<modules>
<module>org.tinygroup.tinyuisample</module>
<module>org.tinygroup.DemoSite</module>
<module>org.tinygroup.tinysite2</module>
<module>tinyonline</module>
<module>top.j2ee.site</module>
<module>dslsample</module>
<module>websample</module>
<module>top.develop.demo</module>
<module>quickstart</module>
<module>template</module>
<module>servicewrapper</module>
<module>remoteconfigsimple</module>
<module>spring-integration</module>
</modules>
</project>
Java
1
https://gitee.com/tinyframework/TinySample.git
git@gitee.com:tinyframework/TinySample.git
tinyframework
TinySample
TinySample
master

搜索帮助