Skip to content

Commit 2cd5a77

Browse files
committed
Bump version to 0.6.2
1 parent 05cd08b commit 2cd5a77

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.streamnative.lightproto</groupId>
2525
<artifactId>lightproto</artifactId>
26-
<version>0.6.1</version>
26+
<version>0.6.2</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

code-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.6.1</version>
25+
<version>0.6.2</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

gradle-plugin-marker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.6.1</version>
25+
<version>0.6.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.6.1</version>
25+
<version>0.6.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.6.1</version>
25+
<version>0.6.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>io.streamnative.lightproto</groupId>
2525
<artifactId>lightproto</artifactId>
26-
<version>0.6.1</version>
26+
<version>0.6.2</version>
2727
<packaging>pom</packaging>
2828

2929
<name>lightproto</name>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.6.1</version>
25+
<version>0.6.2</version>
2626
</parent>
2727
<artifactId>lightproto-tests</artifactId>
2828
<name>lightproto-tests</name>

0 commit comments

Comments
 (0)