Skip to content

Commit aec08e4

Browse files
committed
Fix examples due to mojo property rename from "type" to "artifactType"
1 parent 9d2a4ab commit aec08e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/avro-maven-with-references-auto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<groupId>avro-maven-with-references-auto</groupId>
3333
<artifactId>TradeRaw</artifactId>
3434
<version>2.0</version>
35-
<type>AVRO</type>
35+
<artifactType>AVRO</artifactType>
3636
<file>
3737
${project.basedir}/src/main/resources/schemas/TradeRaw.avsc
3838
</file>

examples/avro-maven-with-references/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<groupId>avro-maven-with-references</groupId>
3333
<artifactId>TradeKey</artifactId>
3434
<version>2.0</version>
35-
<type>AVRO</type>
35+
<artifactType>AVRO</artifactType>
3636
<file>
3737
${project.basedir}/src/main/resources/schemas/TradeKey.avsc
3838
</file>
@@ -44,7 +44,7 @@
4444
<groupId>test-group</groupId>
4545
<artifactId>Exchange</artifactId>
4646
<version>2.0</version>
47-
<type>AVRO</type>
47+
<artifactType>AVRO</artifactType>
4848
<file>
4949
${project.basedir}/src/main/resources/schemas/Exchange.avsc
5050
</file>

examples/simple-avro-maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<artifact>
6060
<groupId>default</groupId>
6161
<artifactId>SimpleAvroMavenExample-value</artifactId>
62-
<type>AVRO</type>
62+
<artifactType>AVRO</artifactType>
6363
<file>${project.basedir}/src/main/resources/schemas/greeting.avsc</file>
6464
</artifact>
6565
</artifacts>

0 commit comments

Comments
 (0)