Skip to content

Commit

Permalink
changed version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjohn committed Nov 22, 2017
1 parent 01af2c3 commit cff2a5d
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 27 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>QuickFIX/J Parent</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<jdkLevel>1.8</jdkLevel>
<slf4j.version>1.7.25</slf4j.version>
<junit.version>4.12</junit.version>
<mainClass/>
<mainClass />

<maven-resources-plugin-version>3.0.2</maven-resources-plugin-version>
<maven-compiler-plugin-version>3.7.0</maven-compiler-plugin-version>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-codegenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-codegenerator</artifactId>
Expand Down
11 changes: 5 additions & 6 deletions quickfixj-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-core</artifactId>
Expand Down Expand Up @@ -376,7 +375,7 @@
<!-- add the required imports -->
quickfix,quickfix.field,*
</Import-Package>
<Private-Package/>
<Private-Package />
</instructions>
</configuration>
</plugin>
Expand Down Expand Up @@ -410,7 +409,7 @@
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>${maven-surefire-plugin-version}</version>
<reportSets/>
<reportSets />
<configuration>
<showSuccess>true</showSuccess>
</configuration>
Expand All @@ -433,7 +432,7 @@
</property>
</activation>
<properties>
<acceptance.tests/>
<acceptance.tests />
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-dictgenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-dictgenerator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-examples/banzai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-examples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-examples-banzai</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-examples/executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-examples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-examples-executor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-examples/ordermatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-examples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-examples-ordermatch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix40/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix40</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix41/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix41</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix42/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix42</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix43/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix43</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix44/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix44</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix50/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix50</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix50sp1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix50sp1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fix50sp2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fix50sp2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quickfixj-messages/quickfixj-messages-fixt11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-messages</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quickfixj-messages-fixt11</artifactId>
Expand Down

0 comments on commit cff2a5d

Please sign in to comment.