|
23 | 23 |
|
24 | 24 | <groupId>lol.hyper</groupId> |
25 | 25 | <artifactId>CustomLauncherRewrite</artifactId> |
26 | | - <version>1.3.3</version> |
| 26 | + <version>1.4</version> |
27 | 27 | <packaging>jar</packaging> |
28 | 28 |
|
29 | 29 | <properties> |
|
85 | 85 | <headerType>gui</headerType> |
86 | 86 | <jar>${project.build.directory}/CustomLauncherRewrite-${project.version}.jar</jar> |
87 | 87 | <outfile>${project.build.directory}/CustomLauncherRewrite-${project.version}.exe</outfile> |
88 | | - <downloadUrl>http://java.com/download</downloadUrl> |
| 88 | + <downloadUrl>https://adoptium.net/releases.html?variant=openjdk8&jvmVariant=hotspot</downloadUrl> |
89 | 89 | <classPath> |
90 | 90 | <mainClass>lol.hyper.customlauncher.Main</mainClass> |
91 | 91 | <preCp>anything</preCp> |
|
95 | 95 | <jdkPreference>preferJre</jdkPreference> |
96 | 96 | </jre> |
97 | 97 | <versionInfo> |
98 | | - <fileVersion>1.2.0.0</fileVersion> |
| 98 | + <fileVersion>1.4.0.0</fileVersion> |
99 | 99 | <txtFileVersion>${project.version}</txtFileVersion> |
100 | 100 | <fileDescription>A custom launcher for Toontown Rewritten.</fileDescription> |
101 | 101 | <copyright>hyperdefined</copyright> |
102 | | - <productVersion>1.2.0.0</productVersion> |
103 | | - <txtProductVersion>1.2.0.0</txtProductVersion> |
| 102 | + <productVersion>1.4.0.0</productVersion> |
| 103 | + <txtProductVersion>1.4.0.0</txtProductVersion> |
104 | 104 | <productName>${project.name}</productName> |
105 | 105 | <internalName>${project.name}</internalName> |
106 | 106 | <originalFilename>CustomLauncherRewrite-${project.version}.exe</originalFilename> |
|
150 | 150 | <repository> |
151 | 151 | <id>dsol-xml</id> |
152 | 152 | <name>Simulation @ TU Delft</name> |
153 | | - <url>http://simulation.tudelft.nl/maven/</url> |
| 153 | + <url>https://simulation.tudelft.nl/maven/</url> |
154 | 154 | </repository> |
155 | 155 | </repositories> |
156 | 156 |
|
|
0 commit comments