Skip to content

Commit f3c3896

Browse files
committed
Update pom
1 parent d929780 commit f3c3896

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

msal4j-persistence-extension/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
76
<groupId>com.microsoft.azure</groupId>
87
<artifactId>msal4j-persistence-extension</artifactId>
98
<version>1.3.0</version>
@@ -22,11 +21,15 @@
2221
<name>MIT License</name>
2322
</license>
2423
</licenses>
25-
2624
<scm>
2725
<url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url>
2826
</scm>
29-
27+
<developers>
28+
<developer>
29+
<id>ms</id>
30+
<name>Microsoft Corporation</name>
31+
</developer>
32+
</developers>
3033
<properties>
3134
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3235
</properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<version>1.0.0</version>
77
<packaging>pom</packaging>
88
<modules>
9-
<module>msal4j-brokers</module>
10-
<module>msal4j-sdk</module>
9+
<module>msal4j-sdk</module>
10+
<module>msal4j-brokers</module>
1111
<module>msal4j-persistence-extension</module>
1212
</modules>
1313
</project>

0 commit comments

Comments
 (0)