Skip to content

Commit ee8bdf9

Browse files
committed
🚀 deploy feilong-spring-parent 1.10.2
1 parent e1c8002 commit ee8bdf9

6 files changed

Lines changed: 69 additions & 4 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<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">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>com.feilong.platform</groupId>
5+
<artifactId>parent</artifactId>
6+
<version>1.10.2</version>
7+
</parent>
8+
9+
<groupId>com.feilong.platform.spring</groupId>
10+
<artifactId>parent</artifactId>
11+
12+
<description>feilong-spring-parent</description>
13+
<name>feilong-spring-parent</name>
14+
15+
<url>https://github.com/venusdrogon/feilong-spring</url>
16+
17+
<packaging>pom</packaging>
18+
19+
<!-- 软件配置管理SCM (Software Configuration Management), 如cvs ,svn ,git -->
20+
<scm>
21+
<url>https://github.com/venusdrogon/feilong-spring</url>
22+
<connection>scm:git:https://github.com/venusdrogon/feilong-spring</connection>
23+
<developerConnection>scm:git:git@github.com:venusdrogon/feilong-spring.git</developerConnection>
24+
</scm>
25+
26+
<modules>
27+
<module>feilong-spring-core</module>
28+
<module>feilong-spring-aop</module>
29+
<module>feilong-spring-jdbc</module>
30+
<module>feilong-spring-web</module>
31+
<module>feilong-spring-context</module>
32+
<module>feilong-spring-mobile</module>
33+
<module>feilong-spring-all</module>
34+
</modules>
35+
36+
<dependencies>
37+
<dependency>
38+
<groupId>com.feilong.platform</groupId>
39+
<artifactId>feilong-core</artifactId>
40+
</dependency>
41+
42+
<dependency>
43+
<groupId>org.springframework</groupId>
44+
<artifactId>spring-test</artifactId>
45+
<scope>test</scope>
46+
</dependency>
47+
48+
<!-- slf4j-log4j12 -->
49+
<dependency>
50+
<groupId>org.slf4j</groupId>
51+
<artifactId>slf4j-log4j12</artifactId>
52+
<optional>true</optional><!-- 日志系统根据每个项目 决定 -->
53+
</dependency>
54+
55+
<!-- log4j -->
56+
<dependency>
57+
<groupId>log4j</groupId>
58+
<artifactId>log4j</artifactId>
59+
<optional>true</optional><!-- 日志系统根据每个项目 决定 -->
60+
</dependency>
61+
</dependencies>
62+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d02004f653ba79855166cc532c6f9c59
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
423ae42e59fb5ed36bdfc9c3302ca50143b7ab1f

com/feilong/platform/spring/parent/maven-metadata.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<groupId>com.feilong.platform.spring</groupId>
44
<artifactId>parent</artifactId>
55
<versioning>
6+
<release>1.10.2</release>
67
<versions>
7-
<version>1.10.2-SNAPSHOT</version>
8+
<version>1.10.2</version>
89
</versions>
9-
<lastUpdated>20170312133035</lastUpdated>
10+
<lastUpdated>20170502030717</lastUpdated>
1011
</versioning>
1112
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
438bbd6700ceb11d1124de4490bf53b6
1+
9e6128f49683940abc4ac60bf2346b12
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
138fb30caec92d09667ebf6fde862fa8e78c1382
1+
a2310d731610de2102a7377301d20aa475089321

0 commit comments

Comments
 (0)