Skip to content

Commit 3d3950f

Browse files
committed
[maven-release-plugin] prepare release 2.0.0-beta.2
1 parent a4016b1 commit 3d3950f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.joschi.openapi-diff</groupId>
66
<artifactId>parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-beta.2</version>
88
</parent>
99

1010
<artifactId>cli</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.github.joschi.openapi-diff</groupId>
1919
<artifactId>core</artifactId>
20-
<version>2.0.0-SNAPSHOT</version>
20+
<version>2.0.0-beta.2</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>commons-cli</groupId>

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>com.github.joschi.openapi-diff</groupId>
66
<artifactId>parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-beta.2</version>
88
</parent>
99

1010
<artifactId>core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.github.joschi.openapi-diff</groupId>
1616
<artifactId>parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0-beta.2</version>
1818
<packaging>pom</packaging>
1919

2020
<name>openapi-diff-parent</name>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:https://github.com/joschi/openapi-diff.git</connection>
4444
<developerConnection>scm:git:https://github.com/joschi/openapi-diff.git</developerConnection>
4545
<url>https://github.com/joschi/openapi-diff</url>
46-
<tag>HEAD</tag>
46+
<tag>2.0.0-beta.2</tag>
4747
</scm>
4848

4949
<distributionManagement>

0 commit comments

Comments
 (0)