Skip to content

Commit b72ea47

Browse files
committed
Upgrade next development version to 4.0.0-SNAPSHOT
1 parent 49f010b commit b72ea47

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
= Spring Shell image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=spring-shell"]
22

3-
Spring Shell helps you to create Spring-powered, production-grade applications targeting
3+
Spring Shell helps you create Spring-powered, production-grade applications targeting the
44
_CLI_ space. It takes an opinionated view of the Spring platform so that new and existing
5-
users can quickly get to the bits they need.
5+
users can quickly get the bits they need.
66

77
You can use Spring Shell to create stand-alone Java applications that can be started using
8-
java -jar or more sophisticated GraalVM native ways to create platform dependant apps.
8+
`java -jar` or more sophisticated GraalVM native ways to create platform dependant apps.
99

1010
Our primary goals are:
1111

@@ -38,7 +38,7 @@ public class DemoApplication {
3838
}
3939
----
4040

41-
Running it as _jar_ interactive:
41+
Running it as an executable _jar_ in an interactive mode:
4242

4343
[source,bash]
4444
----
@@ -63,7 +63,7 @@ shell:>hi
6363
hi
6464
----
6565

66-
Running it as _jar_ non-interactive:
66+
Or running it in a non-interactive mode:
6767

6868
[source,bash]
6969
----
@@ -91,7 +91,7 @@ We like to know the Spring Boot and Shell version, operating system, and JVM ver
9191

9292
== Building from Source
9393

94-
Active development branch is `main` targeting work for `3.2.x`. `3.1.x`, `3.0.x` and `2.1.x` are for maintaining current active releases.
94+
The `main` branch contains the work for the next major release `4.0.0`.
9595

9696
Building and running tests:
9797

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=3.4.2-SNAPSHOT
2-
springBootVersion=3.5.5-SNAPSHOT
1+
version=4.0.0-SNAPSHOT
2+
springBootVersion=4.0.0-SNAPSHOT
33
nativeBuildToolsVersion=0.10.6
44
commonsIoVersion=2.20.0
55
jlineVersion=3.30.4

0 commit comments

Comments
 (0)