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 8
8
<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' >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
11
- <parent >
12
- <groupId >org.sonatype.oss</groupId >
13
- <artifactId >oss-parent</artifactId >
14
- <version >7</version >
15
- </parent >
16
-
17
11
<groupId >org.jruby.rack</groupId >
18
12
<artifactId >jruby-rack</artifactId >
19
13
<version >1.1.17-SNAPSHOT</version >
38
32
<url >http://github.com/jruby/jruby-rack/issues</url >
39
33
</issueManagement >
40
34
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
+
41
46
<scm >
42
47
<connection >scm:git:git://github.com/jruby/jruby-rack.git</connection >
43
48
<
developerConnection >scm:git:
[email protected] :jruby/jruby-rack.git</
developerConnection >
You can’t perform that action at this time.
0 commit comments