Skip to content

Uncleare release status of org.eclipse.cbi maven plugins #804

@HannesWell

Description

@HannesWell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions