File tree Expand file tree Collapse file tree
jnpm/src/main/java/org/orienteer/jnpm/dm/search Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818@ JsonNaming (PropertyNamingStrategies .SnakeCaseStrategy .class )
1919public class SearchResults extends AbstractInfo {
2020 private int total ;
21- @ JsonFormat (shape = JsonFormat .Shape .STRING , pattern = "EEE MMM dd yyyy HH:mm:ss 'GMT'Z (z)" )
2221 private Date time ;
2322 private List <SearchResultItem > objects ;
2423}
Original file line number Diff line number Diff line change 3939 <distributionManagement >
4040 <snapshotRepository >
4141 <id >ossrh</id >
42- <url >https://oss. sonatype.org/content/repositories/snapshots </url >
42+ <url >https://ossrh-staging-api.central. sonatype.com/service/local/staging/deploy/maven2/ </url >
4343 </snapshotRepository >
4444 <repository >
4545 <id >ossrh</id >
46- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2/</url >
46+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/</url >
4747 </repository >
4848 </distributionManagement >
4949
197197 <plugin >
198198 <artifactId >maven-surefire-plugin</artifactId >
199199 <version >2.22.1</version >
200- <configuration >
201- <forkCount >3</forkCount >
202- <reuseForks >true</reuseForks >
203- <argLine >-Xmx512m -XX:MaxPermSize=256m</argLine >
204- </configuration >
200+ <configuration >
201+ <forkCount >3</forkCount >
202+ <reuseForks >true</reuseForks >
203+ </configuration >
205204 </plugin >
206205 <plugin >
207206 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments