Skip to content

Commit 9f684f9

Browse files
joschiweb-flow
authored andcommitted
[maven-release-plugin] prepare release 2.0.0-beta.14
1 parent bf26b65 commit 9f684f9

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openapitools.openapidiff</groupId>
66
<artifactId>openapi-diff-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-beta.14</version>
88
</parent>
99

1010
<artifactId>openapi-diff-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openapitools.openapidiff</groupId>
66
<artifactId>openapi-diff-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-beta.14</version>
88
</parent>
99

1010
<artifactId>openapi-diff-core</artifactId>

maven-example/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>openapi-diff-parent</artifactId>
75
<groupId>org.openapitools.openapidiff</groupId>
8-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-beta.14</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

@@ -20,7 +18,7 @@
2018
<plugin>
2119
<groupId>org.openapitools.openapidiff</groupId>
2220
<artifactId>openapi-diff-maven</artifactId>
23-
<version>2.0.0-SNAPSHOT</version>
21+
<version>2.0.0-beta.14</version>
2422
<executions>
2523
<execution>
2624
<goals>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openapitools.openapidiff</groupId>
77
<artifactId>openapi-diff-parent</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0-beta.14</version>
99
</parent>
1010

1111
<artifactId>openapi-diff-maven</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.openapitools.openapidiff</groupId>
1111
<artifactId>openapi-diff-parent</artifactId>
12-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0-beta.14</version>
1313
<packaging>pom</packaging>
1414

1515
<name>openapi-diff-parent</name>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:https://github.com/OpenAPITools/openapi-diff.git</connection>
5555
<developerConnection>scm:git:https://github.com/OpenAPITools/openapi-diff.git</developerConnection>
5656
<url>https://github.com/OpenAPITools/openapi-diff</url>
57-
<tag>HEAD</tag>
57+
<tag>2.0.0-beta.14</tag>
5858
</scm>
5959

6060
<distributionManagement>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.openapitools.openapidiff</groupId>
9393
<artifactId>openapi-diff-core</artifactId>
94-
<version>2.0.0-SNAPSHOT</version>
94+
<version>2.0.0-beta.14</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.junit</groupId>

0 commit comments

Comments
 (0)