release:1.1.0
This commit is contained in:
parent
fb1af9b167
commit
edad5ecbf6
80
pom.xml
80
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.luoboduner.moo.info</groupId>
|
||||
<artifactId>MooInfo</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MooInfo</name>
|
||||
|
@ -141,47 +141,47 @@
|
|||
<generateInstaller>true</generateInstaller>
|
||||
</configuration>
|
||||
<executions>
|
||||
<!-- <execution>-->
|
||||
<!-- <id>bundling-for-windows</id>-->
|
||||
<!-- <phase>package</phase>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>package</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <platform>windows</platform>-->
|
||||
<!-- <createZipball>true</createZipball>-->
|
||||
<!-- <!– <administratorRequired>true</administratorRequired>–>-->
|
||||
<!-- <winConfig>-->
|
||||
<execution>
|
||||
<id>bundling-for-windows</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>package</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<platform>windows</platform>
|
||||
<createZipball>true</createZipball>
|
||||
<!-- <administratorRequired>true</administratorRequired>-->
|
||||
<winConfig>
|
||||
|
||||
<!-- <!– general properties –>-->
|
||||
<!-- <generateSetup>true</generateSetup>-->
|
||||
<!-- <generateMsi>true</generateMsi>-->
|
||||
<!-- <generateMsm>true</generateMsm>-->
|
||||
<!-- general properties -->
|
||||
<generateSetup>true</generateSetup>
|
||||
<generateMsi>true</generateMsi>
|
||||
<generateMsm>true</generateMsm>
|
||||
|
||||
<!-- <!– setup generation properties –>-->
|
||||
<!-- <setupMode>installForAllUsers</setupMode>-->
|
||||
<!-- <createDesktopIconTask>true</createDesktopIconTask>-->
|
||||
<!-- <disableDirPage>false</disableDirPage>-->
|
||||
<!-- <disableFinishedPage>false</disableFinishedPage>-->
|
||||
<!-- <setupLanguages>-->
|
||||
<!-- <english>compiler:Default.isl</english>-->
|
||||
<!-- <!– <spanish>compiler:Languages\Chinese.isl</spanish>–>-->
|
||||
<!-- </setupLanguages>-->
|
||||
<!-- </winConfig>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<execution>
|
||||
<id>bundling-for-linux</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>package</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<platform>linux</platform>
|
||||
<createTarball>true</createTarball>
|
||||
<!-- <jdkPath>X:\\path\to\linux\jdk</jdkPath>-->
|
||||
</configuration>
|
||||
</execution>
|
||||
<!-- setup generation properties -->
|
||||
<setupMode>installForAllUsers</setupMode>
|
||||
<createDesktopIconTask>true</createDesktopIconTask>
|
||||
<disableDirPage>false</disableDirPage>
|
||||
<disableFinishedPage>false</disableFinishedPage>
|
||||
<setupLanguages>
|
||||
<english>compiler:Default.isl</english>
|
||||
<!-- <spanish>compiler:Languages\Chinese.isl</spanish>-->
|
||||
</setupLanguages>
|
||||
</winConfig>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!-- <execution>-->
|
||||
<!-- <id>bundling-for-linux</id>-->
|
||||
<!-- <phase>package</phase>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>package</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <platform>linux</platform>-->
|
||||
<!-- <createTarball>true</createTarball>-->
|
||||
<!--<!– <jdkPath>X:\\path\to\linux\jdk</jdkPath>–>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <id>bundling-for-mac</id>-->
|
||||
<!-- <phase>package</phase>-->
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"title": "a little feature and optimization",
|
||||
"title": "Some minor features and optimizations",
|
||||
"log": "● update oshi-core to 5.8.6\n● update flatlaf to 2.0-rc1(Support Windows 11 snap layouts menu, macOS screen menu optimization)\n● processes sort method added same as the oshi's demo\n● add cpu usage chart\n● make System Boot Time and Uptime readable\n● add System Info Test function menu same as oshi-core\n"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue