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

Commit ee72dd6

Browse files
authored
Merge pull request #12 from blueapron/jitpack-publish-to-maven
Use Jitpack to publish to Maven
2 parents f1e6cec + b04863f commit ee72dd6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.blueapron</groupId>
7+
<groupId>com.github.blueapron</groupId>
88
<artifactId>kafka-connect-protobuf-converter</artifactId>
99
<packaging>jar</packaging>
1010
<version>2.0.1</version>
@@ -63,6 +63,13 @@
6363
</dependency>
6464
</dependencies>
6565

66+
<repositories>
67+
<repository>
68+
<id>jitpack.io</id>
69+
<url>https://jitpack.io</url>
70+
</repository>
71+
</repositories>
72+
6673
<build>
6774
<plugins>
6875
<plugin>

0 commit comments

Comments
 (0)