Skip to content

Commit

Permalink
Merge pull request #42 from jglick/pom-order
Browse files Browse the repository at this point in the history
More logical order of POM
  • Loading branch information
jglick committed Apr 14, 2021
2 parents 3842280 + df5ed8f commit a7a953c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
<version>1.14</version>
<scope>test</scope>
</dependency>
<!-- JCasC compatibility -->
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</artifactId>
Expand All @@ -128,6 +127,12 @@
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<licenses>
<license>
Expand All @@ -137,10 +142,4 @@
</license>
</licenses>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit a7a953c

Please sign in to comment.