Skip to content

Commit

Permalink
update helidon version
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Dec 21, 2023
1 parent 73a04d7 commit 28f3c2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/quickstarts/helidon-quickstart-mp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType(JavaCompile) {
}

ext {
helidonversion = '3.2.5-SNAPSHOT'
helidonversion = '3.2.6-SNAPSHOT'
mainClass='io.helidon.microprofile.cdi.Main'
}

Expand Down
2 changes: 1 addition & 1 deletion examples/quickstarts/helidon-quickstart-se/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tasks.withType(JavaCompile) {
}

ext {
helidonversion = '3.2.5-SNAPSHOT'
helidonversion = '3.2.6-SNAPSHOT'
mainClass='io.helidon.examples.quickstart.se.Main'
}

Expand Down
2 changes: 1 addition & 1 deletion examples/webserver/fault-tolerance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The output will be like:

```bash
[Wed Sep 26 16:01:16 CEST 2023] INFO: io.helidon.common.LogConfig doConfigureLogging - Logging at initialization configured using classpath: /logging.properties
[Wed Sep 26 16:01:17 CEST 2023] INFO: io.helidon.common.HelidonFeatures features - Helidon SE 3.2.5-SNAPSHOT features: [Config, Fault Tolerance, Tracing, WebServer]
[Wed Sep 26 16:01:17 CEST 2023] INFO: io.helidon.common.HelidonFeatures features - Helidon SE 3.2.6-SNAPSHOT features: [Config, Fault Tolerance, Tracing, WebServer]
[Wed Sep 26 16:01:17 CEST 2023] INFO: io.helidon.webserver.NettyWebServer lambda$start$9 - Channel '@default' started: [id: 0xb11f6086, L:/[0:0:0:0:0:0:0:0]:8079]
Server started on http://localhost:8079
```
2 changes: 1 addition & 1 deletion examples/webserver/tls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The output will be like:

```bash
[Wed Sep 27 16:11:25 CEST 2023] INFO: io.helidon.common.LogConfig doConfigureLogging - Logging at initialization configured using classpath: /logging.properties
[Wed Sep 27 16:11:25 CEST 2023] INFO: io.helidon.common.HelidonFeatures features - Helidon SE 3.2.5-SNAPSHOT features: [Config, Tracing, WebServer]
[Wed Sep 27 16:11:25 CEST 2023] INFO: io.helidon.common.HelidonFeatures features - Helidon SE 3.2.6-SNAPSHOT features: [Config, Tracing, WebServer]
[Wed Sep 27 16:11:25 CEST 2023] INFO: io.helidon.webserver.NettyWebServer lambda$start$9 - Channel '@default' started: [id: 0xb28f94e2, L:/[0:0:0:0:0:0:0:0]:8080] with TLS
Started config based WebServer on http://localhost:8080
[Wed Sep 27 16:11:25 CEST 2023] INFO: io.helidon.webserver.NettyWebServer lambda$start$9 - Channel '@default' started: [id: 0x8aed396c, L:/[0:0:0:0:0:0:0:0]:8081] with TLS
Expand Down

0 comments on commit 28f3c2a

Please sign in to comment.