Skip to content

Commit

Permalink
[maven-release-plugin] prepare release assertj-core-3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Sep 19, 2021
1 parent a7ef096 commit 8f8b742
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<groupId>org.assertj</groupId>
<artifactId>assertj-parent-pom</artifactId>
<version>2.2.13</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>assertj-core</artifactId>
<version>3.21.0-SNAPSHOT</version>
<version>3.21.0</version>
<packaging>jar</packaging>

<name>AssertJ fluent assertions</name>
Expand All @@ -20,7 +20,7 @@
<developerConnection>scm:git:git@github.com:assertj/assertj-core.git</developerConnection>
<connection>scm:git:git@github.com:assertj/assertj-core.git</connection>
<url>git@github.com:assertj/assertj-core</url>
<tag>HEAD</tag>
<tag>assertj-core-3.21.0</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down Expand Up @@ -220,7 +220,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -297,7 +297,7 @@
<exclude>*:*:*:jar:compile</exclude>
</excludes>
</bannedDependencies>
<dependencyConvergence/>
<dependencyConvergence />
<requireJavaVersion>
<version>[11,)</version>
</requireJavaVersion>
Expand Down

0 comments on commit 8f8b742

Please sign in to comment.