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

Commit

Permalink
[maven-release-plugin] prepare release v0.8.1-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
akalankapagoda committed Feb 25, 2017
1 parent 8c6d1c5 commit dbef775
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-composer-parent</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion modules/services/workspace-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.ballerinalang</groupId>
<artifactId>workspace-service</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.1</version>
<name>Ballerina Composer - Workspace Service</name>

<repositories>
Expand Down Expand Up @@ -221,4 +221,8 @@
<com.fasterxml.jackson.version.range>[2.7.0,2.8.0)</com.fasterxml.jackson.version.range>
<swagger-parser-version>1.0.25</swagger-parser-version>
</properties>

<scm>
<tag>v0.8.1-RC1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-composer-parent</artifactId>
<packaging>pom</packaging>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.1</version>
<name>Ballerina Composer - Parent</name>

<scm>
<url>https://github.com/ballerinalang/composer.git</url>
<developerConnection>scm:git:https://github.com/ballerinalang/composer.git</developerConnection>
<connection>scm:git:https://github.com/ballerinalang/composer.git</connection>
<tag>HEAD</tag>
<tag>v0.8.1-RC1</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit dbef775

Please sign in to comment.