Update license title and pom
diff --git a/README.md b/README.md
index 56a9bf0..58c2018 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 License
 ---------------------
 
-Apache 2.0 License
+The Apache Software License, Version 2.0
 
 Copyright
 ---------------------
diff --git a/pom.xml b/pom.xml
index b556b2b..179a1c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,26 @@
   <version>1.0-SNAPSHOT</version>
   <name>Gerrit RabbitMQ plugin</name>
 
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>
+        Copyright (c) 2013 rinrinne a.k.a. rin_ne All rights reserved.
+      </comments>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <id>rin_ne</id>
+      <name>rinrinne</name>
+      <email>rinrin.ne@gmail.com</email>
+      <timezone>+9</timezone>
+    </developer>
+  </developers>
+
   <properties>
     <Gerrit-ApiType>plugin</Gerrit-ApiType>
     <Gerrit-ApiVersion>2.8</Gerrit-ApiVersion>
@@ -106,7 +126,13 @@
   <repositories>
     <repository>
       <id>gerrit-api-repository</id>
-      <url>https://gerrit-api.storage.googleapis.com/snapshot/</url>
+      <url>https://gerrit-api.storage.googleapis.com/</url>
     </repository>
   </repositories>
+
+  <scm>
+    <connection>scm:git:http://github.com/rinrinne/gerrit-rabbitmq-plugin.git</connection>
+    <developerConnection>scm:git:https://github.com/rinrinne/gerrit-rabbitmq-plugin.git</developerConnection>
+    <url>https://github.com/rinrinne/gerrit-rabbitmq-plugin</url>
+  </scm>
 </project>