Skip to content

Commit

Permalink
Prepare 3.18.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Oct 25, 2020
1 parent 1873ff0 commit 73101fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<artifactId>assertj-core</artifactId>
<version>3.17.3-SNAPSHOT</version>
<version>3.18.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>AssertJ fluent assertions</name>
<description>Rich and fluent assertions for testing for Java</description>
Expand Down
4 changes: 2 additions & 2 deletions verify.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# The version ranges will change as the version of
# AssertJ and/or its dependencies change.
-runbundles: \
assertj-core;version='[3.17.3,3.17.4)',\
assertj-core-tests;version='[3.17.3,3.17.4)',\
assertj-core;version='[3.18.0,3.18.1)',\
assertj-core-tests;version='[3.18.0,3.18.1)',\
junit-jupiter-api;version='[5.6.2,5.6.3)',\
junit-jupiter-engine;version='[5.6.2,5.6.3)',\
junit-platform-commons;version='[1.6.2,1.6.3)',\
Expand Down

0 comments on commit 73101fc

Please sign in to comment.