File tree Expand file tree Collapse file tree
quickfixj-messages/quickfixj-messages-all Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 names : |
3535 org.quickfixj.quickfixj-all
3636 org.quickfixj.quickfixj-base
37- org.quickfixj.quickfixj-codegenerator
3837 org.quickfixj.quickfixj-core
3938 org.quickfixj.quickfixj-dictgenerator
4039 org.quickfixj.quickfixj-examples
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ The setup requires two plugins:
130130 <plugin >
131131 <groupId >org.quickfixj</groupId >
132132 <artifactId >quickfixj-codegenerator</artifactId >
133- <version >${quickfixj.version} </version >
133+ <version >3.0.2 </version >
134134 <executions >
135135 <execution >
136136 <goals ><goal >generate</goal ></goals >
@@ -220,7 +220,7 @@ buildscript {
220220 mavenCentral()
221221 }
222222 dependencies {
223- classpath 'org.quickfixj:quickfixj-codegenerator:2.3 .2'
223+ classpath 'org.quickfixj:quickfixj-codegenerator:3.0 .2'
224224 }
225225}
226226
Original file line number Diff line number Diff line change 4545 </issueManagement >
4646
4747 <modules >
48- <module >quickfixj-codegenerator</module >
4948 <module >quickfixj-dictgenerator</module >
5049 <module >quickfixj-orchestration</module >
5150 <module >quickfixj-base</module >
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >org.quickfixj</groupId >
2727 <artifactId >quickfixj-codegenerator</artifactId >
28- <version >${project.version} </version >
28+ <version >3.0.2 </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >org.quickfixj</groupId >
163163 <dependencySourceIncludes >
164164 <dependencySourceInclude >org.quickfixj:quickfixj-base</dependencySourceInclude >
165165 <dependencySourceInclude >org.quickfixj:quickfixj-core</dependencySourceInclude >
166- <dependencySourceInclude >org.quickfixj:quickfixj-codegenerator</dependencySourceInclude >
167166 <dependencySourceInclude >org.quickfixj:quickfixj-dictgenerator</dependencySourceInclude >
168167 </dependencySourceIncludes >
169168 <!-- disable links otherwise it runs again on all modules and it's too slow -->
Original file line number Diff line number Diff line change 246246 <plugin >
247247 <groupId >org.quickfixj</groupId >
248248 <artifactId >quickfixj-codegenerator</artifactId >
249- <version >${project.version} </version >
249+ <version >3.0.2 </version >
250250 <executions >
251251 <execution >
252252 <id >fix40</id >
You can’t perform that action at this time.
0 commit comments