#513489 Wrong P2 repository in pom.xml 

Change pom.xml to use 3.7.0.RELEASE Virgo Server repo.

diff --git a/pom.xml b/pom.xml
index 9a90cab..1807a6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <repository>
       <id>virgo-snapshots</id>
       <layout>p2</layout>
-      <url>http://download.eclipse.org/virgo/snapshots/3.7/</url>
+      <url>http://download.eclipse.org/virgo/updatesite/3.7.0.RELEASE/</url>
     </repository>
   </repositories>