Skip to content

Commit

Permalink
[maven-release-plugin] prepare release assertj-core-3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Jan 3, 2022
1 parent 2213028 commit 5e4779c
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.14</version>
<relativePath/>
<relativePath />
</parent>

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

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

0 comments on commit 5e4779c

Please sign in to comment.