|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
4 |
| - |
| 2 | +<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/maven-v4_0_0.xsd"> |
5 | 3 | <modelVersion>4.0.0</modelVersion>
|
| 4 | + |
| 5 | + <parent> |
| 6 | + <groupId>org.sonatype.oss</groupId> |
| 7 | + <artifactId>oss-parent</artifactId> |
| 8 | + <version>7</version> |
| 9 | + </parent> |
| 10 | + |
6 | 11 | <groupId>com.jeremyfeinstein.slidingmenu</groupId>
|
7 | 12 | <artifactId>parent</artifactId>
|
8 |
| - <version>1.3-SNAPSHOT</version> |
9 | 13 | <packaging>pom</packaging>
|
| 14 | + <version>1.3-SNAPSHOT</version> |
| 15 | + |
| 16 | + <name>SlidingMenu (Parent)</name> |
| 17 | + <description>SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus like those made popular in the Google+, YouTube, and Facebook apps.</description> |
| 18 | + <url>https://github.com/jfeinstein10/SlidingMenu</url> |
| 19 | + <inceptionYear>2012</inceptionYear> |
10 | 20 |
|
11 | 21 | <modules>
|
12 | 22 | <module>library</module>
|
13 | 23 | <module>library-maps-support</module>
|
14 | 24 | </modules>
|
15 | 25 |
|
| 26 | + <scm> |
| 27 | + <url>https://github.com/jfeinstein10/SlidingMenu</url> |
| 28 | + <connection>scm:git:git://github.com/jfeinstein10/SlidingMenu.git</connection> |
| 29 | + < developerConnection>scm:git: [email protected]:jfeinstein10/SlidingMenu.git</ developerConnection> |
| 30 | + </scm> |
| 31 | + |
| 32 | + <developers> |
| 33 | + <developer> |
| 34 | + <name>Jeremy Feinstein</name> |
| 35 | + |
| 36 | + <id>jfeinstein10</id> |
| 37 | + <url>http://jeremyfeinstein.com</url> |
| 38 | + <timezone>-5</timezone> |
| 39 | + <roles> |
| 40 | + <role>developer</role> |
| 41 | + </roles> |
| 42 | + </developer> |
| 43 | + </developers> |
| 44 | + |
| 45 | + <licenses> |
| 46 | + <license> |
| 47 | + <name>Apache License Version 2.0</name> |
| 48 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 49 | + <distribution>repo</distribution> |
| 50 | + </license> |
| 51 | + </licenses> |
| 52 | + |
16 | 53 | <dependencyManagement>
|
17 | 54 | <dependencies>
|
18 | 55 | <dependency>
|
|
0 commit comments