Skip to content

Commit 6558df9

Browse files
[maven-release-plugin] prepare release v0.8.1
1 parent 4f0d53c commit 6558df9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.ballerinalang</groupId>
2222
<artifactId>connector-mongodb-parent</artifactId>
23-
<version>0.8.1-SNAPSHOT</version>
23+
<version>0.8.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.ballerinalang</groupId>
2323
<artifactId>connector-mongodb-parent</artifactId>
24-
<version>0.8.1-SNAPSHOT</version>
24+
<version>0.8.1</version>
2525
<packaging>pom</packaging>
2626
<name>Ballerina - MongoDB Parent</name>
2727

2828
<scm>
2929
<url>https://github.com/ballerinalang/connector-mongodb.git</url>
3030
<developerConnection>scm:git:https://github.com/ballerinalang/connector-mongodb.git</developerConnection>
3131
<connection>scm:git:https://github.com/ballerinalang/connector-mongodb.git</connection>
32-
<tag>HEAD</tag>
32+
<tag>v0.8.1</tag>
3333
</scm>
3434

3535
<repositories>

0 commit comments

Comments
 (0)