Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from blueapron/jitpack-publish-to-maven
Browse files Browse the repository at this point in the history
Use Jitpack to publish to Maven
  • Loading branch information
makearl authored Jul 25, 2018
2 parents f1e6cec + b04863f commit ee72dd6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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>com.blueapron</groupId>
<groupId>com.github.blueapron</groupId>
<artifactId>kafka-connect-protobuf-converter</artifactId>
<packaging>jar</packaging>
<version>2.0.1</version>
Expand Down Expand Up @@ -63,6 +63,13 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit ee72dd6

Please sign in to comment.