merks opened a new issue, #875:
URL: https://github.com/apache/mina-sshd/issues/875

   This folder properly exists
   
   https://repo1.maven.org/maven2/org/apache/sshd/sshd-osgi/2.17.0
   
   But the POM references the parent POM:
   
   
https://repo1.maven.org/maven2/org/apache/sshd/sshd-osgi/2.17.0/sshd-osgi-2.17.0.pom
   
   ```
   <parent>
   <groupId>org.apache.sshd</groupId>
   <artifactId>sshd</artifactId>
   <version>2.17.0</version>
   </parent>
   ```
   
   And the folder for the parent POM does not contain a pom resource: 
   
   https://repo1.maven.org/maven2/org/apache/sshd/sshd/2.17.0/
   
   Unlike the 2.16.0 release for which this exists:
   
   https://repo1.maven.org/maven2/org/apache/sshd/sshd/2.16.0/sshd-2.16.0.pom
   
   As a result, attempts to use the new version fails:
   
   
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/3621#issuecomment-3782027895
   
   I'm not sure if the missing POM resource can be added after the fact or if a 
new release is needed...


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to