-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reverting from version 21 to version 8. * Update description and developers in pom.xml.
- Loading branch information
1 parent
eebcfe8
commit 3112d8e
Showing
1 changed file
with
6 additions
and
7 deletions.
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 |
---|---|---|
|
@@ -8,11 +8,11 @@ | |
<packaging>jar</packaging> | ||
|
||
<name>JSONassert</name> | ||
<description>A library to develop RESTful but flexible APIs</description> | ||
<description>Write JSON unit tests in less code. Great for testing REST interfaces.</description> | ||
<url>https://github.com/skyscreamer/JSONassert</url> | ||
|
||
<properties> | ||
<maven.compiler.release>21</maven.compiler.release> | ||
<maven.compiler.release>8</maven.compiler.release> | ||
</properties> | ||
|
||
<licenses> | ||
|
@@ -33,16 +33,15 @@ | |
<name>Carter Page</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>hertzsprung</id> | ||
<name>James Shaw</name> | ||
</developer> | ||
<developer> | ||
<id>cepage</id> | ||
<name>Corby Page</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>sduskis</id> | ||
<name>Solomon Duskis</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<!-- For JSONAssert --> | ||
|