camunda-community-hub / community-action-maven-release

Opinionated GitHub action to release community projects to Maven Central
Apache License 2.0
7 stars 4 forks source link

feature: adopted action to use 1.2.2 of the parent #26

Closed zambrovski closed 2 years ago

zambrovski commented 2 years ago

Bernd,

I adopted the action to publish the artifact release into two repositories by calling mvn deploy twice with different profiles. I believe this is the best approach available, since any other attempts to simulate the Maven run might fail... I also believe it is better than tinkering with .index file as it is currently done in the snapshot release.

Changes

Please merge and release 1.0.9

Cheers,

Simon