It's currently unclear to me what the latest release status of the org.eclipse.cbi maven plugins is?
The 1.5.4-SNAPSHOT folder is is empty
https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.5.4-SNAPSHOT/
and the 1.5.4 (release) folder is not:
https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.5.4/
So it seems version 1.5.4 is released. But there was no corresponding preparation of the subsequent development cycle in
and the Maven plugins still use version 1.5.4-SNAPSHOT (by inheriting it from the parent):
|
<groupId>org.eclipse.cbi.maven.plugins</groupId> |
|
<artifactId>eclipse-jarsigner-plugin</artifactId> |
|
<packaging>maven-plugin</packaging> |
|
|
|
<parent> |
|
<groupId>org.eclipse.cbi.maven.plugins</groupId> |
|
<artifactId>maven-plugin-parent</artifactId> |
|
<version>1.5.4-SNAPSHOT</version> |
|
<relativePath>../pom.xml</relativePath> |
|
</parent> |
Is there just the version update missing in the poms or was that version accidentally released?
Maybe relates to
See also
It's currently unclear to me what the latest release status of the org.eclipse.cbi maven plugins is?
The
1.5.4-SNAPSHOTfolder is is emptyhttps://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.5.4-SNAPSHOT/
and the 1.5.4 (release) folder is not:
https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.5.4/
So it seems version 1.5.4 is released. But there was no corresponding preparation of the subsequent development cycle in
and the Maven plugins still use version
1.5.4-SNAPSHOT(by inheriting it from the parent):org.eclipse.cbi/maven-plugins/eclipse-jarsigner-plugin/pom.xml
Lines 16 to 25 in e8f5513
Is there just the version update missing in the poms or was that version accidentally released?
Maybe relates to
See also