This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
114 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Maven Plugin Utils Changelog | ||
|
||
## 1.1 | ||
Bugs: | ||
* Corrected [double-checked locking](https://en.wikipedia.org/wiki/Double-checked_locking) | ||
* Optimization of call logger instructions | ||
* Added missing [JavaDocs](http://maven-plugin-utils.projects.gabrys.biz/1.1/apidocs/) | ||
|
||
[See documentation](http://maven-plugin-utils.projects.gabrys.biz/1.1/) | ||
|
||
## 1.0 | ||
Initial release. | ||
|
||
[See documentation](http://maven-plugin-utils.projects.gabrys.biz/1.0/) |
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> | ||
|
||
<properties> | ||
<title>Changelog</title> | ||
</properties> | ||
|
||
<body> | ||
<section id="release-1.1" name="Release 1.1"> | ||
<p>Bugs:</p> | ||
<ul> | ||
<li>Corrected <a href="https://en.wikipedia.org/wiki/Double-checked_locking">double-checked locking</a></li> | ||
<li>Optimization of call logger instructions</li> | ||
<li>Added missing <a href="apidocs/">JavaDocs</a></li> | ||
</ul> | ||
</section> | ||
<section id="release-1.0" name="Release 1.0"> | ||
<p>Initial release.</p> | ||
<p><a href="http://maven-plugin-utils.projects.gabrys.biz/1.0/">See documentation</a></p> | ||
</section> | ||
</body> | ||
</document> |