Skip to content

Commit

Permalink
Change pom for hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi committed Jul 4, 2020
1 parent e823a8d commit e24f985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
File renamed without changes.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
</parent>

<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks-api</artifactId>
<artifactId>github-checks</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>hpi</packaging>
<description>Allows users to publish GitHub checks</description>

<properties>
<java.level>8</java.level>
Expand All @@ -23,21 +24,21 @@
<jackson.version>2.10.2</jackson.version>
</properties>

<name>Jenkins GitHub Checks API plugin</name>
<name>GitHub Checks plugin</name>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<!-- Assuming you want to host on @jenkinsci:

<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<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>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
</scm>
-->

<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down

0 comments on commit e24f985

Please sign in to comment.