Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakarta.ee-spec] PR for org.eclipse.ee4j:project pom

The following PR:

Updates the staging profile to include a workaround for the current jakarta.enterprise:jakarta.enterprise.cdi-api staging ssue by adding the staging repository that exists after the current global staging repository.

Spec projects that depend on the cdi-api could update their parent pom reference to:
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
</parent>
Once this has been merged and released to be able to build against the current staged 2.0.2 cdi-api release.

Speaking of releasing, I’m not seeing which CI does this build. Can someone who know where this is merge and release this and let the leads list know.

Thanks


Back to the top