-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade 1 plugin. Add details of current project contributors.
- Loading branch information
1 parent
6fc7a4b
commit 3f585bc
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|