<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3_1.1.5_JVL</version>
+ <version>1.8.3_1.1.6_JVL</version>
</parent>
<artifactId>getdown-ant</artifactId>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3_1.1.5_JVL</version>
+ <version>1.8.3_1.1.6_JVL</version>
</parent>
<artifactId>getdown-core</artifactId>
private final Map<String, Object> _data;
public static final List<String> allowedReplaceKeys = Arrays.asList("appbase","apparg","jvmarg","jvmmempc"); // these are the ones we might use
- public static final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg","jvmmempc"); // these are the ones we might use
+ public static final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg"); // these are the ones we might use
//private final List<String> allowedMergeKeys = Arrays.asList("apparg","jvmarg","resource","code","java_location"); // (not exhaustive list here)
}
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3_1.1.5_JVL</version>
+ <version>1.8.3_1.1.6_JVL</version>
</parent>
<artifactId>getdown-launcher</artifactId>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
- <version>1.8.3_1.1.5_JVL</version>
+ <version>1.8.3_1.1.6_JVL</version>
<name>getdown</name>
<description>An application installer and updater.</description>