Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
before release
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Dec 20, 2022
1 parent 8e3b615 commit 27146a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/build-jdk11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\jar-analyzer\target\jar-analyzer-0.7-beta.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.7-beta-jdk11.exe</outfile>
<jar>D:\jar-analyzer\target\jar-analyzer-0.7.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.7-jdk11.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand Down
4 changes: 2 additions & 2 deletions build/build-jdk8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\jar-analyzer\target\jar-analyzer-0.7-beta.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.7-beta-jdk8.exe</outfile>
<jar>D:\jar-analyzer\target\jar-analyzer-0.7.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.7-jdk8.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand Down
2 changes: 1 addition & 1 deletion pom-jdk11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.chaitin</groupId>
<artifactId>jar-analyzer</artifactId>
<version>0.7-beta</version>
<version>0.7</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<groupId>com.chaitin</groupId>
<artifactId>jar-analyzer</artifactId>
<version>0.7-beta</version>
<version>0.7</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.quiltmc</groupId>
<artifactId>quiltflower</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>com.chaitin.jar</groupId>
Expand Down

0 comments on commit 27146a2

Please sign in to comment.