Skip to content

Commit

Permalink
Added parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed Feb 13, 2017
1 parent 99e157d commit 519f98a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.jcustenborder</groupId>
<artifactId>maven-central-parent</artifactId>
<version>1.0.0.0</version>
</parent>

<groupId>com.github.jcustenborder.kafka.connect</groupId>
<artifactId>kafka-connect-quickstart</artifactId>
<version>0.10.1.0-cp1</version>
Expand Down

0 comments on commit 519f98a

Please sign in to comment.