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

Commit dbef775

Browse files
[maven-release-plugin] prepare release v0.8.1-RC1
1 parent 8c6d1c5 commit dbef775

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

modules/distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.ballerinalang</groupId>
2424
<artifactId>ballerina-composer-parent</artifactId>
25-
<version>0.8.2-SNAPSHOT</version>
25+
<version>0.8.1</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

modules/services/workspace-service/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.ballerinalang</groupId>
2727
<artifactId>workspace-service</artifactId>
28-
<version>0.8.2-SNAPSHOT</version>
28+
<version>0.8.1</version>
2929
<name>Ballerina Composer - Workspace Service</name>
3030

3131
<repositories>
@@ -221,4 +221,8 @@
221221
<com.fasterxml.jackson.version.range>[2.7.0,2.8.0)</com.fasterxml.jackson.version.range>
222222
<swagger-parser-version>1.0.25</swagger-parser-version>
223223
</properties>
224+
225+
<scm>
226+
<tag>v0.8.1-RC1</tag>
227+
</scm>
224228
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
<groupId>org.ballerinalang</groupId>
2929
<artifactId>ballerina-composer-parent</artifactId>
3030
<packaging>pom</packaging>
31-
<version>0.8.2-SNAPSHOT</version>
31+
<version>0.8.1</version>
3232
<name>Ballerina Composer - Parent</name>
3333

3434
<scm>
3535
<url>https://github.com/ballerinalang/composer.git</url>
3636
<developerConnection>scm:git:https://github.com/ballerinalang/composer.git</developerConnection>
3737
<connection>scm:git:https://github.com/ballerinalang/composer.git</connection>
38-
<tag>HEAD</tag>
38+
<tag>v0.8.1-RC1</tag>
3939
</scm>
4040

4141
<dependencyManagement>

0 commit comments

Comments
 (0)