File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 150150 </plugins >
151151 </build >
152152 </profile >
153+ <profile >
154+ <id >release-build</id >
155+ <distributionManagement >
156+ <snapshotRepository >
157+ <id >ossrh</id >
158+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
159+ </snapshotRepository >
160+ <repository >
161+ <id >ossrh</id >
162+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
163+ </repository >
164+ </distributionManagement >
165+ </profile >
153166 </profiles >
154167 <developers >
155168 <developer >
163176 <developerConnection >scm:git:git://github.com/ajeydudhe/workflow-lite.git</developerConnection >
164177 <url >https://github.com/ajeydudhe/workflow-lite/tree/master</url >
165178 </scm >
166-
167- <!--
168- <distributionManagement>
169- <snapshotRepository>
170- <id>ossrh</id>
171- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
172- </snapshotRepository>
173- <repository>
174- <id>ossrh</id>
175- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
176- </repository>
177- </distributionManagement>
178- -->
179-
180179 <licenses >
181180 <license >
182181 <name >MIT License</name >
You can’t perform that action at this time.
0 commit comments