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 3c4e713 commit f61dda0
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>[email protected]</email>
</developer>
<developer>
<id>spencergibb</id>
<name>Spencer Gibb</name>
<email>[email protected]</email>
</developer>
<developer>
<id>velo</id>
<name>Marvin Herman Froeder</name>
Expand Down Expand Up @@ -696,7 +686,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 Expand Up @@ -918,4 +908,15 @@
</build>
</profile>
</profiles>

<contributors>
<contributor>
<name>Adrian Cole</name>
<email>[email protected]</email>
</contributor>
<contributor>
<name>Spencer Gibb</name>
<email>[email protected]</email>
</contributor>
</contributors>
</project>

0 comments on commit f61dda0

Please sign in to comment.