Browse Source

Add google snapshot site

tags/gwtquery-project-1.5-beta1
Manolo Carrasco 8 years ago
parent
commit
eeb63fc6b2
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      pom.xml

+ 6
- 0
pom.xml View File

@@ -139,6 +139,12 @@
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
</repository>
<repository>
<id>google-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/google-snapshots</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
<repository>
<id>gwtquery-plugins</id>
<url>http://gwtquery-plugins.googlecode.com/svn/mavenrepo</url>

Loading…
Cancel
Save