Skip to content

Commit

Permalink
Adding parent and additional DeveloperConnection to fufill requiremen…
Browse files Browse the repository at this point in the history
…ts for Maven Central deployment through sonatype OSS
  • Loading branch information
donnfelker committed May 13, 2013
1 parent ee8a1d0 commit f328bc9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?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>
<packaging>pom</packaging>
Expand All @@ -22,6 +26,7 @@
<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>
Expand Down

0 comments on commit f328bc9

Please sign in to comment.