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

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Apr 12, 2021
1 parent 60f48e2 commit 95658e8
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.4-SNAPSHOT</version>
<version>0.4</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.4-SNAPSHOT</version>
<version>0.4</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.4-SNAPSHOT</version>
<version>0.4</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.4-SNAPSHOT</version>
<version>0.4</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.4-SNAPSHOT</version>
<version>0.4</version>
</parent>
<artifactId>lightproto-tests</artifactId>

Expand Down

0 comments on commit 95658e8

Please sign in to comment.