Skip to content

Commit aacc9e8

Browse files
committed
Rename Jira project from PHPORM to PHPLARA
1 parent 49c13e9 commit aacc9e8

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ git show --show-signature 4.4.0
4242
Think you’ve found a bug in the library? Want to see a new feature? Please open a case in our issue management tool, JIRA:
4343

4444
- [Create an account and login.](https://jira.mongodb.org/)
45-
- Navigate to the [PHPORM](https://jira.mongodb.org/browse/PHPORM) project.
45+
- Navigate to the [PHPLARA](https://jira.mongodb.org/browse/PHPLARA) project.
4646
- Click Create - Please provide as much information as possible about the issue type and how to reproduce it.
4747

4848
Note: All reported issues in JIRA project are public.
@@ -59,6 +59,6 @@ project, please report it according to the instructions in
5959
## Development
6060

6161
Development is tracked in the
62-
[PHPORM](https://jira.mongodb.org/projects/PHPORM/summary) project in MongoDB's
62+
[PHPLARA](https://jira.mongodb.org/projects/PHPLARA/summary) project in MongoDB's
6363
JIRA. Documentation for contributing to this project may be found in
6464
[CONTRIBUTING.md](CONTRIBUTING.md).

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ issues that are resolved as "Fixed" and should be included in this release
1919
version.
2020

2121
Update the version's release date and status from the
22-
[Manage Versions](https://jira.mongodb.org/plugins/servlet/project-config/PHPORM/versions)
22+
[Manage Versions](https://jira.mongodb.org/plugins/servlet/project-config/PHPLARA/versions)
2323
page.
2424

2525
## Trigger the release workflow
@@ -43,5 +43,5 @@ Release announcements should also be posted in the [MongoDB Product & Driver Ann
4343
## Mark JIRA version as released
4444

4545
Mark the version as released from the
46-
[Manage Versions](https://jira.mongodb.org/plugins/servlet/project-config/PHPORM/versions)
46+
[Manage Versions](https://jira.mongodb.org/plugins/servlet/project-config/PHPLARA/versions)
4747
page.

tests/Ticket/GH2783Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @see https://github.com/mongodb/laravel-mongodb/issues/2783
14-
* @see https://jira.mongodb.org/browse/PHPORM-175
14+
* @see https://jira.mongodb.org/browse/PHPLARA-198
1515
*/
1616
class GH2783Test extends TestCase
1717
{

tests/Ticket/GH3326Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* @see https://github.com/mongodb/laravel-mongodb/issues/3326
12-
* @see https://jira.mongodb.org/browse/PHPORM-309
12+
* @see https://jira.mongodb.org/browse/PHPLARA-244
1313
*/
1414
class GH3326Test extends TestCase
1515
{

tests/Ticket/GH3328Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/**
2727
* @see https://github.com/mongodb/laravel-mongodb/issues/3328
28-
* @see https://jira.mongodb.org/browse/PHPORM-373
28+
* @see https://jira.mongodb.org/browse/PHPLARA-245
2929
*/
3030
class GH3328Test extends TestCase
3131
{

0 commit comments

Comments
 (0)