Remove the snapshot repository that was configured to support dagger-adapter. Dagger 2 is now released, so this is not necessary.

Left the TODO in there, because the pom inheritance hierarchy needs to be brought up to something more current (e.g. sonatype's OSS parent pom, etc.)
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=91730888
diff --git a/pom.xml b/pom.xml
index 70d9fa4..a34a9d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@
       </modules>
       <!-- Disable doclint under JDK 8 -->
       <reporting>
-        <plugins>
+      <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
@@ -466,16 +466,5 @@
       </build>
     </profile>
   </profiles>
-
   <!-- TODO(cgruber): Update the google parent pom or migrate to sonatype's -->
-  <!-- TODO(cgruber): Comment out dagger-adapter from extensions/pom.xml if v2 is not released. -->
-  <repositories>
-    <repository>
-      <id>sonatype-nexus-snapshots</id>
-      <name>Sonatype Nexus Snapshots</name>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      <releases><enabled>false</enabled></releases>
-      <snapshots><enabled>true</enabled></snapshots>
-    </repository>
-  </repositories>
 </project>