Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
adedayo committed Jul 20, 2014
1 parent f165367 commit fc72aaf
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@
<!-- which version of Jenkins is this plugin built against? Users must have at least this Jenkins version to use this plugin. -->
</parent>

<developers>
<developer>
<id>dayo</id>
<name>Adedayo Adetoye</name>
<email>dayo.dev@gmail.com</email>
</developer>
</developers>

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>zapper</artifactId>
<version>1.0.0</version>
<packaging>hpi</packaging>
<name>Jenkins OWASP ZAP Plugin</name>
<description>Runs, after optionally building, OWASP ZAP for your automated security assessment</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Zapper+Plugin</url>

<licenses>
<license>
Expand All @@ -28,6 +22,14 @@
</license>
</licenses>

<developers>
<developer>
<id>adedayo</id>
<name>Adedayo Adetoye</name>
<email>dayo.dev@gmail.com</email>
</developer>
</developers>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down Expand Up @@ -67,4 +69,11 @@
</plugin>
</plugins>
</build>

<scm>
<connection>scm:git:https://github.com/adedayo/zapper.git</connection>
<developerConnection>scm:git:git@github.com:adedayo/zapper.git</developerConnection>
<url>https://github.com/adedayo/zapper</url>
</scm>

</project>

0 comments on commit fc72aaf

Please sign in to comment.