Skip to content

Commit

Permalink
Reformat the pom.xml for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Mar 31, 2019
1 parent a489b08 commit e285f6f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
@@ -1,10 +1,11 @@
<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.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.41</version>
<relativePath />
<relativePath/>
</parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>chucknorris</artifactId>
Expand Down Expand Up @@ -102,8 +103,8 @@
<connection>scm:git:git://github.com/jenkinsci/chucknorris-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/chucknorris-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/chucknorris-plugin</url>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit e285f6f

Please sign in to comment.