Add a `<distributionManagement>` clause to the parent POM for AutoValue and AutoFactory.

RELNOTES=n/a
PiperOrigin-RevId: 416193787
diff --git a/factory/pom.xml b/factory/pom.xml
index ff6281b..922cdba 100644
--- a/factory/pom.xml
+++ b/factory/pom.xml
@@ -61,6 +61,19 @@
     <url>http://www.google.com</url>
   </organization>
 
+  <distributionManagement>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+    </snapshotRepository>
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+  </distributionManagement>
+
   <dependencies>
     <dependency>
       <groupId>com.google.auto</groupId>
diff --git a/value/pom.xml b/value/pom.xml
index bce8e5f..1229b00 100644
--- a/value/pom.xml
+++ b/value/pom.xml
@@ -66,6 +66,19 @@
     <module>src/it/gwtserializer</module>
   </modules>
 
+  <distributionManagement>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+    </snapshotRepository>
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+  </distributionManagement>
+
   <dependencyManagement>
     <dependencies>
       <!-- main dependencies -->