Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Pom modified to comply Maven Central requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalleavila committed Feb 5, 2016
1 parent 68b3d97 commit 7ae3653
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.keedio.flume.flume-ng-sources</groupId>
<artifactId>flume-ng-sql-source</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1</version>

<packaging>jar</packaging>

<name>Flume SQL Source</name>

<description>This project is used for flume-ng to communicate with sql databases.</description>
<description>This project is used for flume-ng to import data from SQL databases.</description>

<url>https://github.com/keedio/flume-ng-sql-source</url>

Expand Down Expand Up @@ -150,5 +150,9 @@
</plugin>
</plugins>
</build>
<organization>
<name>Keedio</name>
<url>www.keedio.org</url>
</organization>
</project>

0 comments on commit 7ae3653

Please sign in to comment.