File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 4949 <url >https://central.sonatype.com/repository/maven-snapshots/</url >
5050 </repository >
5151 </repositories >
52- <profiles >
53- <profile >
54- <id >deploy-to-sonatype</id >
55- <build >
56- <plugins >
57- <plugin >
58- <groupId >org.sonatype.central</groupId >
59- <artifactId >central-publishing-maven-plugin</artifactId >
60- <version >0.7.0</version >
61- <extensions >true</extensions >
62- <configuration >
63- <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl >
64- <publishingServerId >sonatype-central</publishingServerId >
65- <autoPublish >true</autoPublish >
66- <waitUntil >published</waitUntil >
67- </configuration >
68- </plugin >
69- </plugins >
70- </build >
71- </profile >
72- </profiles >
7352 <dependencies >
7453 <dependency >
7554 <groupId >commons-lang</groupId >
10281 <scope >provided</scope >
10382 </dependency >
10483 </dependencies >
84+ <profiles >
85+ <profile >
86+ <id >deploy-to-sonatype</id >
87+ <build >
88+ <plugins >
89+ <plugin >
90+ <groupId >org.sonatype.central</groupId >
91+ <artifactId >central-publishing-maven-plugin</artifactId >
92+ <version >0.7.0</version >
93+ <extensions >true</extensions >
94+ <configuration >
95+ <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl >
96+ <publishingServerId >sonatype-central</publishingServerId >
97+ <autoPublish >true</autoPublish >
98+ <waitUntil >published</waitUntil >
99+ </configuration >
100+ </plugin >
101+ </plugins >
102+ </build >
103+ </profile >
104+ </profiles >
105105</project >
You can’t perform that action at this time.
0 commit comments