Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #361 from IrushiL/betaBuild
Browse files Browse the repository at this point in the history
Change the version to beta
  • Loading branch information
Irushi Liyanage authored Sep 27, 2019
2 parents db2f145 + 6fba744 commit 2c12a19
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wso2.ballerina-integrator</groupId>
<artifactId>ballerina-integrator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/doc-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wso2.ballerina-integrator</groupId>
<artifactId>ballerina-integrator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wso2.ballerina-integrator</groupId>
<artifactId>ballerina-integrator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.ballerina-integrator</groupId>
<artifactId>ballerina-integrator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta</version>
<packaging>pom</packaging>
<name>Ballerina Integrator</name>
<organization>
Expand Down Expand Up @@ -196,7 +196,7 @@
<maven.checkstyleplugin.excludes>**/SourceGen.java</maven.checkstyleplugin.excludes>
<maven.spotbugsplugin.exclude.file>spotbugs-exclude.xml</maven.spotbugsplugin.exclude.file>

<ballerina.version>1.0.0-alpha</ballerina.version>
<ballerina.version>1.0.0</ballerina.version>
<lsp4j.version>0.6.0</lsp4j.version>
<apache.commons.io.version>2.6</apache.commons.io.version>
<ballerina.lang.compiler.version>1.0.0-alpha</ballerina.lang.compiler.version>
Expand Down
2 changes: 1 addition & 1 deletion vscode/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.ballerina-integrator</groupId>
<artifactId>ballerina-integrator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vscode/snippet-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.ballerina-integrator</groupId>
<artifactId>ballerina-integrator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2c12a19

Please sign in to comment.