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

Commit

Permalink
Updated pom.xml to reflect version 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjward committed Feb 3, 2015
1 parent 79857a5 commit 323e205
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>co.byng</groupId>
<artifactId>VersioningPlugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>hpi</packaging>

<name>Versioning Plugin</name>
Expand All @@ -23,22 +23,23 @@
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<!-- If you want this to appear on the wiki page:

<developers>
<developer>
<id>bhacker</id>
<name>Bob Q. Hacker</name>
<email>[email protected]</email>
</developer>
<developer>
<id>mdjward</id>
<name>M.D. Ward</name>
<email>[email protected]</email>
</developer>
</developers>
-->

<!-- Assuming you want to host on @jenkinsci:
<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
</scm>
-->

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 323e205

Please sign in to comment.