Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Merge pull request #94 from axonivy/7.0/jira_move
Browse files Browse the repository at this point in the history
XIVY-11089 Move JIRA to from axonivy.atlassian.net to 1ivy.atlassian.net
  • Loading branch information
weissreto authored Mar 30, 2023
2 parents 37e1f3c + 2ef9fd0 commit 0adbe5b
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class ChangelogGeneratorMojo extends AbstractMojo {
public String jiraServerId;

/** jira base url */
@Parameter(property = "jiraServerUri", defaultValue = "https://axonivy.atlassian.net")
@Parameter(property = "jiraServerUri", defaultValue = "https://1ivy.atlassian.net")
public String jiraServerUri;

/*** filter query to run against Jira */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class NewReleaseVersionMojo extends AbstractMojo {
public String jiraServerId;

/** jira base url */
@Parameter(property = "jiraServerUri", defaultValue = "https://axonivy.atlassian.net")
@Parameter(property = "jiraServerUri", defaultValue = "https://1ivy.atlassian.net")
public String jiraServerUri;

/** the new version to introduce in jira*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void setUp() {
Server server = new Server();
server.setUsername(System.getProperty("jira.username"));
server.setPassword(System.getProperty("jira.password"));
testee = new JiraService("https://axonivy.atlassian.net", server, new SystemStreamLog());
testee = new JiraService("https://1ivy.atlassian.net", server, new SystemStreamLog());
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void setUp() {
Server server = new Server();
server.setUsername(System.getProperty("jira.username"));
server.setPassword(System.getProperty("jira.password"));
releases = new JiraReleaseService(server, "https://axonivy.atlassian.net");
releases = new JiraReleaseService(server, "https://1ivy.atlassian.net");
}

@Test
Expand Down
Loading

0 comments on commit 0adbe5b

Please sign in to comment.