File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 83
83
<profiles >
84
84
<profile >
85
85
<id >publishing</id >
86
+
87
+ <distributionManagement >
88
+ <snapshotRepository >
89
+ <id >ossrh</id >
90
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
91
+ </snapshotRepository >
92
+ </distributionManagement >
93
+
86
94
<build >
87
95
<plugins >
88
96
<plugin >
102
110
<plugin >
103
111
<groupId >org.sonatype.plugins</groupId >
104
112
<artifactId >nexus-staging-maven-plugin</artifactId >
105
- <version >1.5.1 </version >
113
+ <version >1.6.3 </version >
106
114
<extensions >true</extensions >
107
115
<configuration >
108
- <serverId >sonatype-nexus-staging</serverId >
109
- <nexusUrl >https://oss.sonatype.org</nexusUrl >
116
+ <serverId >ossrh</serverId >
117
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
118
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
110
119
</configuration >
111
120
</plugin >
112
- </plugins >
121
+
122
+ </plugins >
113
123
</build >
114
124
</profile >
115
125
</profiles >
You can’t perform that action at this time.
0 commit comments