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

Commit 454132a

Browse files
committed
[maven-release-plugin] prepare release v0.88
1 parent 078907a commit 454132a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

modules/services/workspace-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.ballerinalang</groupId>
2121
<artifactId>ballerina-composer-parent</artifactId>
22-
<version>0.88-SNAPSHOT</version>
22+
<version>0.88</version>
2323
<relativePath>../../../pom.xml</relativePath>
2424
</parent>
2525

modules/web/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.ballerinalang</groupId>
2323
<artifactId>ballerina-composer-parent</artifactId>
24-
<version>0.88-SNAPSHOT</version>
24+
<version>0.88</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

@@ -179,8 +179,8 @@
179179
<value>Ballerina Composer v\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion} |</value>
180180
</replacement>
181181
<replacement>
182-
<token>id="aboutModalLabel">v(.*?)&lt;</token>
183-
<value>id="aboutModalLabel">v\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}&lt;</value>
182+
<token>id="aboutModalLabel"&gt;v(.*?)&lt;</token>
183+
<value>id="aboutModalLabel"&gt;v\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}&lt;</value>
184184
</replacement>
185185
</replacements>
186186
</configuration>

modules/web/test/UITests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.ballerinalang</groupId>
2525
<artifactId>ballerina-composer-parent</artifactId>
26-
<version>0.88-SNAPSHOT</version>
26+
<version>0.88</version>
2727
<relativePath>../../../../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>ballerina-composer-parent</artifactId>
2929
<packaging>pom</packaging>
30-
<version>0.88-SNAPSHOT</version>
30+
<version>0.88</version>
3131
<name>Ballerina Composer - Parent</name>
3232

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

4141
<repositories>

0 commit comments

Comments
 (0)