Skip to content

Commit bec2d73

Browse files
authored
Update version to 1.1.1-SNAPSHOT (helidon-io#686)
* Update CHANGELOG for 1.1.0 release * Make sure to only update project version when processing project pom * Update version to 1.1.1-SNAPSHOT
1 parent 497b621 commit bec2d73

228 files changed

Lines changed: 243 additions & 233 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
### Notes
1111

12+
### Improvements
13+
14+
### Fixes
15+
16+
## [1.1.0]
17+
18+
### Notes
19+
1220
This release contains bug fixes and a number of early implementations of
1321
significant new features.
1422

1523
### Improvements
1624

17-
These features represent work in progress and should be considered experimental:
25+
These features represent work in progress and should be considered experimental.
26+
These APIs are subject to change.
1827

1928
- Initial implementation of gRPC server/framework [543](https://github.com/oracle/helidon/pull/543)
2029
- Initial JTA/JPA support for MP [501](https://github.com/oracle/helidon/pull/501)
@@ -23,7 +32,7 @@ These features represent work in progress and should be considered experimental:
2332

2433
### Fixes
2534

26-
- Graal native image update to work with GA [677](https://github.com/oracle/helidon/pull/677)
35+
- Graal native image update to work with 19 GA [677](https://github.com/oracle/helidon/pull/677)
2736
- Tracing: Activate and start instead of just starting the main span [598](https://github.com/oracle/helidon/pull/598)
2837
- Config: refactor change support [579](https://github.com/oracle/helidon/pull/579)
2938
- Config: Config object mapping was missing from bom pom. [529](https://github.com/oracle/helidon/pull/529)
@@ -295,7 +304,8 @@ for details.
295304
### Notes
296305
- Initial source drop on Github
297306

298-
[Unreleased]: https://github.com/oracle/helidon/compare/1.0.3...HEAD
307+
[Unreleased]: https://github.com/oracle/helidon/compare/1.1.0...HEAD
308+
[1.1.0]: https://github.com/oracle/helidon/compare/1.0.3...1.1.0
299309
[1.0.3]: https://github.com/oracle/helidon/compare/1.0.2...1.0.3
300310
[1.0.2]: https://github.com/oracle/helidon/compare/1.0.1...1.0.2
301311
[1.0.1]: https://github.com/oracle/helidon/compare/1.0.0...1.0.1

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon</groupId>
2525
<artifactId>helidon-project</artifactId>
26-
<version>1.1.0-SNAPSHOT</version>
26+
<version>1.1.1-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-bom</artifactId>
2929
<packaging>pom</packaging>

bundles/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-config</artifactId>

bundles/jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-jersey</artifactId>

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon</groupId>
2424
<artifactId>helidon-project</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.1-SNAPSHOT</version>
2626
</parent>
2727
<modules>
2828
<module>config</module>

bundles/security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-security</artifactId>

bundles/webserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-webserver</artifactId>

common/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.common</groupId>
2525
<artifactId>helidon-common-project</artifactId>
26-
<version>1.1.0-SNAPSHOT</version>
26+
<version>1.1.1-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-common</artifactId>
2929
<name>Helidon Common</name>

common/configurable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.helidon.common</groupId>
2626
<artifactId>helidon-common-project</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.1-SNAPSHOT</version>
2828
</parent>
2929
<name>Helidon Common Configurable</name>
3030
<artifactId>helidon-common-configurable</artifactId>

common/context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.common</groupId>
2424
<artifactId>helidon-common-project</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-common-context</artifactId>
2828
<name>Helidon Common Context</name>

0 commit comments

Comments
 (0)