aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcgruber <cgruber@google.com>2015-04-21 15:29:21 -0700
committerSam Berlin <sameb@google.com>2015-04-23 15:26:12 -0400
commit5be3e95b938fde9b4276a1d2a31ec0767d365038 (patch)
treefdf0b8637f190053b53876fd2ee8fd52af4211ba
parent1a30c07469f896097c1311e039ca3066873f5db9 (diff)
downloadguice-5be3e95b938fde9b4276a1d2a31ec0767d365038.tar.gz
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
-rw-r--r--pom.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 70d9fa45..a34a9d0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
</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 @@ See the Apache License Version 2.0 for the specific language governing permissio
</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>