Skip to content

Commit

Permalink
Merge pull request #1 from asm0dey/patch-1
Browse files Browse the repository at this point in the history
Add license and scm sections
  • Loading branch information
asm0dey authored May 3, 2017
2 parents 582266a + 42f7f7c commit 9083ddf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
<groupId>ru.sberned</groupId>
<artifactId>kafka-logback</artifactId>
<version>1.0.0</version>
<licenses>
<license>
<name>BSD 3-Clause</name>
<url>https://raw.githubusercontent.com/Sberned/kafka-logback/master/LICENSE</url>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/Sberned/kafka-logback.git</connection>
<developerConnection>scm:git:https://github.com/Sberned/kafka-logback.git</developerConnection>
<url>https://github.com/Sberned/kafka-logback</url>
</scm>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -97,4 +108,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 9083ddf

Please sign in to comment.