Skip to content

Commit

Permalink
modify pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yang69 committed Nov 22, 2018
1 parent ff7df74 commit 83c792f
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,37 @@
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>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>com.github.yang69</groupId>
<artifactId>flink-connector-redis_2.11</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>

<licenses>
<license>
<name>Apache 2.0 License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/yang69/flink-connector-redis_2.11</url>
<connection>git@github.com:yang69/flink-connector-redis_2.11.git</connection>
<developerConnection>https://github.com/yang69</developerConnection>
</scm>

<developers>
<developer>
<name>yang69</name>
<email>seuYangYang@gmail.com</email>
<url>https://github.com/yang69</url>
</developer>
</developers>


<properties>
Expand Down

0 comments on commit 83c792f

Please sign in to comment.