Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit b21c5b2

Browse files
committed
new release
1 parent 28142df commit b21c5b2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
target/
3-
super-xray-*/
3+
super-xray-*/
4+
release/

build/build-jre.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\super-xray\target\super-xray-1.1.jar</jar>
6-
<outfile>D:\super-xray\super-xray-1.1.exe</outfile>
5+
<jar>D:\super-xray\target\super-xray-1.2.jar</jar>
6+
<outfile>D:\super-xray\super-xray-1.2.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
99
<chdir>.</chdir>

build/build-nojre.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\super-xray\target\super-xray-1.1.jar</jar>
6-
<outfile>D:\super-xray\super-xray-1.1-system-jre.exe</outfile>
5+
<jar>D:\super-xray\target\super-xray-1.2.jar</jar>
6+
<outfile>D:\super-xray\super-xray-1.2-system-jre.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
99
<chdir>.</chdir>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.chaitin</groupId>
88
<artifactId>super-xray</artifactId>
9-
<version>1.1</version>
9+
<version>1.2</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)