File tree 3 files changed +4
-4
lines changed
avro-maven-with-references
avro-maven-with-references-auto
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
<groupId >avro-maven-with-references-auto</groupId >
33
33
<artifactId >TradeRaw</artifactId >
34
34
<version >2.0</version >
35
- <type >AVRO</type >
35
+ <artifactType >AVRO</artifactType >
36
36
<file >
37
37
${project.basedir} /src/main/resources/schemas/TradeRaw.avsc
38
38
</file >
Original file line number Diff line number Diff line change 32
32
<groupId >avro-maven-with-references</groupId >
33
33
<artifactId >TradeKey</artifactId >
34
34
<version >2.0</version >
35
- <type >AVRO</type >
35
+ <artifactType >AVRO</artifactType >
36
36
<file >
37
37
${project.basedir} /src/main/resources/schemas/TradeKey.avsc
38
38
</file >
44
44
<groupId >test-group</groupId >
45
45
<artifactId >Exchange</artifactId >
46
46
<version >2.0</version >
47
- <type >AVRO</type >
47
+ <artifactType >AVRO</artifactType >
48
48
<file >
49
49
${project.basedir} /src/main/resources/schemas/Exchange.avsc
50
50
</file >
Original file line number Diff line number Diff line change 59
59
<artifact >
60
60
<groupId >default</groupId >
61
61
<artifactId >SimpleAvroMavenExample-value</artifactId >
62
- <type >AVRO</type >
62
+ <artifactType >AVRO</artifactType >
63
63
<file >${project.basedir} /src/main/resources/schemas/greeting.avsc</file >
64
64
</artifact >
65
65
</artifacts >
You can’t perform that action at this time.
0 commit comments