File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >io.github.hextriclosan</groupId >
88 <artifactId >algorithm</artifactId >
9- <version >0.0.5-SNAPSHOT </version >
9+ <version >0.0.5</version >
1010 <packaging >jar</packaging >
1111
1212 <name >Java Algorithms</name >
8080 <artifactId >maven-javadoc-plugin</artifactId >
8181 <version >3.12.0</version >
8282 <configuration >
83- <source >8 </source >
83+ <source >17 </source >
8484 </configuration >
8585 <executions >
8686 <execution >
135135 </execution >
136136 </executions >
137137 </plugin >
138+ <plugin >
139+ <groupId >org.sonatype.central</groupId >
140+ <artifactId >central-publishing-maven-plugin</artifactId >
141+ <version >0.9.0</version >
142+ <extensions >true</extensions >
143+ <configuration >
144+ <publishingServerId >central</publishingServerId >
145+ </configuration >
146+ </plugin >
138147 </plugins >
139148 </build >
140-
141- <distributionManagement >
142- <snapshotRepository >
143- <id >ossrh</id >
144- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
145- </snapshotRepository >
146-
147- <repository >
148- <id >ossrh</id >
149- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
150- </repository >
151- </distributionManagement >
152149</project >
You can’t perform that action at this time.
0 commit comments