Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored and web-flow committed Oct 24, 2022
1 parent 22eb95f commit d97efb0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openapitools.openapidiff</groupId>
<artifactId>openapi-diff-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-beta.4</version>
</parent>

<artifactId>openapi-diff-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openapitools.openapidiff</groupId>
<artifactId>openapi-diff-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-beta.4</version>
</parent>

<artifactId>openapi-diff-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-example/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>openapi-diff-parent</artifactId>
<groupId>org.openapitools.openapidiff</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-beta.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<plugin>
<groupId>org.openapitools.openapidiff</groupId>
<artifactId>openapi-diff-maven</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-beta.4</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openapitools.openapidiff</groupId>
<artifactId>openapi-diff-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-beta.4</version>
</parent>

<artifactId>openapi-diff-maven</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>org.openapitools.openapidiff</groupId>
<artifactId>openapi-diff-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-beta.4</version>
<packaging>pom</packaging>

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

<distributionManagement>
Expand All @@ -75,7 +75,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2022-07-25T10:13:53Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-10-24T20:28:07Z</project.build.outputTimestamp>
<project.scm.id>github</project.scm.id>

<sonar.organization>openapitools</sonar.organization>
Expand All @@ -92,7 +92,7 @@
<dependency>
<groupId>org.openapitools.openapidiff</groupId>
<artifactId>openapi-diff-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-beta.4</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit d97efb0

Please sign in to comment.