Skip to content

Commit c55cb82

Browse files
committed
[maven-release-plugin] prepare release 2.0.0-beta.1
1 parent 7df69df commit c55cb82

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

cli/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.github.joschi.openapi-diff</groupId>
76
<artifactId>parent</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-beta.1</version>
98
</parent>
109

1110
<artifactId>cli</artifactId>
@@ -18,7 +17,7 @@
1817
<dependency>
1918
<groupId>com.github.joschi.openapi-diff</groupId>
2019
<artifactId>core</artifactId>
21-
<version>2.0.0-SNAPSHOT</version>
20+
<version>2.0.0-beta.1</version>
2221
</dependency>
2322
<dependency>
2423
<groupId>commons-cli</groupId>

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.github.joschi.openapi-diff</groupId>
76
<artifactId>parent</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-beta.1</version>
98
</parent>
109

1110
<artifactId>core</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -15,7 +14,7 @@
1514

1615
<groupId>com.github.joschi.openapi-diff</groupId>
1716
<artifactId>parent</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0-beta.1</version>
1918
<packaging>pom</packaging>
2019

2120
<name>openapi-diff-parent</name>
@@ -39,7 +38,7 @@
3938
<connection>scm:git:http://github.com/joschi/openapi-diff.git</connection>
4039
<developerConnection>scm:git:http://github.com/joschi/openapi-diff.git</developerConnection>
4140
<url>https://github.com/joschi/openapi-diff</url>
42-
<tag>HEAD</tag>
41+
<tag>2.0.0-beta.1</tag>
4342
</scm>
4443

4544
<distributionManagement>

0 commit comments

Comments
 (0)