Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Jul 28, 2019
1 parent 678a714 commit 934438f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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 ">
<modelVersion>4.0.0</modelVersion>
<artifactId>assertj-core</artifactId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>AssertJ fluent assertions</name>
<description>Rich and fluent assertions for testing for Java</description>
Expand All @@ -25,7 +25,7 @@
<developerConnection>scm:git:git@github.com:joel-costigliola/assertj-core.git</developerConnection>
<connection>scm:git:git@github.com:joel-costigliola/assertj-core.git</connection>
<url>git@github.com:joel-costigliola/assertj-core</url>
<tag>assertj-core-3.13.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit 934438f

Please sign in to comment.