Skip to content

Commit 8e2bf54

Browse files
committed
chore: Fix SNAPSHOT versions in docs
1 parent ca5d083 commit 8e2bf54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
VERSION := 3.0.0-SNAPSHOT
16+
VERSION := 3.2.0-SNAPSHOT
1717
RELEASE_GIT_REMOTE := origin
1818
GIT_COMMIT := $(shell git rev-list -1 HEAD)
1919

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ When choosing Maven as build tool the pom file is a normal Spring Boot project w
9999
<java.version>17</java.version>
100100
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
101101
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
102-
<citrus.simulator.version>3.0.0-SNAPSHOT</citrus.simulator.version>
103-
<spring.boot.version>3.1.2</spring.boot.version>
102+
<citrus.simulator.version>3.2.0-SNAPSHOT</citrus.simulator.version>
103+
<spring.boot.version>3.5.5</spring.boot.version>
104104
</properties>
105105

106106
<dependencyManagement>

0 commit comments

Comments
 (0)