Skip to content

Commit

Permalink
Restore the pom.xml to be the state before release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi committed Jul 27, 2020
1 parent d5ee129 commit b2dedb4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>4.0.0</version>
<relativePath />
<relativePath/>
</parent>

<groupId>io.jenkins.plugins</groupId>
<artifactId>checks-api</artifactId>
<version>0.1.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Checks API plugin</name>
Expand All @@ -38,7 +39,7 @@
<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>
<tag>checks-api-0.1.0</tag>
<tag>${scmTag}</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit b2dedb4

Please sign in to comment.