Skip to content

Commit da5b9c6

Browse files
committed
Merge pull request jfeinstein10#415 from donnfelker/master
POM Updates required by Sonatype for Preparation for Sonatype Push
2 parents ad6054b + f328bc9 commit da5b9c6

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

pom.xml

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,55 @@
11
<?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">
53
<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+
611
<groupId>com.jeremyfeinstein.slidingmenu</groupId>
712
<artifactId>parent</artifactId>
8-
<version>1.3-SNAPSHOT</version>
913
<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>
1020

1121
<modules>
1222
<module>library</module>
1323
<module>library-maps-support</module>
1424
</modules>
1525

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+
<email>[email protected]</email>
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+
1653
<dependencyManagement>
1754
<dependencies>
1855
<dependency>

0 commit comments

Comments
 (0)