Skip to content

Commit 6b49fea

Browse files
authored
[MCHANGES-429] Remove ClassicJiraDownloader (#47)
* Remove ClassicJiraDownloader
1 parent 9ca73d0 commit 6b49fea

File tree

5 files changed

+6
-477
lines changed

5 files changed

+6
-477
lines changed

src/main/java/org/apache/maven/plugins/announcement/AnnouncementMojo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
import org.apache.maven.plugins.issues.IssueManagementSystem;
4444
import org.apache.maven.plugins.issues.IssueUtils;
4545
import org.apache.maven.plugins.jira.AbstractJiraDownloader;
46-
import org.apache.maven.plugins.jira.AdaptiveJiraDownloader;
4746
import org.apache.maven.plugins.jira.JIRAIssueManagmentSystem;
47+
import org.apache.maven.plugins.jira.RestJiraDownloader;
4848
import org.apache.maven.plugins.trac.TracDownloader;
4949
import org.apache.maven.plugins.trac.TracIssueManagmentSystem;
5050
import org.apache.maven.project.MavenProject;
@@ -61,7 +61,7 @@
6161
import org.codehaus.plexus.velocity.VelocityComponent;
6262

6363
/**
64-
* Goal which generate an announcement from the announcement template.
64+
* Goal which generates an announcement from the announcement template.
6565
*
6666
6767
* @version $Id$
@@ -696,7 +696,7 @@ public void processTemplate(Context context, File outputDirectory, String templa
696696
}
697697

698698
protected List<Release> getJiraReleases() throws MojoExecutionException {
699-
AbstractJiraDownloader jiraDownloader = new AdaptiveJiraDownloader();
699+
AbstractJiraDownloader jiraDownloader = new RestJiraDownloader();
700700

701701
File jiraXMLFile = jiraXML;
702702

src/main/java/org/apache/maven/plugins/jira/AdaptiveJiraDownloader.java

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)