Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Avery-Dunn committed Apr 4, 2024
1 parent d929780 commit f3c3896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions msal4j-persistence-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j-persistence-extension</artifactId>
<version>1.3.0</version>
Expand All @@ -22,11 +21,15 @@
<name>MIT License</name>
</license>
</licenses>

<scm>
<url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url>
</scm>

<developers>
<developer>
<id>ms</id>
<name>Microsoft Corporation</name>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>msal4j-brokers</module>
<module>msal4j-sdk</module>
<module>msal4j-sdk</module>
<module>msal4j-brokers</module>
<module>msal4j-persistence-extension</module>
</modules>
</project>

0 comments on commit f3c3896

Please sign in to comment.