Skip to content

Commit 7d81aac

Browse files
committed
Update pom.xml
1 parent 733277c commit 7d81aac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>lol.hyper</groupId>
2525
<artifactId>CustomLauncherRewrite</artifactId>
26-
<version>1.3.3</version>
26+
<version>1.4</version>
2727
<packaging>jar</packaging>
2828

2929
<properties>
@@ -85,7 +85,7 @@
8585
<headerType>gui</headerType>
8686
<jar>${project.build.directory}/CustomLauncherRewrite-${project.version}.jar</jar>
8787
<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&amp;jvmVariant=hotspot</downloadUrl>
8989
<classPath>
9090
<mainClass>lol.hyper.customlauncher.Main</mainClass>
9191
<preCp>anything</preCp>
@@ -95,12 +95,12 @@
9595
<jdkPreference>preferJre</jdkPreference>
9696
</jre>
9797
<versionInfo>
98-
<fileVersion>1.2.0.0</fileVersion>
98+
<fileVersion>1.4.0.0</fileVersion>
9999
<txtFileVersion>${project.version}</txtFileVersion>
100100
<fileDescription>A custom launcher for Toontown Rewritten.</fileDescription>
101101
<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>
104104
<productName>${project.name}</productName>
105105
<internalName>${project.name}</internalName>
106106
<originalFilename>CustomLauncherRewrite-${project.version}.exe</originalFilename>
@@ -150,7 +150,7 @@
150150
<repository>
151151
<id>dsol-xml</id>
152152
<name>Simulation @ TU Delft</name>
153-
<url>http://simulation.tudelft.nl/maven/</url>
153+
<url>https://simulation.tudelft.nl/maven/</url>
154154
</repository>
155155
</repositories>
156156

0 commit comments

Comments
 (0)