File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments