-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MCHANGES-425] Use the latest version of modello, update changes schema
- Loading branch information
1 parent
32bc26a
commit b9ff493
Showing
33 changed files
with
480 additions
and
613 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
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ specific language governing permissions and limitations | |
under the License. | ||
--> | ||
|
||
<document xmlns="http://maven.apache.org/changes/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> | ||
<document xmlns="http://maven.apache.org/changes/2.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> | ||
<properties> | ||
<title>Changes report Project</title> | ||
<author email="[email protected]">Mr Zloug</author> | ||
|
@@ -32,33 +32,29 @@ under the License. | |
<action dev="me" type="fix" issue="MCHANGES-88"> | ||
Enable retrieving component-specific issues. | ||
</action> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899"> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899" | ||
fixedIssues="MCHANGES-1,JIRA-12" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
The element type " link " must be terminated by the matching end-tag. | ||
Deleted the erroneous code. | ||
<fixes issue="MCHANGES-1"/> | ||
<fixes issue="JIRA-12"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
<action dev="you" type="update" issue="MCHANGES-999" system="bugzilla" due-to="External Submitter"> | ||
<action dev="you" type="update" issue="MCHANGES-999" | ||
fixedIssues="bug-12345" | ||
system="bugzilla" | ||
due-to="External Submitter,John Doe" due-to-email=",[email protected]"> | ||
Handle different issue systems. | ||
<fixes issue="bug-12345"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
</action> | ||
<action dev="him" type="update"> | ||
<action dev="him" type="update" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
Updated dependencies. | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
|
||
<release version="1.0" date="2005-01-01" description="First release"> | ||
<action dev="me" type="update" issue="MCHANGES-47" due-to="others" due-to-email="[email protected]"> | ||
<action dev="me" type="update" issue="MCHANGES-47" | ||
fixedIssues="MCHANGES-88,JIRA-YYY" | ||
due-to="others,John Doe,John Doe" due-to-email="[email protected],[email protected]"> | ||
Uploaded documentation on how to use the plugin. | ||
<fixes issue="MCHANGES-88"/> | ||
<fixes issue="JIRA-YYY"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
</body> | ||
|
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ specific language governing permissions and limitations | |
under the License. | ||
--> | ||
|
||
<document xmlns="http://maven.apache.org/changes/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> | ||
<document xmlns="http://maven.apache.org/changes/2.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> | ||
<properties> | ||
<title>Changes report Project</title> | ||
<author email="[email protected]">Mr Zloug</author> | ||
|
@@ -32,33 +32,29 @@ under the License. | |
<action dev="me" type="fix" issue="MCHANGES-88"> | ||
Enable retrieving component-specific issues. | ||
</action> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899"> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899" | ||
fixedIssues="MCHANGES-1,JIRA-12" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
The element type " link " must be terminated by the matching end-tag. | ||
Deleted the erroneous code. | ||
<fixes issue="MCHANGES-1"/> | ||
<fixes issue="JIRA-12"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
<action dev="you" type="update" issue="MCHANGES-999" system="bugzilla" due-to="External Submitter"> | ||
<action dev="you" type="update" issue="MCHANGES-999" | ||
fixedIssues="bug-12345" | ||
system="bugzilla" | ||
due-to="External Submitter,John Doe" due-to-email=",[email protected]"> | ||
Handle different issue systems. | ||
<fixes issue="bug-12345"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
</action> | ||
<action dev="him" type="update"> | ||
<action dev="him" type="update" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
Updated dependencies. | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
|
||
<release version="1.0" date="2005-01-01" description="First release"> | ||
<action dev="me" type="update" issue="MCHANGES-47" due-to="others" due-to-email="[email protected]"> | ||
<action dev="me" type="update" issue="MCHANGES-47" | ||
fixedIssues="MCHANGES-88,JIRA-YYY" | ||
due-to="others,John Doe,John Doe" due-to-email="[email protected],[email protected]"> | ||
Uploaded documentation on how to use the plugin. | ||
<fixes issue="MCHANGES-88"/> | ||
<fixes issue="JIRA-YYY"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
</body> | ||
|
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ specific language governing permissions and limitations | |
under the License. | ||
--> | ||
|
||
<document xmlns="http://maven.apache.org/changes/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> | ||
<document xmlns="http://maven.apache.org/changes/2.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> | ||
<properties> | ||
<title>Changes report Project</title> | ||
<author email="[email protected]">Mr Zloug</author> | ||
|
@@ -32,33 +32,29 @@ under the License. | |
<action dev="me" type="fix" issue="MCHANGES-88"> | ||
Enable retrieving component-specific issues. | ||
</action> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899"> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899" | ||
fixedIssues="MCHANGES-1,JIRA-12" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
The element type " link " must be terminated by the matching end-tag. | ||
Deleted the erroneous code. | ||
<fixes issue="MCHANGES-1"/> | ||
<fixes issue="JIRA-12"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
<action dev="you" type="update" issue="MCHANGES-999" system="bugzilla" due-to="External Submitter"> | ||
<action dev="you" type="update" issue="MCHANGES-999" | ||
fixedIssues="bug-12345" | ||
system="bugzilla" | ||
due-to="External Submitter,John Doe" due-to-email=",[email protected]"> | ||
Handle different issue systems. | ||
<fixes issue="bug-12345"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
</action> | ||
<action dev="him" type="update"> | ||
<action dev="him" type="update" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
Updated dependencies. | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
|
||
<release version="1.0" date="2005-01-01" description="First release"> | ||
<action dev="me" type="update" issue="MCHANGES-47" due-to="others" due-to-email="[email protected]"> | ||
<action dev="me" type="update" issue="MCHANGES-47" | ||
fixedIssues="MCHANGES-88,JIRA-YYY" | ||
due-to="others,John Doe,John Doe" due-to-email="[email protected],[email protected]"> | ||
Uploaded documentation on how to use the plugin. | ||
<fixes issue="MCHANGES-88"/> | ||
<fixes issue="JIRA-YYY"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
</body> | ||
|
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ specific language governing permissions and limitations | |
under the License. | ||
--> | ||
|
||
<document xmlns="http://maven.apache.org/changes/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> | ||
<document xmlns="http://maven.apache.org/changes/2.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> | ||
<properties> | ||
<title>Changes report Project</title> | ||
<author email="[email protected]">Mr Zloug</author> | ||
|
@@ -32,33 +32,29 @@ under the License. | |
<action dev="me" type="fix" issue="MCHANGES-88"> | ||
Enable retrieving component-specific issues. | ||
</action> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899"> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899" | ||
fixedIssues="MCHANGES-1,JIRA-12" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
The element type " link " must be terminated by the matching end-tag. | ||
Deleted the erroneous code. | ||
<fixes issue="MCHANGES-1"/> | ||
<fixes issue="JIRA-12"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
<action dev="you" type="update" issue="MCHANGES-999" system="bugzilla" due-to="External Submitter"> | ||
<action dev="you" type="update" issue="MCHANGES-999" | ||
fixedIssues="bug-12345" | ||
system="bugzilla" | ||
due-to="External Submitter,John Doe" due-to-email=",[email protected]"> | ||
Handle different issue systems. | ||
<fixes issue="bug-12345"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
</action> | ||
<action dev="him" type="update"> | ||
<action dev="him" type="update" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
Updated dependencies. | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
|
||
<release version="1.0" date="2005-01-01" description="First release"> | ||
<action dev="me" type="update" issue="MCHANGES-47" due-to="others" due-to-email="[email protected]"> | ||
<action dev="me" type="update" issue="MCHANGES-47" | ||
fixedIssues="MCHANGES-88,JIRA-YYY" | ||
due-to="others,John Doe,John Doe" due-to-email="[email protected],[email protected]"> | ||
Uploaded documentation on how to use the plugin. | ||
<fixes issue="MCHANGES-88"/> | ||
<fixes issue="JIRA-YYY"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
</body> | ||
|
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ specific language governing permissions and limitations | |
under the License. | ||
--> | ||
|
||
<document xmlns="http://maven.apache.org/changes/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> | ||
<document xmlns="http://maven.apache.org/changes/2.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> | ||
<properties> | ||
<title>Changes report Project</title> | ||
<author email="[email protected]">Mr Zloug</author> | ||
|
@@ -39,12 +39,10 @@ under the License. | |
</release> | ||
|
||
<release version="1.0" date="2005-01-01" description="First release"> | ||
<action dev="me" type="update" issue="MCHANGES-47" due-to="others" due-to-email="[email protected]"> | ||
<action dev="me" type="update" issue="MCHANGES-47" | ||
due-to="others,John Doe,John Doe" due-to-email="[email protected],[email protected]" | ||
fixedIssues="MCHANGES-88,JIRA-YYY"> | ||
Uploaded documentation on how to use the plugin. | ||
<fixes issue="MCHANGES-88"/> | ||
<fixes issue="JIRA-YYY"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
</body> | ||
|
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ specific language governing permissions and limitations | |
under the License. | ||
--> | ||
|
||
<document xmlns="http://maven.apache.org/changes/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> | ||
<document xmlns="http://maven.apache.org/changes/2.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> | ||
<properties> | ||
<title>Changes report Project</title> | ||
<author email="[email protected]">Mr Zloug</author> | ||
|
@@ -32,33 +32,29 @@ under the License. | |
<action dev="me" type="fix" issue="MCHANGES-88"> | ||
Enable retrieving component-specific issues. | ||
</action> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899"> | ||
<action dev="jruiz" type="remove" issue="MCHANGES-899" | ||
fixedIssues="MCHANGES-1,JIRA-12" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
The element type " link " must be terminated by the matching end-tag. | ||
Deleted the erroneous code. | ||
<fixes issue="MCHANGES-1"/> | ||
<fixes issue="JIRA-12"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
<action dev="you" type="update" issue="MCHANGES-999" system="bugzilla"> | ||
<action dev="you" type="update" issue="MCHANGES-999" | ||
fixedIssues="bug-12345" | ||
system="bugzilla" | ||
due-to="External Submitter,John Doe" due-to-email=",[email protected]"> | ||
Handle different issue systems. | ||
<fixes issue="bug-12345"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
</action> | ||
<action dev="him" type="update"> | ||
<action dev="him" type="update" | ||
due-to="John Doe,John Doe" due-to-email="[email protected]"> | ||
Updated dependencies. | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
|
||
<release version="1.0" date="2005-01-01" description="First release"> | ||
<action dev="me" type="update" issue="MCHANGES-47" due-to="others" due-to-email="[email protected]"> | ||
<action dev="me" type="update" issue="MCHANGES-47" | ||
fixedIssues="MCHANGES-88,JIRA-YYY" | ||
due-to="others,John Doe,John Doe" due-to-email="[email protected],[email protected]"> | ||
Uploaded documentation on how to use the plugin. | ||
<fixes issue="MCHANGES-88"/> | ||
<fixes issue="JIRA-YYY"/> | ||
<dueto name="John Doe" email="[email protected]"/> | ||
<dueto name="Jane Doe"/> | ||
</action> | ||
</release> | ||
</body> | ||
|
Oops, something went wrong.