1*e67b5c11SXin Li<?xml version="1.0" encoding="UTF-8"?> 2*e67b5c11SXin Li<!-- 3*e67b5c11SXin Li ~ Copyright 2012 AndroidPlot.com 4*e67b5c11SXin Li ~ 5*e67b5c11SXin Li ~ Licensed under the Apache License, Version 2.0 (the "License"); 6*e67b5c11SXin Li ~ you may not use this file except in compliance with the License. 7*e67b5c11SXin Li ~ You may obtain a copy of the License at 8*e67b5c11SXin Li ~ 9*e67b5c11SXin Li ~ http://www.apache.org/licenses/LICENSE-2.0 10*e67b5c11SXin Li ~ 11*e67b5c11SXin Li ~ Unless required by applicable law or agreed to in writing, software 12*e67b5c11SXin Li ~ distributed under the License is distributed on an "AS IS" BASIS, 13*e67b5c11SXin Li ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14*e67b5c11SXin Li ~ See the License for the specific language governing permissions and 15*e67b5c11SXin Li ~ limitations under the License. 16*e67b5c11SXin Li --> 17*e67b5c11SXin Li 18*e67b5c11SXin Li<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"> 19*e67b5c11SXin Li <modelVersion>4.0.0</modelVersion> 20*e67b5c11SXin Li <parent> 21*e67b5c11SXin Li <groupId>org.sonatype.oss</groupId> 22*e67b5c11SXin Li <artifactId>oss-parent</artifactId> 23*e67b5c11SXin Li <version>7</version> 24*e67b5c11SXin Li </parent> 25*e67b5c11SXin Li 26*e67b5c11SXin Li <groupId>com.androidplot</groupId> 27*e67b5c11SXin Li <artifactId>androidplot</artifactId> 28*e67b5c11SXin Li <version>0.6.0</version> 29*e67b5c11SXin Li <name>AndroidPlot-Parent</name> 30*e67b5c11SXin Li <description>A charting library for the Android platform</description> 31*e67b5c11SXin Li <url>http://androidplot.com</url> 32*e67b5c11SXin Li <inceptionYear>2010</inceptionYear> 33*e67b5c11SXin Li <organization> 34*e67b5c11SXin Li <name>androidplot.com</name> 35*e67b5c11SXin Li <url>http://androidplot.com</url> 36*e67b5c11SXin Li </organization> 37*e67b5c11SXin Li <licenses> 38*e67b5c11SXin Li <license> 39*e67b5c11SXin Li <name>The Apache Software License, Version 2.0</name> 40*e67b5c11SXin Li <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 41*e67b5c11SXin Li <distribution>repo</distribution> 42*e67b5c11SXin Li <comments>A business-friendly OSS license</comments> 43*e67b5c11SXin Li </license> 44*e67b5c11SXin Li </licenses> 45*e67b5c11SXin Li <developers> 46*e67b5c11SXin Li <developer> 47*e67b5c11SXin Li <id>Nick</id> 48*e67b5c11SXin Li <name>Nick Fellows</name> 49*e67b5c11SXin Li <email>[email protected]</email> 50*e67b5c11SXin Li <organization>AndroidPlot</organization> 51*e67b5c11SXin Li <organizationUrl>http://androidplot.com</organizationUrl> 52*e67b5c11SXin Li <roles> 53*e67b5c11SXin Li <role>architect</role> 54*e67b5c11SXin Li <role>developer</role> 55*e67b5c11SXin Li </roles> 56*e67b5c11SXin Li </developer> 57*e67b5c11SXin Li <developer> 58*e67b5c11SXin Li <id>Tim</id> 59*e67b5c11SXin Li <name>Tim Hepner</name> 60*e67b5c11SXin Li <email>[email protected]</email> 61*e67b5c11SXin Li <organization>AndroidPlot</organization> 62*e67b5c11SXin Li <organizationUrl>http://androidplot.com</organizationUrl> 63*e67b5c11SXin Li <roles> 64*e67b5c11SXin Li <role>developer</role> 65*e67b5c11SXin Li </roles> 66*e67b5c11SXin Li </developer> 67*e67b5c11SXin Li </developers> 68*e67b5c11SXin Li <packaging>pom</packaging> 69*e67b5c11SXin Li 70*e67b5c11SXin Li <properties> 71*e67b5c11SXin Li <!--<applicationVersion>0.5.1-SNAPSHOT</applicationVersion>--> 72*e67b5c11SXin Li <examplesDir>Examples</examplesDir> 73*e67b5c11SXin Li <!--<obfuscatedJarPath>${project.build.directory}/obfuscated</obfuscatedJarPath> 74*e67b5c11SXin Li <obfuscatedJarName>${project.build.finalName}.jar</obfuscatedJarName>--> 75*e67b5c11SXin Li </properties> 76*e67b5c11SXin Li 77*e67b5c11SXin Li <modules> 78*e67b5c11SXin Li <module>AndroidPlot-Core</module> 79*e67b5c11SXin Li <!--<module>Examples</module>--> 80*e67b5c11SXin Li <module>Examples/DemoApp</module> 81*e67b5c11SXin Li </modules> 82*e67b5c11SXin Li 83*e67b5c11SXin Li <!--<repositories> 84*e67b5c11SXin Li <repository> 85*e67b5c11SXin Li <id>java.net2</id> 86*e67b5c11SXin Li <url>http://download.java.net/maven/2/</url> 87*e67b5c11SXin Li </repository> 88*e67b5c11SXin Li </repositories>--> 89*e67b5c11SXin Li 90*e67b5c11SXin Li <scm> 91*e67b5c11SXin Li <connection>scm:git:https://bitbucket.org/androidplot/androidplot.git</connection> 92*e67b5c11SXin Li <developerConnection>scm:git:https://bitbucket.org/androidplot/androidplot.git</developerConnection> 93*e67b5c11SXin Li <url>https://bitbucket.org/androidplot/androidplot.git</url> 94*e67b5c11SXin Li <tag>0.6.0</tag> 95*e67b5c11SXin Li </scm> 96*e67b5c11SXin Li 97*e67b5c11SXin Li <build> 98*e67b5c11SXin Li <plugins> 99*e67b5c11SXin Li <plugin> 100*e67b5c11SXin Li <groupId>org.apache.maven.plugins</groupId> 101*e67b5c11SXin Li <artifactId>maven-release-plugin</artifactId> 102*e67b5c11SXin Li <version>2.4</version> 103*e67b5c11SXin Li <configuration> 104*e67b5c11SXin Li <tagNameFormat>v@{project.version}</tagNameFormat> 105*e67b5c11SXin Li <!-- Added to fix an issue with hidden gpg signing prompts 106*e67b5c11SXin Li described here: http://jira.codehaus.org/browse/MGPG-9--> 107*e67b5c11SXin Li <mavenExecutorId>forked-path</mavenExecutorId> 108*e67b5c11SXin Li </configuration> 109*e67b5c11SXin Li </plugin> 110*e67b5c11SXin Li <plugin> 111*e67b5c11SXin Li <artifactId>maven-deploy-plugin</artifactId> 112*e67b5c11SXin Li <version>2.7</version> 113*e67b5c11SXin Li <!--<configuration> 114*e67b5c11SXin Li <skip>true</skip> 115*e67b5c11SXin Li </configuration>--> 116*e67b5c11SXin Li </plugin> 117*e67b5c11SXin Li </plugins> 118*e67b5c11SXin Li </build> 119*e67b5c11SXin Li 120*e67b5c11SXin Li <!-- dependencies to be inherited --> 121*e67b5c11SXin Li <dependencyManagement> 122*e67b5c11SXin Li <dependencies> 123*e67b5c11SXin Li <dependency> 124*e67b5c11SXin Li <groupId>com.google.android</groupId> 125*e67b5c11SXin Li <artifactId>android</artifactId> 126*e67b5c11SXin Li <version>4.1.1.4</version> 127*e67b5c11SXin Li <scope>provided</scope> 128*e67b5c11SXin Li </dependency> 129*e67b5c11SXin Li </dependencies> 130*e67b5c11SXin Li </dependencyManagement> 131*e67b5c11SXin Li</project>