mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Fixes from 1.3.0 release branch and version update (#1027)
* Fix release.sh update-version to work with new parent pom hierarchy * Update CHANGELOG for 1.3.0 release * fix release script to deal with maven timestamps * Update graal tests to work with new parent pom hierarchy * Update release.sh to set helidon.version correctly * Move gpg plugin management and execution for the release profile under parent/pom.xml Move nexus plugin extension for the release profile under parent/pom.xml Move the staging profile under parent/pom.xml Added missing snapshot repository under distribution management in parent/pom.xml * Fixes #1024 - Bad build time subsitution for bare archetypes pom Fixes #1025 - archetype-packaging plugin needs to be declared as an extension Reverting dependencies on helidon-metrics2 back helidon-metrics for all SE examples Removing helidon-metrics2 from the BOM pom to prevent end-user from using it Update examples/grpc/metrics README to fix test step. * Update version to 1.3.1-SNAPSHOT
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.applications</groupId>
|
||||
<artifactId>helidon-mp</artifactId>
|
||||
<version>1.2.2-SNAPSHOT</version>
|
||||
<version>1.3.1-SNAPSHOT</version>
|
||||
<relativePath>../../../applications/mp/pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>io.helidon.examples.microprofile</groupId>
|
||||
|
||||
Reference in New Issue
Block a user