-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/wagon-maven-plugin@16277 52ab4f32-60fc-0310-b215-8acea882cd1b
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 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,30 @@ | ||
<?xml version="1.0"?> | ||
|
||
<document> | ||
<properties> | ||
<title>Wagon Maven Plugin</title> | ||
<author email="[email protected]">Dan T. Tran</author> | ||
</properties> | ||
<body> | ||
|
||
<release version="1.0-beta-4" date="2012-04-10" description="Bug fixes"> | ||
<action dev="dtran" type="fix" issue="1406"> | ||
maven-wagon-plugin fails to create temp folder on Windows | ||
</action> | ||
<action dev="rfscholte" type="fix" issue="1496"> | ||
Fix artifactId of website example | ||
</action> | ||
<action dev="dtran" type="fix" issue="1536"> | ||
Optimized wagon plugin is trying to unzip the wrong file | ||
</action> | ||
<action dev="bimargulies" type="fix" issue="1700"> | ||
Array index out of bounds trying to use merge on a jenkins repository | ||
</action> | ||
<action dev="bimargulies" type="fix" issue="1701"> | ||
wagon-maven-plugin uses wrong temp file API | ||
</action> | ||
</release> | ||
</body> | ||
</document> | ||
|
||
|