Skip to content

Commit bc550c2

Browse files
committed
Update URLs
1 parent ffd8dc2 commit bc550c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/mavenpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout utils
2424
uses: actions/checkout@v2
2525
with:
26-
repository: org-crac/utils
26+
repository: CRaC/utils
2727
path: utils
2828

2929
- name: Set up JDK 1.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mvn -s settings.xml package
1515

1616
## Running
1717

18-
Please refer to [README](https://github.com/org-crac/docs#users-flow) for details.
18+
Please refer to [README](https://github.com/CRaC/docs#users-flow) for details.
1919

2020
### Preparing the image
2121
1. Run the [JDK](README.md#JDK) in the checkpoint mode

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<repositories>
1818
<repository>
1919
<id>github</id>
20-
<url>https://maven.pkg.github.com/org-crac/tomcat</url>
20+
<url>https://maven.pkg.github.com/crac/tomcat</url>
2121
</repository>
2222
<repository>
2323
<id>github2</id>
24-
<url>https://maven.pkg.github.com/org-crac/org.crac</url>
24+
<url>https://maven.pkg.github.com/crac/org.crac</url>
2525
</repository>
2626
</repositories>
2727

0 commit comments

Comments
 (0)