gson-comments/proto
Marcono1234 2266ccdd67
Remove usage of oss-parent Maven parent and update ReleaseProcess.md (#2159)
The oss-parent configuration has been applied manually to the root pom.xml,
except that now newer plugin versions are used for source and javadoc JAR
creation, and for GPG signing.

This required some reordering of the plugins for the gson module to make
sure they are executed in the correct order. Otherwise this would cause
failures for javadoc:jar.
2022-09-06 16:26:53 -07:00
..
src Replace $Gson$Preconditions.checkNotNull with Objects.requireNonNull (#2180) 2022-08-22 07:22:32 -07:00
.gitignore Moved the .gitignore file to a more appropriate place 2015-10-20 12:07:51 -07:00
pom.xml Remove usage of oss-parent Maven parent and update ReleaseProcess.md (#2159) 2022-09-06 16:26:53 -07:00
README.md Add READMEs to Maven modules (#2039) 2021-12-27 10:17:41 -08:00

proto

This Maven module contains the source code for a JSON serializer and deserializer for Protocol Buffers (protobuf) messages.

The artifacts created by this module are currently not deployed to Maven Central.