Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Aug 13, 2020
1 parent 074f882 commit 793b393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.joschi.openapi-diff</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-beta.4</version>
</parent>

<artifactId>cli</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.joschi.openapi-diff</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-beta.4</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.joschi.openapi-diff</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-beta.4</version>
</parent>

<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@

<groupId>com.github.joschi.openapi-diff</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-beta.4</version>
<packaging>pom</packaging>

<name>openapi-diff-parent</name>
Expand Down Expand Up @@ -43,7 +43,7 @@
<connection>scm:git:https://github.com/joschi/openapi-diff.git</connection>
<developerConnection>scm:git:https://github.com/joschi/openapi-diff.git</developerConnection>
<url>https://github.com/joschi/openapi-diff</url>
<tag>HEAD</tag>
<tag>2.0.0-beta.4</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 793b393

Please sign in to comment.