File tree 9 files changed +9
-9
lines changed
openapi-generator-gradle-plugin
openapi-generator-maven-plugin
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ elif [ "$NODE_INDEX" = "2" ]; then
15
15
java -version
16
16
# export GO_POST_PROCESS_FILE="/usr/local/bin/gofmt -w"
17
17
# 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
19
19
else
20
20
echo " Running node $NODE_INDEX to test 'samples.circleci.jdk7' defined in pom.xml ..."
21
21
sudo update-java-alternatives -s java-1.7.0-openjdk-amd64
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.openapitools</groupId >
5
5
<artifactId >openapi-generator-project</artifactId >
6
- <version >4.0.0-SNAPSHOT </version >
6
+ <version >4.0.0-beta2 </version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1
- openApiGeneratorVersion =4.0.0-SNAPSHOT
1
+ openApiGeneratorVersion =4.0.0-beta2
2
2
3
3
# BEGIN placeholders
4
4
# these are just placeholders to allow contributors to build directly
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.openapitools</groupId >
5
5
<artifactId >openapi-generator-project</artifactId >
6
- <version >4.0.0-SNAPSHOT </version >
6
+ <version >4.0.0-beta2 </version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.openapitools</groupId >
6
6
<artifactId >openapi-generator-project</artifactId >
7
- <version >4.0.0-SNAPSHOT </version >
7
+ <version >4.0.0-beta2 </version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<artifactId >openapi-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.openapitools</groupId >
5
5
<artifactId >openapi-generator-project</artifactId >
6
- <version >4.0.0-SNAPSHOT </version >
6
+ <version >4.0.0-beta2 </version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<artifactId >openapi-generator-online</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.openapitools</groupId >
5
5
<artifactId >openapi-generator-project</artifactId >
6
- <version >4.0.0-SNAPSHOT </version >
6
+ <version >4.0.0-beta2 </version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 9
9
<artifactId >openapi-generator-project</artifactId >
10
10
<packaging >pom</packaging >
11
11
<name >openapi-generator-project</name >
12
- <version >4.0.0-SNAPSHOT </version >
12
+ <version >4.0.0-beta2 </version >
13
13
<url >https://github.com/openapitools/openapi-generator</url >
14
14
<scm >
15
15
<connection >scm:git:git@github.com:openapitools/openapi-generator.git</connection >
Original file line number Diff line number Diff line change 116
116
</dependencies >
117
117
<properties >
118
118
<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 >
120
120
<maven-plugin-version >1.0.0</maven-plugin-version >
121
121
<junit-version >4.8.1</junit-version >
122
122
</properties >
You can’t perform that action at this time.
0 commit comments