Skip to content

Commit f328bc9

Browse files
committed
Adding parent and additional DeveloperConnection to fufill requirements for Maven Central deployment through sonatype OSS
1 parent ee8a1d0 commit f328bc9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
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>
64

5+
<parent>
6+
<groupId>org.sonatype.oss</groupId>
7+
<artifactId>oss-parent</artifactId>
8+
<version>7</version>
9+
</parent>
10+
711
<groupId>com.jeremyfeinstein.slidingmenu</groupId>
812
<artifactId>parent</artifactId>
913
<packaging>pom</packaging>
@@ -22,6 +26,7 @@
2226
<scm>
2327
<url>https://github.com/jfeinstein10/SlidingMenu</url>
2428
<connection>scm:git:git://github.com/jfeinstein10/SlidingMenu.git</connection>
29+
<developerConnection>scm:git:[email protected]:jfeinstein10/SlidingMenu.git</developerConnection>
2530
</scm>
2631

2732
<developers>

0 commit comments

Comments
 (0)