forked from twitter/cloudhopper-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
46 lines (40 loc) · 1.58 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<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>
<groupId>com.cloudhopper</groupId>
<artifactId>ch-commons</artifactId>
<packaging>pom</packaging>
<version>1.1</version>
<name>ch-commons</name>
<description>Parent Maven POM for open source cloudhopper-commons projects</description>
<url>https://github.com/twitter/cloudhopper-commons</url>
<scm>
<url>https://github.com/twitter/cloudhopper-commons</url>
<connection>scm:git:git://github.com/twitter/cloudhopper-commons.git</connection>
<developerConnection>scm:git:[email protected]:twitter/cloudhopper-commons.git</developerConnection>
<tag>master</tag>
</scm>
<parent>
<groupId>com.cloudhopper</groupId>
<artifactId>ch-maven-parent-oss</artifactId>
<version>1.6</version>
</parent>
<modules>
<module>ch-commons-util</module>
<module>ch-commons-charset</module>
<module>ch-commons-gsm</module>
<module>ch-commons-sql</module>
<module>ch-commons-rfs</module>
<module>ch-commons-locale</module>
<module>ch-commons-ssl</module>
<module>ch-commons-io</module>
<module>ch-commons-xbean</module>
<module>ch-httpclient-util</module>
<module>ch-jetty</module>
<module>ch-sxmp</module>
</modules>
<properties>
<copyright.year>2014</copyright.year>
<httpclient.version>4.2.6</httpclient.version>
<httpcore.version>4.2.5</httpcore.version>
</properties>
</project>