maven central search not see my library new version -


i deployed new version of library version 1.15 maven central.
mean - can via gradle, can see in maven-metadata.xml last version set 1.15, , can see in browser in path https://repo1.maven.org/maven2/com/mycompany/malibrary/1.15 old versions

however maven central search http://search.maven.org/ did not able find new version artefacts! show old versions (1.10 example)

did miss something? been 2 weeks since release maven


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -