Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit dff69ec

Browse files
committed
Release 0.3
1 parent eb41937 commit dff69ec

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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>com.github.splunk.lightproto</groupId>
2525
<artifactId>lightproto</artifactId>
26-
<version>0.3-SNAPSHOT</version>
26+
<version>0.3</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>com.github.splunk.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.3-SNAPSHOT</version>
25+
<version>0.3</version>
2626
<relativePath>..</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>com.github.splunk.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.3-SNAPSHOT</version>
25+
<version>0.3</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>com.github.splunk.lightproto</groupId>
2525
<artifactId>lightproto</artifactId>
26-
<version>0.3-SNAPSHOT</version>
26+
<version>0.3</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>com.github.splunk.lightproto</groupId>
2424
<artifactId>lightproto</artifactId>
25-
<version>0.3-SNAPSHOT</version>
25+
<version>0.3</version>
2626
</parent>
2727
<artifactId>lightproto-tests</artifactId>
2828

0 commit comments

Comments
 (0)