1 <project> 2 3 <!-- From http://jira.codehaus.org/browse/MAVENUPLOAD-1559 --> 4 5 <modelVersion>4.0.0</modelVersion> 6 <groupId>xom</groupId> 7 <artifactId>xom</artifactId> 8 <name>xom</name> 9 <version>1.0</version> 10 <url>http://www.xom.nu</url> 11 <ciManagement> 12 <notifiers> 13 <notifier> 14 <configuration> 15 <address>elharo (a] metalab.unc.edu</address> 16 </configuration> 17 </notifier> 18 </notifiers> 19 </ciManagement> 20 <inceptionYear>2002</inceptionYear> 21 <mailingLists> 22 <mailingList> 23 <name>XOM Interest Mailing List</name> 24 <archive>http://lists.ibiblio.org/pipermail/xom-interest/</archive> 25 </mailingList> 26 </mailingLists> 27 <licenses> 28 <license> 29 <name>LGPL</name> 30 </license> 31 </licenses> 32 <developers> 33 <developer> 34 <id>elharo</id> 35 <name>Elliotte Rusty Harold</name> 36 <email>elharo (a] metalab.unc.edu</email> 37 <organization>Cafe au Lait</organization> 38 </developer> 39 </developers> 40 <dependencies> 41 <dependency> 42 <groupId>xerces</groupId> 43 <artifactId>xmlParserAPIs</artifactId> 44 <version>2.6.2</version> 45 </dependency> 46 <dependency> 47 <groupId>xerces</groupId> 48 <artifactId>xercesImpl</artifactId> 49 <version>2.6.2</version> 50 </dependency> 51 <dependency> 52 <groupId>xalan</groupId> 53 <artifactId>xalan</artifactId> 54 <version>2.6.0</version> 55 </dependency> 56 <dependency> 57 <groupId>com.ibm.icu</groupId> 58 <artifactId>icu4j</artifactId> 59 <version>2.6.1</version> 60 </dependency> 61 </dependencies> 62 </project>