Selaa lähdekoodia

Updated pom.xml files

The Nexus repository now seems to require SCM and developer information
to be present in the POM file.
Adam Cozzette 6 vuotta sitten
vanhempi
commit
650915742d
2 muutettua tiedostoa jossa 27 lisäystä ja 0 poistoa
  1. 16 0
      java/bom/pom.xml
  2. 11 0
      java/pom.xml

+ 16 - 0
java/bom/pom.xml

@@ -19,6 +19,17 @@
     <url>https://cloud.google.com</url>
   </organization>
 
+  <developers>
+    <developer>
+      <id>haon</id>
+      <name>Hao Nguyen</name>
+      <email>haon@google.com</email>
+      <organization>Google</organization>
+      <organizationUrl>https://cloud.google.com</organizationUrl>
+      <timezone>America/Los_Angeles</timezone>
+    </developer>
+  </developers>
+
   <licenses>
     <license>
       <name>The Apache License, Version 2.0</name>
@@ -26,6 +37,11 @@
     </license>
   </licenses>
 
+  <scm>
+    <url>https://github.com/protocolbuffers/protobuf</url>
+    <connection>scm:git:https://github.com/protocolbuffers/protobuf.git</connection>
+  </scm>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>

+ 11 - 0
java/pom.xml

@@ -15,6 +15,17 @@
     extensible format.
   </description>
 
+  <developers>
+    <developer>
+      <id>haon</id>
+      <name>Hao Nguyen</name>
+      <email>haon@google.com</email>
+      <organization>Google</organization>
+      <organizationUrl>https://cloud.google.com</organizationUrl>
+      <timezone>America/Los_Angeles</timezone>
+    </developer>
+  </developers>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>