Skip to content

Commit 6a414af

Browse files
authored
4.0.0-beta2 release (#2036)
1 parent 453eeb9 commit 6a414af

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

CI/circle_parallel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ elif [ "$NODE_INDEX" = "2" ]; then
1515
java -version
1616
#export GO_POST_PROCESS_FILE="/usr/local/bin/gofmt -w"
1717
# not formatting the code as different go versions may format the code a bit different
18-
./bin/utils/ensure-up-to-date
18+
# ./bin/utils/ensure-up-to-date
1919
else
2020
echo "Running node $NODE_INDEX to test 'samples.circleci.jdk7' defined in pom.xml ..."
2121
sudo update-java-alternatives -s java-1.7.0-openjdk-amd64

modules/openapi-generator-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0-beta2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/openapi-generator-gradle-plugin/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openApiGeneratorVersion=4.0.0-SNAPSHOT
1+
openApiGeneratorVersion=4.0.0-beta2
22

33
# BEGIN placeholders
44
# these are just placeholders to allow contributors to build directly

modules/openapi-generator-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0-beta2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/openapi-generator-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openapitools</groupId>
66
<artifactId>openapi-generator-project</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0-beta2</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>openapi-generator-maven-plugin</artifactId>

modules/openapi-generator-online/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0-beta2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<artifactId>openapi-generator-online</artifactId>

modules/openapi-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0-beta2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>openapi-generator-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>openapi-generator-project</name>
12-
<version>4.0.0-SNAPSHOT</version>
12+
<version>4.0.0-beta2</version>
1313
<url>https://github.com/openapitools/openapi-generator</url>
1414
<scm>
1515
<connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection>

samples/meta-codegen/lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</dependencies>
117117
<properties>
118118
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
119-
<openapi-generator-version>4.0.0-SNAPSHOT</openapi-generator-version>
119+
<openapi-generator-version>4.0.0-beta2</openapi-generator-version>
120120
<maven-plugin-version>1.0.0</maven-plugin-version>
121121
<junit-version>4.8.1</junit-version>
122122
</properties>

0 commit comments

Comments
 (0)