Skip to content

Commit

Permalink
Update version for 0.8.0-M3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bsenduran committed Jan 27, 2017
1 parent 6776128 commit 110c61a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/ballerina-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.wso2.ballerina</groupId>
<artifactId>workspace-service</artifactId>
<name>WSO2 Ballerina - Tooling - Workspace Service</name>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</version>
<repositories>
<repository>
<releases>
Expand Down Expand Up @@ -59,7 +59,7 @@
<antlr4.runtime.version>4.5.1.wso2v1</antlr4.runtime.version>
<commons-cli.version>1.3.1</commons-cli.version>
<gson.version>2.7</gson.version>
<ballerina.version>0.8.0-SNAPSHOT</ballerina.version>
<ballerina.version>0.8.0-M3</ballerina.version>
<slf4j-log4j.version>1.7.5</slf4j-log4j.version>
<testng.version>6.9.4</testng.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions modules/editor/services/workspace-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.wso2.ballerina</groupId>
<artifactId>workspace-service</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</version>
<name>WSO2 Ballerina - Tooling - Workspace Service</name>

<repositories>
Expand Down Expand Up @@ -103,7 +103,7 @@
<junit.version>4.12</junit.version>
<slf4j-log4j.version>1.7.5</slf4j-log4j.version>
<gson.version>2.7</gson.version>
<ballerina.version>0.8.0-SNAPSHOT</ballerina.version>
<ballerina.version>0.8.0-M3</ballerina.version>
<antlr4.runtime.version>4.5.1.wso2v1</antlr4.runtime.version>
<testng.version>6.9.4</testng.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tests/test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>tests</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</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 @@ -29,7 +29,7 @@
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<packaging>pom</packaging>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M3</version>
<name>WSO2 Ballerina - Parent</name>

<url>http://wso2.org</url>
Expand Down Expand Up @@ -365,7 +365,7 @@
</build>

<properties>
<ballerina.version>0.8.0-SNAPSHOT</ballerina.version>
<ballerina.version>0.8.0-M3</ballerina.version>
<ballerina.package.export.version>0.8.0</ballerina.package.export.version>

<!-- Maven plugins -->
Expand Down

0 comments on commit 110c61a

Please sign in to comment.