Merge branch 'develop' into improvement/JAL-3322_getdown_splashscreen_visibility
[jalview.git] / getdown / src / getdown / core / pom.xml
index e564bf6..d8264b4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-SNAPSHOT</version>
+    <version>1.8.3-1.0_JVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
@@ -34,7 +34,7 @@
        Wildcards can be used (*.mycompany.com) and multiple values can be
        separated by commas (app1.foo.com,app2.bar.com,app3.baz.com). -->
   <properties>
-    <getdown.host.whitelist />
+    <getdown.host.whitelist>jalview.org,*.jalview.org</getdown.host.whitelist>
   </properties>
 
   <build>