Skip to content

Commit

Permalink
Organize pom
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Nov 8, 2023
1 parent 96a6bbd commit 7092a18
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,6 @@
</scm>

<developers>
<developer>
<id>adriancole</id>
<name>Adrian Cole</name>
<email>acole@pivotal.io</email>
</developer>
<developer>
<id>spencergibb</id>
<name>Spencer Gibb</name>
<email>spencer@gibb.us</email>
</developer>
<developer>
<id>velo</id>
<name>Marvin Herman Froeder</name>
Expand All @@ -164,6 +154,17 @@
</developer>
</developers>

<contributors>
<contributor>
<name>Adrian Cole</name>
<email>acole@pivotal.io</email>
</contributor>
<contributor>
<name>Spencer Gibb</name>
<email>spencer@gibb.us</email>
</contributor>
</contributors>

<distributionManagement>
<repository>
<id>ossrh</id>
Expand Down Expand Up @@ -696,7 +697,7 @@
<DynamicDependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>2.22.0</version>
<version>${maven-surefire-plugin.version}</version>
<repositoryType>PLUGIN</repositoryType>
</DynamicDependency>
<DynamicDependency>
Expand Down

0 comments on commit 7092a18

Please sign in to comment.