Skip to content

Commit 56592c0

Browse files
committed
use distributionManagement instead of (sonatype) pom parent
1 parent 85294f4 commit 56592c0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
<project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd' xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
99
<modelVersion>4.0.0</modelVersion>
1010

11-
<parent>
12-
<groupId>org.sonatype.oss</groupId>
13-
<artifactId>oss-parent</artifactId>
14-
<version>7</version>
15-
</parent>
16-
1711
<groupId>org.jruby.rack</groupId>
1812
<artifactId>jruby-rack</artifactId>
1913
<version>1.1.17-SNAPSHOT</version>
@@ -38,6 +32,17 @@
3832
<url>http://github.com/jruby/jruby-rack/issues</url>
3933
</issueManagement>
4034

35+
<distributionManagement>
36+
<snapshotRepository>
37+
<id>ossrh</id>
38+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
39+
</snapshotRepository>
40+
<repository>
41+
<id>ossrh</id>
42+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
43+
</repository>
44+
</distributionManagement>
45+
4146
<scm>
4247
<connection>scm:git:git://github.com/jruby/jruby-rack.git</connection>
4348
<developerConnection>scm:git:[email protected]:jruby/jruby-rack.git</developerConnection>

0 commit comments

Comments
 (0)