Skip to content

Commit

Permalink
prepared next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ennerf committed Jan 31, 2024
1 parent 72f6f2f commit 7941dda
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>quickbuf-parent</artifactId>
<groupId>us.hebi.quickbuf</groupId>
<version>1.4</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion conformance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>quickbuf-parent</artifactId>
<groupId>us.hebi.quickbuf</groupId>
<version>1.4</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ app {
fsname = protoc-gen-quickbuf
long-fsname = protoc-gen-quickbuf
rdns-name = us.hebi.protoc-gen-quickbuf
version = 1.4
version = 1.4.1
revision = 0

// Icons
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>us.hebi.quickbuf</groupId>
<artifactId>quickbuf-parent</artifactId>
<packaging>pom</packaging>
<version>1.4</version>
<version>1.4.1-SNAPSHOT</version>

<name>QuickBuffers</name>
<url>https:/HebiRobotics/QuickBuffers</url>
Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-quickbuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>quickbuf-parent</artifactId>
<groupId>us.hebi.quickbuf</groupId>
<version>1.4</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>quickbuf-parent</artifactId>
<groupId>us.hebi.quickbuf</groupId>
<version>1.4</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quickbuf-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>quickbuf-parent</artifactId>
<groupId>us.hebi.quickbuf</groupId>
<version>1.4</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>quickbuf-compat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickbuf-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>quickbuf-parent</artifactId>
<groupId>us.hebi.quickbuf</groupId>
<version>1.4</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>quickbuf-runtime</artifactId>
Expand Down

0 comments on commit 7941dda

Please sign in to comment.