Archived
0

update version

This commit is contained in:
Mo
2016-04-26 18:11:45 +03:00
parent 084afeff11
commit 96a2199458
4 changed files with 8 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>trader</groupId>
<artifactId>Trader</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>client</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>trader</groupId>
<artifactId>Trader</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

14
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>trader</groupId>
<artifactId>Trader</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<organization>
<name>Open Software</name>
@@ -128,17 +128,13 @@
<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.1.2</version>
<version>8.4.0</version>
<configuration>
<mainClass>ru.trader.Main</mainClass>
<jvmArgs>
<jvmArg>-Xmx1G</jvmArg>
</jvmArgs>
</configuration>
<dependencies>
<dependency>
<groupId>org.twdata.maven</groupId>
<artifactId>mojo-executor</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>trader</groupId>
<artifactId>Trader</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>