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

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Jan 6, 2021
1 parent eb41937 commit dff69ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.splunk.lightproto</groupId>
<artifactId>lightproto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.splunk.lightproto</groupId>
<artifactId>lightproto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.splunk.lightproto</groupId>
<artifactId>lightproto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.github.splunk.lightproto</groupId>
<artifactId>lightproto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<name>lightproto</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.splunk.lightproto</groupId>
<artifactId>lightproto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>lightproto-tests</artifactId>

Expand Down

0 comments on commit dff69ec

Please # to comment.