This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch MCHANGES-401
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


 discard 01d36d3  [MCHANGES-401] Update code to Java 7
     add 46b6db1  Revert "Use default configuration for Jenkins build"
     add 654a8db  [MCHNGES-402] Upgrade Wagon to 2.4 and httpcomponents
     add a33811d  [MCHANGES-403] Remove use of internal Sun SSL provider
     add d9ef345  [MCHANGES-403] Run Jenkins build with default configuration
     new df2d45b  [MCHANGES-401] Update code syntax to Java 7 and fix warnings

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (01d36d3)
            \
             N -- N -- N   refs/heads/MCHANGES-401 (df2d45b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            | 14 ++++-----
 .../plugins/announcement/AnnouncementMojo.java     | 16 +++++------
 .../mailsender/ProjectJavamailMailSender.java      | 18 +++---------
 .../plugins/changes/AbstractChangesReport.java     |  6 ++--
 .../plugins/changes/ChangesValidatorMojo.java      |  3 +-
 .../apache/maven/plugins/changes/IssueType.java    |  5 +---
 .../changes/schema/XmlValidationHandler.java       |  2 --
 .../maven/plugins/jira/ClassicJiraDownloader.java  | 33 +++++++++-------------
 .../org/apache/maven/plugins/jira/JiraMojo.java    | 20 ++++++-------
 .../org/apache/maven/plugins/jira/JiraXML.java     |  6 +---
 .../maven/plugins/jira/RestJiraDownloader.java     | 17 ++++++-----
 .../org/apache/maven/plugins/trac/TracMojo.java    |  4 +--
 .../apache/maven/plugins/changes/ActionTest.java   |  8 ------
 .../apache/maven/plugins/changes/ReleaseTest.java  | 12 +-------
 .../apache/maven/plugins/issues/IssueTestCase.java |  4 ---
 .../maven/plugins/jira/JiraUnicodeTestCase.java    |  6 ++--
 .../maven/plugins/jira/MockJiraDownloader.java     |  1 -
 17 files changed, 63 insertions(+), 112 deletions(-)

Reply via email to