Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 2238292

Browse files
committed
Renamed edr1 to soteria-edr1
1 parent e482ba6 commit 2238292

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4
-4
lines changed

apps/pom.xml

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

3535
<dependency>
3636
<groupId>net.java.jsr375</groupId>
37-
<artifactId>edr1</artifactId>
37+
<artifactId>soteria-edr1</artifactId>
3838
<version>1.0-SNAPSHOT</version>
3939
</dependency>
4040
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<module>authorization</module>
2020
<module>authentication</module>
2121
<module>overall</module>
22-
<module>edr1</module>
22+
<module>soteria-edr1</module>
2323
<module>apps</module>
2424
</modules>
2525

edr1/pom.xml renamed to soteria-edr1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

16-
<artifactId>edr1</artifactId>
16+
<artifactId>soteria-edr1</artifactId>
1717

18-
<name>edr1</name>
18+
<name>soteria-edr1</name>
1919

2020
<dependencies>
2121
<dependency>

0 commit comments

Comments
 (0)