Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lwlee2608 committed Oct 12, 2023
1 parent 801ca02 commit e2d6696
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lwlee2608</groupId>
<artifactId>proto-java-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>io.github.lwlee2608</groupId>
<artifactId>proto-java-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>
<name>proto-java</name>
<description>Additional features for Protobuf Java</description>
Expand Down
2 changes: 1 addition & 1 deletion proto-java-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lwlee2608</groupId>
<artifactId>proto-java-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>proto-java-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion proto-java-default-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lwlee2608</groupId>
<artifactId>proto-java-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>proto-java-default-gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion proto-java-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lwlee2608</groupId>
<artifactId>proto-java-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<!-- Change these values to match your plugin details -->
Expand Down
2 changes: 1 addition & 1 deletion proto-java-vertx-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lwlee2608</groupId>
<artifactId>proto-java-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>proto-java-vertx-gen</artifactId>
Expand Down

0 comments on commit e2d6696

Please sign in to comment.