Skip to content

Commit 8929220

Browse files
Prepare 3.19.0 version
1 parent 81ba1cc commit 8929220

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>assertj-core</artifactId>
5-
<version>3.18.2-SNAPSHOT</version>
5+
<version>3.19.0-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>AssertJ fluent assertions</name>
88
<description>Rich and fluent assertions for testing for Java</description>

verify.bndrun

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
# The version ranges will change as the version of
3131
# AssertJ and/or its dependencies change.
3232
-runbundles: \
33-
assertj-core;version='[3.18.2,3.18.3)',\
34-
assertj-core-tests;version='[3.18.2,3.18.3)',\
33+
assertj-core;version='[3.19.0,3.19.1)',\
34+
assertj-core-tests;version='[3.19.0,3.19.1)',\
3535
junit-jupiter-api;version='[5.6.3,5.6.4)',\
3636
junit-jupiter-engine;version='[5.6.3,5.6.4)',\
3737
junit-platform-commons;version='[1.6.3,1.6.4)',\

0 commit comments

Comments
 (0)