Skip to content

Commit

Permalink
Prep next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Moore committed Nov 6, 2019
1 parent b76f3a6 commit ddf5cd1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>cricket.jmoore</groupId>
<artifactId>schema-registry-transfer-smt</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<name>schema-registry-transfer-smt</name>
<description>
A Kafka Connect Transform for copying Confluent Schema Registry schemas between different registries.
Expand Down Expand Up @@ -286,7 +284,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
<executions>
Expand Down Expand Up @@ -333,7 +331,7 @@
<!--<version>1.7</version>-->
<!--<style>GOOGLE</style>-->
<!--</googleJavaFormat>-->
<removeUnusedImports/>
<removeUnusedImports />
<importOrder>
<order>java,org,io.confluent,com,cricket.jmoore,</order>
</importOrder>
Expand Down

0 comments on commit ddf5cd1

Please sign in to comment.