Skip to content

Commit

Permalink
Upload to the Confluent hub. Fixes #25 (#26)
Browse files Browse the repository at this point in the history
* Upload to the Confluent hub. Fixes #25

* Corrected configuration.
  • Loading branch information
jcustenborder authored Oct 22, 2018
1 parent 1bd43d3 commit 6a68511
Showing 1 changed file with 16 additions and 32 deletions.
48 changes: 16 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.jcustenborder.kafka.connect</groupId>
<artifactId>kafka-connect-parent</artifactId>
<version>1.1.0-cp3</version>
<version>2.0.0</version>
</parent>
<artifactId>kafka-connect-solr</artifactId>
<version>0.1-SNAPSHOT</version>
Expand Down Expand Up @@ -51,7 +51,7 @@
<url>https://github.com/jcustenborder/kafka-connect-solr/issues</url>
</issueManagement>
<properties>
<solr.version>7.3.1</solr.version>
<solr.version>7.5.0</solr.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -75,36 +75,20 @@
<plugin>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-maven-plugin</artifactId>
<version>0.9.0</version>
<executions>
<execution>
<goals>
<goal>kafka-connect</goal>
</goals>
<configuration>
<ownerUsername>jcustenborder</ownerUsername>
<confluentControlCenterIntegration>true
</confluentControlCenterIntegration>
<documentationUrl>
https://jcustenborder.github.io/kafka-connect-documentation/
</documentationUrl>
<ownerName>Jeremy Custenborder</ownerName>
<dockerNamespace>jcustenborder</dockerNamespace>
<dockerName>kafka-connect-docker</dockerName>
<pluginTypes>
<pluginType>sink</pluginType>
</pluginTypes>
<tags>
<tag>Apache Solr</tag>
<tag>search</tag>
</tags>
<title>Kafka Connect Solr</title>
<supportUrl>${pom.issueManagement.url}</supportUrl>
<supportSummary>Support provided through community involvement.
</supportSummary>
</configuration>
</execution>
</executions>
<configuration>
<confluentControlCenterIntegration>true</confluentControlCenterIntegration>
<documentationUrl>https://jcustenborder.github.io/kafka-connect-documentation/</documentationUrl>
<tags>
<tag>Apache Solr</tag>
<tag>search</tag>
</tags>
<componentTypes>
<componentType>sink</componentType>
</componentTypes>
<title>Kafka Connect Solr</title>
<supportUrl>${pom.issueManagement.url}</supportUrl>
<supportSummary>Support provided through community involvement.</supportSummary>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 6a68511

Please sign in to comment.