update version
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>trader</groupId>
|
<groupId>trader</groupId>
|
||||||
<artifactId>Trader</artifactId>
|
<artifactId>Trader</artifactId>
|
||||||
<version>2.0</version>
|
<version>2.0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>client</artifactId>
|
<artifactId>client</artifactId>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>trader</groupId>
|
<groupId>trader</groupId>
|
||||||
<artifactId>Trader</artifactId>
|
<artifactId>Trader</artifactId>
|
||||||
<version>2.0</version>
|
<version>2.0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
14
pom.xml
14
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>trader</groupId>
|
<groupId>trader</groupId>
|
||||||
<artifactId>Trader</artifactId>
|
<artifactId>Trader</artifactId>
|
||||||
<version>2.0</version>
|
<version>2.0.1</version>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Open Software</name>
|
<name>Open Software</name>
|
||||||
@@ -128,17 +128,13 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.zenjava</groupId>
|
<groupId>com.zenjava</groupId>
|
||||||
<artifactId>javafx-maven-plugin</artifactId>
|
<artifactId>javafx-maven-plugin</artifactId>
|
||||||
<version>8.1.2</version>
|
<version>8.4.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>ru.trader.Main</mainClass>
|
<mainClass>ru.trader.Main</mainClass>
|
||||||
|
<jvmArgs>
|
||||||
|
<jvmArg>-Xmx1G</jvmArg>
|
||||||
|
</jvmArgs>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.twdata.maven</groupId>
|
|
||||||
<artifactId>mojo-executor</artifactId>
|
|
||||||
<version>2.1.0</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>trader</groupId>
|
<groupId>trader</groupId>
|
||||||
<artifactId>Trader</artifactId>
|
<artifactId>Trader</artifactId>
|
||||||
<version>2.0</version>
|
<version>2.0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user