Skip to content

Commit

Permalink
Merge pull request #120 from salesforce/release/jprotoc-1.0.0
Browse files Browse the repository at this point in the history
jProtoc 1.0.0
  • Loading branch information
rmichela authored Aug 22, 2019
2 parents 3212d2c + e4e3d86 commit 96ed8a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jprotoc/jprotoc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>jprotoc-parent</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jprotoc/jprotoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>jprotoc-parent</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jprotoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>jprotoc-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>

<name>jProtoc</name>
<description>A library for writing protobuf plugins in Java</description>
Expand Down

0 comments on commit 96ed8a2

Please sign in to comment.