Archived
0

update version

This commit is contained in:
Mo
2016-06-04 11:14:47 +03:00
parent 2a69c43bd1
commit facc9fe6f4
4 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
<groupId>trader</groupId> <groupId>trader</groupId>
<artifactId>Trader</artifactId> <artifactId>Trader</artifactId>
<version>2.0.1</version> <version>2.1</version>
<organization> <organization>
<name>Open Software</name> <name>Open Software</name>
@@ -134,6 +134,7 @@
<jvmArgs> <jvmArgs>
<jvmArg>-Xmx1G</jvmArg> <jvmArg>-Xmx1G</jvmArg>
</jvmArgs> </jvmArgs>
<appName>Trader</appName>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>

View File

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