blob: 64a7019abdb07211ed33242cb3fe531e14bc359f [file] [log] [blame]
cgruberatgoogd2496112010-04-12 04:12:05 +00001<?xml version="1.0" encoding="UTF-8"?>
cgruberatgoog0fbb5fd2011-04-20 20:05:07 +00002<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
cgruberatgoogd2496112010-04-12 04:12:05 +00006 <modelVersion>4.0.0</modelVersion>
7 <parent>
Charles Fryc2408412011-09-09 09:10:30 -04008 <groupId>org.sonatype.oss</groupId>
9 <artifactId>oss-parent</artifactId>
10 <version>7</version>
cgruberatgoogd2496112010-04-12 04:12:05 +000011 </parent>
cgruberatgoog2099f932010-05-25 21:58:04 +000012 <groupId>com.google.guava</groupId>
cgruberatgoog0fbb5fd2011-04-20 20:05:07 +000013 <artifactId>guava-parent</artifactId>
Charles Fryb5def532011-09-01 13:19:25 -040014 <version>latest</version>
cgruberatgoog0fbb5fd2011-04-20 20:05:07 +000015 <packaging>pom</packaging>
Charles Fryf69e5a42011-08-31 10:42:22 -040016 <name>Guava Maven Parent</name>
cgruberatgoog2099f932010-05-25 21:58:04 +000017 <url>http://code.google.com/p/guava-libraries</url>
18 <issueManagement>
Charles Fryc77ce7f2011-08-30 13:36:59 -040019 <system>code.google.com</system>
20 <url>http://code.google.com/p/guava-libraries/issues</url>
cgruberatgoog2099f932010-05-25 21:58:04 +000021 </issueManagement>
22 <inceptionYear>2010</inceptionYear>
23 <licenses>
24 <license>
25 <name>The Apache Software License, Version 2.0</name>
26 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27 <distribution>repo</distribution>
28 </license>
29 </licenses>
30 <prerequisites>
31 <maven>2.0.9</maven>
32 </prerequisites>
33 <scm>
Charles Fryafd2a9f2011-09-06 11:37:58 -040034 <connection>scm:git:https://code.google.com/p/guava-libraries/</connection>
35 <developerConnection>scm:git:https://code.google.com/p/guava-libraries/</developerConnection>
cgruberatgoog2099f932010-05-25 21:58:04 +000036 <url>http://code.google.com/p/guava-libraries/source/browse</url>
37 </scm>
38 <developers>
39 <developer>
40 <id>kevinb9n</id>
41 <name>Kevin Bourillion</name>
42 <email>kevinb@google.com</email>
43 <organization>Google</organization>
44 <organizationUrl>http://www.google.com</organizationUrl>
45 <roles>
46 <role>owner</role>
47 <role>developer</role>
48 </roles>
49 <timezone>-8</timezone>
50 </developer>
51 </developers>
cgruberatgoog0fbb5fd2011-04-20 20:05:07 +000052 <modules>
53 <module>guava</module>
cgruberatgoog8d93dfa2011-05-18 20:36:18 +000054 <module>guava-bootstrap</module>
cgruberatgooga909fde2011-05-18 06:26:41 +000055 <module>guava-gwt</module>
cgruberatgoogb90d3752011-07-14 12:27:56 +000056 <module>guava-testlib</module>
57 <module>guava-tests</module>
cgruberatgoog0fbb5fd2011-04-20 20:05:07 +000058 </modules>
cgruberatgoog8d93dfa2011-05-18 20:36:18 +000059</project>