Skip to content

Commit

Permalink
Merge pull request #415 from donnfelker/master
Browse files Browse the repository at this point in the history
POM Updates required by Sonatype for Preparation for Sonatype Push
  • Loading branch information
jfeinstein10 committed May 13, 2013
2 parents ad6054b + f328bc9 commit da5b9c6
Showing 1 changed file with 41 additions and 4 deletions.
45 changes: 41 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http:https://maven.apache.org/POM/4.0.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/maven-v4_0_0.xsd">

<project xmlns="http:https://maven.apache.org/POM/4.0.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>com.jeremyfeinstein.slidingmenu</groupId>
<artifactId>parent</artifactId>
<version>1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<version>1.3-SNAPSHOT</version>

<name>SlidingMenu (Parent)</name>
<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>
<url>https://github.com/jfeinstein10/SlidingMenu</url>
<inceptionYear>2012</inceptionYear>

<modules>
<module>library</module>
<module>library-maps-support</module>
</modules>

<scm>
<url>https://github.com/jfeinstein10/SlidingMenu</url>
<connection>scm:git:git:https://github.com/jfeinstein10/SlidingMenu.git</connection>
<developerConnection>scm:git:[email protected]:jfeinstein10/SlidingMenu.git</developerConnection>
</scm>

<developers>
<developer>
<name>Jeremy Feinstein</name>
<email>[email protected]</email>
<id>jfeinstein10</id>
<url>http:https://jeremyfeinstein.com</url>
<timezone>-5</timezone>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>

<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>http:https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

1 comment on commit da5b9c6

@malinkang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Please sign in to comment.