Explorar o código

Updated pom.xml files

The Nexus repository now seems to require SCM and developer information
to be present in the POM file.
Adam Cozzette %!s(int64=6) %!d(string=hai) anos
pai
achega
650915742d
Modificáronse 2 ficheiros con 27 adicións e 0 borrados
  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>
     <url>https://cloud.google.com</url>
   </organization>
   </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>
   <licenses>
     <license>
     <license>
       <name>The Apache License, Version 2.0</name>
       <name>The Apache License, Version 2.0</name>
@@ -26,6 +37,11 @@
     </license>
     </license>
   </licenses>
   </licenses>
 
 
+  <scm>
+    <url>https://github.com/protocolbuffers/protobuf</url>
+    <connection>scm:git:https://github.com/protocolbuffers/protobuf.git</connection>
+  </scm>
+
   <properties>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   </properties>

+ 11 - 0
java/pom.xml

@@ -15,6 +15,17 @@
     extensible format.
     extensible format.
   </description>
   </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>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>