Skip to content

Commit

Permalink
Upgrade 1 plugin. Add details of current project contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Dec 27, 2023
1 parent 6fc7a4b commit 3f585bc
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,27 @@
<id>nahsra</id>
<name>Arshan Dabirsiaghi</name>
<email>[email protected]</email>
<roles>
<role>Project Creator</role>
<role>Original Project Leader</role>
</roles>
</developer>
<developer>
<id>davewichers</id>
<name>Dave Wichers</name>
<email>[email protected]</email>
<roles>
<role>Primary Maintainer</role>
</roles>
</developer>
<developer>
<id>spassarop</id>
<name>Sebastian Passaro</name>
<email>[email protected]</email>
<roles>
<role>XSS Technical Expert</role>
<role>Committer</role>
</roles>
</developer>
</developers>

Expand Down Expand Up @@ -246,7 +267,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<configuration>
<source>${project.java.target}</source>
<target>${project.java.target}</target>
Expand Down

0 comments on commit 3f585bc

Please sign in to comment.