Skip to content

Commit ddf5cd1

Browse files
author
Jordan Moore
committed
Prep next release
1 parent b76f3a6 commit ddf5cd1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>cricket.jmoore</groupId>
86
<artifactId>schema-registry-transfer-smt</artifactId>
9-
<version>0.2.0</version>
7+
<version>0.2.1-SNAPSHOT</version>
108
<name>schema-registry-transfer-smt</name>
119
<description>
1210
A Kafka Connect Transform for copying Confluent Schema Registry schemas between different registries.
@@ -286,7 +284,7 @@
286284
</relocation>
287285
</relocations>
288286
<transformers>
289-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
287+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
290288
</transformers>
291289
</configuration>
292290
<executions>
@@ -333,7 +331,7 @@
333331
<!--<version>1.7</version>-->
334332
<!--<style>GOOGLE</style>-->
335333
<!--</googleJavaFormat>-->
336-
<removeUnusedImports/>
334+
<removeUnusedImports />
337335
<importOrder>
338336
<order>java,org,io.confluent,com,cricket.jmoore,</order>
339337
</importOrder>

0 commit comments

Comments
 (0)