Set version to 4.0.0-SNAPSHOT

This reverts commit 6a414af13f71ac062992e838926906f6735d036c.
This commit is contained in:
Jeremie Bresson 2019-02-01 00:03:51 +01:00
parent 6a414af13f
commit 16f52cf2ad
9 changed files with 9 additions and 9 deletions

View File

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

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<version>4.0.0-beta2</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -1,4 +1,4 @@
openApiGeneratorVersion=4.0.0-beta2 openApiGeneratorVersion=4.0.0-SNAPSHOT
# BEGIN placeholders # BEGIN placeholders
# these are just placeholders to allow contributors to build directly # these are just placeholders to allow contributors to build directly

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<version>4.0.0-beta2</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<version>4.0.0-beta2</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<version>4.0.0-beta2</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>openapi-generator-online</artifactId> <artifactId>openapi-generator-online</artifactId>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<version>4.0.0-beta2</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -9,7 +9,7 @@
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>openapi-generator-project</name> <name>openapi-generator-project</name>
<version>4.0.0-beta2</version> <version>4.0.0-SNAPSHOT</version>
<url>https://github.com/openapitools/openapi-generator</url> <url>https://github.com/openapitools/openapi-generator</url>
<scm> <scm>
<connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection>

View File

@ -116,7 +116,7 @@
</dependencies> </dependencies>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openapi-generator-version>4.0.0-beta2</openapi-generator-version> <openapi-generator-version>4.0.0-SNAPSHOT</openapi-generator-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.8.1</junit-version> <junit-version>4.8.1</junit-version>
</properties> </properties>