naturzukunft commented on PR #324: URL: https://github.com/apache/commons-rdf/pull/324#issuecomment-2827928115
But my pipeline is downloading an old version ;-( Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/commons/commons-rdf-api/0.6.0-SNAPSHOT/commons-rdf-api-0.6.0-20250322.134200-21.pom ```xml <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>https://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> </repository> ``` expected: https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-rdf-api/0.6.0-SNAPSHOT/commons-rdf-api-0.6.0-20250124.151445-20.jar i changed now the url to: ```xml <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>https://repository.apache.org/content/groups/snapshots</url> <releases> <enabled>false</enabled> </releases> </repository> ``` also the newest version is not loaded. In [maven-metadata.xml](https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-rdf-api/0.6.0-SNAPSHOT/maven-metadata.xml) the latest version is `<lastUpdated>20250322134200</lastUpdated>`, what feels somehow wrong? Any idea ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org