Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] Staged artifact isn't a SNAPSHOT

The version is controlled by the <version> entry in the pom.xml.

Did you use the maven-release-plugin to deploy the artifact?
The maven-release-plugin updates the version number to the next
non-snapshot version, then deploys it.

If you want to deploy SNAPSHOT versions, you shouldn't use the
maven-release-plugin.

I wrote up how I'm doing it here:
https://wiki.eclipse.org/EE4J_Maven_Publishing


Mark Thomas wrote on 10/30/2018 02:25 PM:
> Hi,
> 
> I'm in need of some help/advice.
> 
> I've just managed to get EL 3.0.2 visible here:
> https://oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/
> 
> However, it doesn't have the snapshot marker in the version. What have I
> done wrong and how do I fix it?
> 
> Mark
> _______________________________________________
> ee4j-build mailing list
> ee4j-build@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/ee4j-build
> 


Back to the top